Skip to content

HawtStrokes/HawtLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HawtLib

A collection of C++ Libraries

Getting Started

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.

Notes

No premake support yet.

Current Libraries Included

  1. Tables – Table creation library
  2. Text – Text formatting library
  3. Profiling – Profiling library
  4. Crypto – Cryptograhic library
  5. File – File parsing and creation library

A demo usage of each library can be seen in HawtStrokes/HawtLibDemo.

Documentations

None as of yet.