Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
File Export and Usability.tar.gz | 2018-08-07 | 5.9 MB | |
File Export and Usability.zip | 2018-08-07 | 6.4 MB | |
README.md | 2018-08-07 | 846 Bytes | |
Totals: 3 Items | 12.3 MB | 0 |
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.