A collection of C++ Libraries
Clone the repository with git clone https://github.com/HawtStrokes/HawtLib
.
In a command line (terminal), run premake5 (a Windows binary executable is provided in the External folder) with the appropriate 'action' parameter—vs2017, vs2019, etc.
External/premake/premake5.exe [action]
This should generate the necessary project files.
No premake support yet.
- Tables – Table creation library
- Text – Text formatting library
- Profiling – Profiling library
- Crypto – Cryptograhic library
- File – File parsing and creation library
A demo usage of each library can be seen in HawtStrokes/HawtLibDemo.
None as of yet.