Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Active development #103

Closed Davidah121 closed 2 years ago

Davidah121 commented 2 years ago

The class Graphics has been renamed to SimpleGraphics to better illustrate that it is Software Rendering.

Bitmap Font support in OpenGL. Easier model creation for OpenGL and smarter memory allocation for the model buffers.

New Functions for Software Rendering. GaussianBlur, Stretch Sprite

Better Memory management for different static classes.

A slew of functions for general OpenGL drawing. VSync for GLWindow

Bitmap saving issue fixed. Matrix multiplication fixed. XML child loading issue fixed if name is the same as parent.

Start of Gui Loading from XML file.