java-software-renderer
Tags:
Java implementation of a software renderer. Software rendering is handled only by a CPU, without any GPU support. Renderer is implemented in pure Java, without any additional frameworks. This software was created as an programming assignment for a Computer Graphics 2 course at Faculty of informatics and management, University of Hradec Kralove.
Features
- Wireframe / solid model selection
- Z-buffering
- Controllable camera
- Controllable 3D transformations: scaling, translation, rotation
- Simple manager for 3D objects
Requirements
- JDK 8
Downloads
https://sourceforge.net/projects/java-sw-renderer/files/
Future changes
Javadocs are missing at the moment. I will try to add them in the future =).
