An open API service indexing awesome lists of open source software.

https://github.com/mgsx-dev/graphics-procedural-modeling


https://github.com/mgsx-dev/graphics-procedural-modeling

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Eclipse plugin for modeling procedural graphic textures using custom scripting language.

The aim of this project is to demonstrate the XText framework, it should be considered as an experimental project.

Plugin features :
* Basic XText features (syntax coloring, content assists, outline, ...)
* Rendering view updated when typing.
* Console logging
* Project creation wizard

Language features :
* Basic arithmetic operations.
* Basic operations (Mix, Scale, Radial, ...).
* Variant access (X, Y)
* Built-In algorithms (Perlin noise, Marble)
* Script imports

Screenshot :

![Screenshot](https://raw.githubusercontent.com/mgsx-dev/graphics-procedural-modeling/master/img/CaptureMini.png)