Polyphony is a 3D graphics rendering system. Rasterizer is written in Verilog, and Geometry Engine is written in C.
- Vendor-independent RTL design.
- Interface: AXI4
- Tested on FPGA boards.
- GLES API is partially implemented.
- Baremetal demo applications.
Polyphony is implemented and tested on Zedboard.
OS: CentOS7.8
Verilog Simulator: Icarus Verilog version 11.0
cd sim_work
../bin/run_iv.sh ../scenario/3d/simple_triangle.v
After finishing the simulation, VGA rendering result(result.bmp) will be generated.
cd sim_work
../bin/run_iv.sh ../scenario/3d/simple_triangle_tex.v
After finishing the simulation, VGA rendering result(result.bmp) will be generated.
see ZEDBOARD.md
This project is licensed under the MIT License - see the LICENSE file for details
This design utilizes GL, GLES, and GLU header files below.
- GL
- gl.h
- glext.h
- GLES
- gl.h
- glext.h
- GLU
- glu.h