guillaumechereau / goxel

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

question: where can i learn about the procedural language inside Goxel? #274

Closed horstjens closed 1 year ago

horstjens commented 2 years ago

is there a help file or external site about the internal Goxel language for creating procedural functions (like "cherry.goxcf") I understand a bit from looking at it but i would love to see a full list of commands, some example code etc.

guillaumechereau commented 2 years ago

Actually I removed this feature in the last update, since I didn't have to time to maintain this code (that was a bit complicated and buggy at time). You can still read my blog post about it with some explanation: https://blog.noctua-software.com/goxel-procedural.html

horstjens commented 2 years ago

oh, thanks for the link! That means, if i want to use the procedural language feature i have to use the old version of Goxel ?

guillaumechereau commented 2 years ago

Yea unfortunately. If you have an interesting project using this code I’ll had it back in the app. The reason I removed it is also that I felt that no one was actually using this.

Let me know.

On Sat, Feb 26, 2022 at 01:12 Horst JENS @.***> wrote:

oh, thanks for the link! That means, if i want to use the procedural language feature i have to use the old version of Goxel ?

— Reply to this email directly, view it on GitHub https://github.com/guillaumechereau/goxel/issues/274#issuecomment-1051037121, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA2JH5DPLI6EI6LFHNPXCTU462BBANCNFSM5OXT57WA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

-- Sent from my iPad.

bztsrc commented 1 year ago

There's a fork, Goxel2 which supports Lua scripting.

Cheers, bzt