isRyven / libs

Single-file public domain libraries for C/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libs

Single-file public domain libraries for C/C++ (dual licensed under MIT).

  • app.h - Small cross-platform base framework for graphical apps, for C/C++.
  • assetsys.h - File system abstraction to read from zip-files, for C/C++.
  • hashtable.h - Cache efficient hash table implementation for C/C++.
  • http.h - Basic HTTP protocol implementation over sockets (no https).
  • ini.h - Simple ini-file reader for C/C++.
  • rnd.h - Pseudo-random number generators for C/C++.
  • strpool.h - Highly efficient string pool for C/C++.
  • thread.h - Cross platform threading functions for C/C++.

About

Single-file public domain libraries for C/C++


Languages

Language:C 81.5%Language:C++ 10.8%Language:Objective-C 7.7%