Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)