Skip to content

ryanhaus/fpga_graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPGA Graphics

This is a sister repository to my Rust graphics project. I implemented a simple 3D graphics rasterizer in SystemVerilog, note that it does not do lighting and each triangle just gets assigned a random color for now.

Demo

I haven't tested this design out in hardware yet, but I used Verilator for simulation testing (note that Verilator is required to run the demo). To run the demo, clone the repo and run make ; ./bin/sim. You should see a spinning dragon 3D model like this: Screenshot

About

3D rendering using an FPGA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published