Giter VIP home page Giter VIP logo

foxspace's Introduction

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

Please note, that using C++20 is highly recommended (especially when using foxspace)

ways to contribute

Just provide feedback, or extend foxspace via pull-request

License

Foxspace is licensed under MIT

foxspace's People

Contributors

dependabot[bot] avatar mcwertgaming avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

foxspace's Issues

foxspace roadmap

This is the current road map of FoxSpace. Newly created issues or feature requests will be added here.

  • add time measurement class.
  • add chance function.
  • add unit testing for the timer class
  • improve get_timepoint() testing
  • add function to refuse running as root / admin
  • add function to get home directory
    • add overload for adding path onto the home directory
  • add function to create specific path
  • add man pages
  • install lisense
  • add testing of install
  • add cpack
  • add automated release creation
  • use git commit as patch version
  • disable install and test if foxspace is included by another project
  • fix get_env() nullptr crash

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.