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

Nearing Base Library Completion #89

Closed Davidah121 closed 3 years ago

Davidah121 commented 3 years ago

closes #35 closes #85 closes #88

Most things have been documented minus things that are not properly implemented. Examples of such are functions that have no implementation, classes that may be deprecated, or classes that need to be updated. Very few are this way though. All documentation is viewable in an HTML formatted webpage.

Many classes now use File instead of just std::string or std::wstring. File have been improved to allow the programmer to input any string and it get converted to a File object. Streamlines loading data avoiding issues dealing with unicode paths.

Added copy and paste for text as it is generally useful for different applications.

Only 2D collisions are left which will lead into a general button for the Gui stuff.

Davidah121 commented 3 years ago

Also, WndWindow has been changed to SimpleWindow in preparation for the linux port. Better name in my opinion.