An open API service indexing awesome lists of open source software.

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.

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.