Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

File Export and Usability

Compare
Choose a tag to compare
@doug-moen doug-moen released this 07 Aug 03:27
· 1929 commits to master since this release

changes since version 0.1

  • Deprecation warning if right argument of where not parenthesized.
  • new syntax for file export: 'curv -o foo.stl foo.curv'
  • mesh export: '-O jit' makes export 33x faster using JIT compiler.
  • X3D export: supports both vertex and face colouring.
  • PNG export: rewritten and improved.
  • STL export: now writes facet normals.
  • FRAG export: improved compatibility with shadertoy.com
  • add sort to stdlib.
  • syntax colouring in gedit, the default text editor.
  • colourized error messages.
  • improved error messages and more readable stack traces.
  • improved 'curv --version' output, for use in bug reports.
  • improved 'curv --help' output.
  • removed glslViewer dependency, now use OpenGL APIs directly.
  • removed readline dependency, now using replxx.
  • misc bug fixes and build system improvements.