Login  Register

Announcing Simple3D

Posted by Andrew2563 on Nov 12, 2021; 9:50am
URL: https://forum.jogamp.org/Announcing-Simple3D-tp4041486.html

Announcing Simple3D (http://fivedots.coe.psu.ac.th/~ad/Simple3D/)
 
Simple3D simplifies Java 3D in a few ways:

1) It automatically builds the top-level scene graph for a program, adds a background, a set of lights, an optional floor grid and x-, y-, z- axes. The camera allows both mouse-based and key-based navigation.

2) The scene is automatically displayed in a JFrame. A menu bar includes a item for taking screenshots, information about the camera controls, and resetting the camera position.

3) Simple3D contains an ever-growing collection of static methods for common tasks:
* scene graph node creation;
* applying colors and textures;
* loading, examining, and saving OBJ models;
* translating, rotating, and scaling;
* common forms of animation;
* using vertex and fragment shaders.

Please download it, and try out the examples.

I've only just started this project, so I'd love to get feedback.