https://github.com/toasterbirb/seed
[MIRROR] C++ standard library to help reduce wheel reinventing
https://github.com/toasterbirb/seed
Last synced: about 2 months ago
JSON representation
[MIRROR] C++ standard library to help reduce wheel reinventing
- Host: GitHub
- URL: https://github.com/toasterbirb/seed
- Owner: Toasterbirb
- License: gpl-3.0
- Created: 2022-07-08T16:04:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T20:49:47.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T04:30:02.238Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seed
Seed is the thing that a lot of plants and software grows out of (I guess)
Seed in this case is a C++ ~~standard~~ library with functions that I can't be bothered to remake anymore and instead just include from this library.
## Compiling the tests
```sh
mkdir build
cd build
cmake ..
make -j$(nproc)
```
## Using
Just add the directory as a subdirectory in a CMake project and simply include the headerfiles. Should also work without CMake