Exclusively C-themed.
Corg-Labs is a collection of projects, experiments, and learning resources written in C — focused on understanding systems from the ground up.
This org is about:
- Writing real C.
- Keeping things simple, fast, and close to the metal.
| S.No | Repository | Description | Tutorial |
|---|---|---|---|
| 1 | image-viewer | Image Viewer In C (SDL2) | ✅ |
| 2 | file-compressor | File Compressor / Decompressor in C | ✅ |
| 3 | file-splitter | A minimal command-line file splitter written in C | ✅ |
| 4 | donut | ASCII Donut Spinner in C | ✅ |
| 5 | lorenz | Terminal-based 3D ASCII rendering of the Lorenz attractor | ✅ |
| 6 | knot | Terminal-based 3D ASCII torus-knot animation in C | ✅ |
| 7 | ember | Terminal-based recreation of the PSX DOOM fire effect in C | ✅ |
Tutorial — ✅ indicates a video walkthrough is available. Other repos link back to the org.
- Pick a repository
- Read its
README.md& go through the Tutorial. - Build, break, and understand the code
- No unnecessary abstractions
- Prefer clarity over cleverness
- If you don't understand it, rewrite it
Because understanding computers starts here.