guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.77k stars 221 forks source link

Procedural rendering language documentation #22

Closed ZhekaS closed 1 year ago

ZhekaS commented 8 years ago

I see the feature as the most interesting part of this software, but unfortunately I haven't found any description of the language used and it's features. Any plans to document it?

guillaumechereau commented 8 years ago

Hi ZhekaS,

I wrote a very basic tutorial about the syntax: https://blog.noctua-software.com/goxel-procedural.html

No real doc for the moment unfortunately, but if you have any question or feedback about the procedural rendering, feel free to comment on this issue.

ZhekaS commented 8 years ago

Sure, thanks. Is there a link to the blog from the project page? I haven't seen one. Perhaps it would be a good idea to put it.

guillaumechereau commented 8 years ago

It was there, but I changed the website to jekyll, and I think the link got removed by mistake. I will put it back.

SteveBaker commented 6 years ago

I would have preferred something like (say) Python bindings. Inventing a whole new language seems like overkill.