An open API service indexing awesome lists of open source software.

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

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.

![example](img.png)