https://github.com/ieee-nitk/build-a-gpu
Building a simple 2D GPU with certain basic functions like line drawing, rectangular fill and draw, circle fill and draw and text. The GPU will have a single buffered 320x240 resolution drawing mode.
https://github.com/ieee-nitk/build-a-gpu
Last synced: 4 months ago
JSON representation
Building a simple 2D GPU with certain basic functions like line drawing, rectangular fill and draw, circle fill and draw and text. The GPU will have a single buffered 320x240 resolution drawing mode.
- Host: GitHub
- URL: https://github.com/ieee-nitk/build-a-gpu
- Owner: IEEE-NITK
- Created: 2024-02-07T06:48:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T12:21:14.000Z (about 1 year ago)
- Last Synced: 2024-12-29T00:17:19.022Z (5 months ago)
- Language: Verilog
- Size: 12.7 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build-A-GPU
Building a simple 2D GPU with certain basic functions like line drawing, rectangular fill and draw, circle fill and draw and text. The GPU will have a single buffered 320x240 resolution drawing mode.