konte is a script-orinted tool that generates 3D scenes to graphical output.
This Java program is developed by Paavo Toivanen (paavo.x.toivanen@gmail.com; replace x with v). Source will be released under GNU LGPL.
features
- layers
- cameras
- macros
- full render and fast preview support
- color chooser and color space editor
- path editor
- scenes of up to millions of shapes
- 24 bit color (RGB with an alpha channel)
- export to PNG
- Scene export to: Sunflow scene definition file
- a restricted model for lights (abstract, controlled by expressions)
- user-defined color spaces (with expressions)
- out-of-the-box predefined shapes: SQUARE, TRIANGLE, CIRCLE, RSQU (rounded square); SPHERE, CONE, PIPE, BOX; MESH (a surface of four-laterals),
- user-defined shapes (with expressions)
- spatial affine transforms
- RGB transforms; a partial support of HSLA transforms
- multiple camera definitions (this breaks the 3D idiom by enabling multiple simultaneous viewpoints)
- over 20 predefined functions; plugin function mechanism
future
- Some ideas that have not been fixed
- JOGL bindings
- a model for surfaces
- SVG output canvas
- better integration to Sunflow; other 3D scene language exports


