Skip to content

Releases: 3rd-Stage-ACP-SUE-ABH/Java-Rasterizer

Improved UI

20 Nov 13:27

Choose a tag to compare

This release features improved UI and updates on old part of the code. Now changing shader settings from the GUI is possible.

0.5.0 Light Maps

17 Nov 22:33

Choose a tag to compare

This release features the implementation of specular/diffuse light maps.

Programmable Shaders

03 Nov 15:28
2822490

Choose a tag to compare

This release has a huge restructure to the code base to allow programmable shaders.

Better structure

23 Oct 22:34
6fe43ee

Choose a tag to compare

Improved structure of the code base. Still slow as ever.

v0.3

22 Oct 13:38
3290a1d

Choose a tag to compare

In this version we have implemented transformations. Now the pipeline from object data to screen coordinate is in a single function call!

rotate

Second Stable Version

16 Oct 18:30

Choose a tag to compare

Second Stable Version Pre-release
Pre-release

Added real-time rendering.

First Stable Version

15 Oct 20:19
146fe5d

Choose a tag to compare

First Stable Version Pre-release
Pre-release

This is the very first (barely) stable version of our rasterizer. The features are minimal, and it doesn't run in real-time (yet). The core graphics logic is mainly based on the rasterizer described in Tiny Renderer.