https://github.com/maksasj/euclib
STB-style C library for simple plotting
https://github.com/maksasj/euclib
c math plotting stb-style
Last synced: 3 months ago
JSON representation
STB-style C library for simple plotting
- Host: GitHub
- URL: https://github.com/maksasj/euclib
- Owner: Maksasj
- License: mit
- Created: 2024-09-05T18:05:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T14:02:35.000Z (over 1 year ago)
- Last Synced: 2025-12-29T19:22:21.109Z (6 months ago)
- Topics: c, math, plotting, stb-style
- Language: Python
- Homepage:
- Size: 981 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# euclib
```
cmake -B build/release -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build/release
```
## License
euclib is free and open source C library. All code in this repository is licensed under
- MIT License ([LICENSE.md](https://github.com/Maksasj/euclib/blob/master/LICENSE.md) or https://opensource.org/license/mit/)