Foxspace - An universal C++ library for helping out at everyday programming
Find a file
2023-02-04 13:29:28 +01:00
.ci fixed visual studio not having an "all" target 2021-07-06 20:05:11 +00:00
.github Bump jidicula/clang-format-action from 4.9.0 to 4.10.1 2022-12-29 05:01:59 +00:00
dependencies Bump dependencies/gtest from 71140c3 to 394a8a5 2023-02-01 21:01:39 +00:00
examples applyed clang-format 2021-09-06 23:55:28 +02:00
foxspace switched back to strings 2021-10-10 21:11:51 +02:00
tests clean up and small fixes 2021-10-10 19:26:53 +02:00
.clang-format added breaks after breackets 2021-05-21 13:57:37 +00:00
.gitignore ignore cmake generated files 2021-08-30 00:57:34 +02:00
.gitmodules added intial files 2021-05-13 20:05:35 +00:00
CMakeLists.txt added a few functions 2021-09-06 18:42:38 +02:00
CODE_OF_CONDUCT.md addd contact info 2021-11-17 20:16:43 +01:00
FoxSpaceConfig.cmake.in applyed clang-format 2021-09-06 23:55:28 +02:00
LICENSE fixed license title 2021-11-17 20:17:25 +01:00
logo.svg added logo 2021-09-13 01:20:48 +02:00
README.md fixed branch reference 2021-09-13 01:33:12 +02:00

Foxspace logo

Yet another opensource C++ library for every day developing. A rewrite of the FOLF-namespace developed by Myself and a friend of mine.

Whats inside?

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

supported plattforms (may work on other systems as well)

  • Windows (10)
  • Linux (x86_64)
  • comming soon
    • MacOS
    • Unix (OpenBSD)
    • Linux (armv7, armv8a)

use foxspace in your own project

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

ways to contribute

Just provide feedback, or extend foxspace via pull-request

License

Foxspace is licensed under MIT