https://github.com/gregorybchris/world-viewer
3D graphics engine
https://github.com/gregorybchris/world-viewer
Last synced: 10 months ago
JSON representation
3D graphics engine
- Host: GitHub
- URL: https://github.com/gregorybchris/world-viewer
- Owner: gregorybchris
- Created: 2014-10-22T14:12:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T18:35:01.000Z (about 11 years ago)
- Last Synced: 2025-01-12T15:12:42.306Z (12 months ago)
- Language: Java
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a program that projects a 3D world onto the screen. All surfaces are saved as triangles. W, A, S, D and the mouse are used to move and look around, while the number keys are used to change properties of the world. No libraries were used in the making of this simulation and all vector and matrix math was coded into the program.