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 #120

Closed Davidah121 closed 2 years ago

Davidah121 commented 2 years ago

closes #116 closes #119 closes #112

Graphics Accelerated GUI mostly works. Only for OpenGL currently. Mat4f can now return it's transpose in a Mat4f. (Will be added to other classes) Network can now use a website name instead of just an IP address.

GLWindow and SimpleWindow no longer need an explicit run loop made by the programmer and can use the internal one through waitTillClose() GLWindow can not be multithreaded due to OpenGL limitations.

Start of JPEG saving. (May not happen still) PNG IDAT issue should be fixed. All IDAT headers are limited in size now.