Skip to content

An incredibly simple graphics framework with very basic functionality. I plan on adding more and using it as a learning experience on CG. It is just my personal revamp of the old way of drawing graphics where you would directly write to a memory buffer.

License

Notifications You must be signed in to change notification settings

Saw8888/GGD-grapics-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GGD-grapics-engine

An incredibly simple graphics framwork with very basic functionality. I plan on adding more functions and using it as a fun way of making myself learn CG. In pracice you will notice it is just my personal revamp of the old way of drawing graphics where you would directly write to a memory buffer, only here instead of writing raw RGB, you use a Pixel struct and instead of being software rendered, GGD uses OpenGL. WARNING: LEGACY OPENGL IS AT USE (i couldnt be bothered tbh, I just need a simple graphics library for myself). There is a small demo which is compiled when you use the Makefile.

About

An incredibly simple graphics framework with very basic functionality. I plan on adding more and using it as a learning experience on CG. It is just my personal revamp of the old way of drawing graphics where you would directly write to a memory buffer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages