Skip to content

Releases: jonathanhogg/flitter

Release 1.0.0b4

10 Feb 18:57
v1.0.0b4
c70ce61

Choose a tag to compare

Release 1.0.0b4 Pre-release
Pre-release

This release includes:

  • an under-the-hood reworking of functions that makes recursive functions now fully supported;
  • VM updates to finally ditch use of a global names dictionary in favour of pushing all values onto the lnames stack, plus a few new instructions;
  • boolean solid operations on 3D meshes is improved and now less likely to create bad meshes; and
  • a new command-line option for doing a final gamma correction in the window framebuffer render.

Release 1.0.0b3

05 Feb 13:02
v1.0.0b3
cb01c99

Choose a tag to compare

Release 1.0.0b3 Pre-release
Pre-release

Still testing