Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maksasj/caifu
☕ collection of interesting, self contained C libraries
https://github.com/maksasj/caifu
c libraries stb-style
Last synced: about 6 hours 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:32:11.000Z (26 days ago)
- Last Synced: 2024-10-25T21:10:46.498Z (25 days ago)
- Topics: c, libraries, stb-style
- Language: C
- Homepage:
- Size: 19.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/)