Skip to content

wegank/libcini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcini

libcini is a simple and easy-to-use library for learning the C language.

  • Easy-to-use standard input and output functions
  • Simple debug function to trace program execution
  • Simple pseudo-random functions
  • Minimal graphic library based on SDL2

Installation

Prebuilt packages are available for macOS, Ubuntu, and Windows.

Build from source

mkdir build
cd build
cmake ..
cpack ..

License

GNU General Public License, version 3