Design to be use as a standalone 3D graphics accelerator. Was created to be used with a embedded RISC-V processor and implemented in a FPGA.
The project simulation and tests can be compiled in linux using verilator v5.034 and make
makeThe rasterizer algorithm can be simulated in linux using verilator v5.034 and glfw3
make simYou can run then individualy with
./build/rasterizer_simThe object can be moved with the keys W A S D Q E U I.
Tests can be compiled with
make testYou can run then individualy with
./build/rasterizer_test