https://github.com/maksasj/caifu
☕ collection of interesting, self contained C libraries
https://github.com/maksasj/caifu
c libraries stb-style
Last synced: about 2 months ago
JSON representation
☕ collection of interesting, self contained C libraries
- Host: GitHub
- URL: https://github.com/maksasj/caifu
- Owner: Maksasj
- License: mit
- Created: 2024-06-02T20:15:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T14:02:28.000Z (over 1 year ago)
- Last Synced: 2025-01-20T16:18:34.094Z (over 1 year ago)
- Topics: c, libraries, stb-style
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# caifu
caifu - collection of interesting, self contained C libraries.
> caifu is not a new javascript framework btw.
## Overview
- **chtml** - library for generating **HTML** code at runtime with **C** [link](https://github.com/Maksasj/chtml)
- **chttp** - simple http server [link](https://github.com/Maksasj/chttp)
- **crfb** - RFB/VNC protocol client implementation, can be used for video streaming [link](https://github.com/Maksasj/crfb)
### STB style single-header libraries
- **lemon** - custom memory allocator, can be used in **WASM**
- **cora** - minimalistic STB style, window creation and management library (Windows, Linux)
- **plum** - logging library
- **nika** - simple raytracing engine
- **blueberry** - very minimalistic neural network framework.
- **cherry** - timer library
- **kiwi** - fixed point arithmetic library
- **peach** - linear algebra library (matrices)
- **euclib** - simple plotting STB-style library
- **haul** - simple STB-style container library
- **triton** - STB-style C JSON serialization/deserialization library
## License
caifu is free and open source C library collection. All code in this repository is licensed under
- MIT License ([LICENSE.md](https://github.com/Maksasj/caifu/blob/master/LICENSE.md) or https://opensource.org/license/mit/)