Skip to content
@Corg-Labs

Corg-Labs

Exclusively C-themed.

Corg-Labs

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.

Repositories

Repository Description Tutorial
image-viewer Image Viewer In C(SDL2)
file-compressor File Compressor Decompressor (Raylib)
file-splitter A minimal command-line file splitter written in C
Donut ASCII ASCII Donut Spinner in C
Lorenz-Attractor A terminal-based 3D ASCII rendering of the Lorenz attractor
Torus Knot A terminal-based 3D ASCII torus-knot animation written in C
DOOM Fire Effect A terminal-based recreation of the legendary PSX DOOM fire effect written in C
Ray-Tracer Real-time ray tracer in C
Black-Hole-Sim Schwarzschild black hole simulator
Mandelbrot Mandelbrot infinite-zoom animation
Conway's-Game Conway's Game of Life Boots into iconic patterns
Algo-Visualiser Sorting algorithm visualizer
Maze-Generator Maze generator + A* pathfinder

Tutorial indicates whether the repository includes a walkthrough, blog, or Video resources.


Getting Started

  1. Pick a repository
  2. Read its README.md & go through the Tutorial.
  3. Build, break, and understand the code

Philosophy

  • No unnecessary abstractions
  • Prefer clarity over cleverness
  • If you don’t understand it, rewrite it

Why C?

Because understanding computers starts here.

Popular repositories Loading

  1. ember ember Public

    ► A terminal-based recreation of the legendary PSX DOOM fire effect written in C.

    C 1

  2. tracer tracer Public

    ► Real-time ray tracer in C.

    C

  3. horizon horizon Public

    ► Schwarzschild black hole simulator.

    C

  4. mandel mandel Public

    ► Mandelbrot infinite-zoom animation.

    C

  5. donut donut Public

    ► Donut In C

    C

  6. lorenz lorenz Public

    ► A terminal-based 3D ASCII rendering of the Lorenz attractor

    C

Repositories

Showing 10 of 13 repositories

Top languages

Loading…

Most used topics

Loading…