https://github.com/giulioz/oograph
🖼️ ☕ 3D modular software rasterizer – Assignment for Java course
https://github.com/giulioz/oograph
3d java rasterizer rendering shader
Last synced: 10 months ago
JSON representation
🖼️ ☕ 3D modular software rasterizer – Assignment for Java course
- Host: GitHub
- URL: https://github.com/giulioz/oograph
- Owner: giulioz
- Created: 2018-03-30T07:57:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T18:05:21.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T14:47:11.980Z (about 1 year ago)
- Topics: 3d, java, rasterizer, rendering, shader
- Language: Java
- Homepage:
- Size: 531 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OOGraph
A fully object object oriented 3D software renderer written in Java.
It's possible to output to a swing window or to an image, or to other surfaces implementing the Surface interface.
It can import OBJ model files or textures, and the rasterizer pipeline it's customizable via vertex and pixel shaders.
