https://github.com/gabywald/java3d
Java3D Tutorials, Tests and Uses
https://github.com/gabywald/java3d
3d 3d-graphics cyber cyberpunk j3d java java3d tron visualization vizualisation
Last synced: 11 days ago
JSON representation
Java3D Tutorials, Tests and Uses
- Host: GitHub
- URL: https://github.com/gabywald/java3d
- Owner: gabywald
- Created: 2020-02-14T09:56:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-30T18:58:17.000Z (8 months ago)
- Last Synced: 2025-10-30T20:40:30.607Z (8 months ago)
- Topics: 3d, 3d-graphics, cyber, cyberpunk, j3d, java, java3d, tron, visualization, vizualisation
- Language: Java
- Homepage:
- Size: 6.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java3D
Java3D Tutorials, Tests and Uses (2010+)
* Reprise de Tutoriaux Java3D
* Personnalisation du typage des éléments :
* représentations
* comportements
* ...
* Une vue du CyberEspace / CyberSpace
***"To run, do not forget '-Djava.library.path="."' ..."***
## Notes librairies
### 20220322
Specific 32 or 64 bits are 'j3dcore-ogl' (here 64 bits): j3dcore-ogl.dll and libj3dcore-ogl.so
*.dll are for Windows and *.so are for Unix/Linux Systems (including Mac OS X)
Configuration for Eclipse IDE : include path to these libs via including directories into :
Project Properties > Libraries > JRE System Librairies > Native Library Location 'Java3D/3Dlibs_64bits' or equivalent.
Set it also for Maven and other launch systems (including ant if necessary).
### 20251030
see also : https://github.com/Java-3D/Java3D
see also : https://gouessej.wordpress.com/2012/08/01/java-3d-est-de-retour-java-3d-is-back/
see also : https://zetcode.com/maven/executable-jar/