Wednesday, March 6, 2024

Simple two file graphics library for C/C++

 

[b]Found this two files graphics[/b], not bad graphics for 2 files. It may be of some help for some one. Think i can start from here if it works. Have a costume graphics that is more modular and people can add there stuff like as mention holographic design. If we can make this code modular, it will be easy to add other styles of graphics.

Still, i don't know i will take a step at a time, because i'm not expert. But it will be nice to have a engine that have all the code modular. Any one can add new graphics or things to it. This is the objective of the Box, a engine that serves to study and development of engines and projects like games.

https://www.codeproject.com/articles/363908/simple-two-file-graphics-library-for-c-cplusplus

No comments:

Post a Comment

m

 The MVC or separete logic from presentation. is a well knowned paradigm.  Its knowned that MVC Frameworks implemented the Model View Contro...