Yet another opensource C++ library for every day developing. A rewrite of the FOLF-namespace developed by Myself and a friend of mine.
FOX provides many functions for universal usage. It's split into multiple headers to make it easier to integrate. FOLF currently provides:
- calc.hpp
- provides functions for manipulating the console on various plattforms
- math.hpp
- provides functions for manipulating numbers
- more comming soon
- Windows (10)
- Linux (x86_64)
- comming soon
- MacOS
- Unix (OpenBSD)
- Linux (armv7, armv8a)
Move foxspace's source into your project directory (src/fox as example). Now just unclude this inside your CMakeLists.txt
add_subdirectory("${PROJECT_SOURCE_DIR}/src/fox/")
project(your-project path/to/your/source ${fox-source})
That's it! Now you can just include the headers inside your source files
Just provide feedback, or extend foxspace via pull-request
Foxspace is licensed under MIT