billvanleeuwen424 / Chip-8-Emulator

0 stars 0 forks source link

implement graphics #17

Open billvanleeuwen424 opened 2 years ago

billvanleeuwen424 commented 2 years ago

Now that We've got a good hang of whats going on, and a good set of hardware. Maybe its time to try and pop some stuff up on screen

billvanleeuwen424 commented 2 years ago

Open GL Has been recommended to me, maybe use that,

Heres a link to another project which uses opengl https://github.com/geaz/emu-chip-8

billvanleeuwen424 commented 2 years ago

Ok, after learning a little about OpenGL, and working through a tutorial, it seems way too low level for my use.

I would practically have to reinvent the wheel to create a pixeled screen. In search of a more abstracted library.

SDL is the first thing I've seen