No description
- C 98.7%
- HTML 0.6%
- Odin 0.6%
|
|
||
|---|---|---|
| brainfuck | Add brainfuck.odin | |
| external | art2png: code improvement | |
| golgotha | Some reapo cleanup | |
| image_manipulation | iso_transform.c: refactoring, mostly feature complete | |
| img2pixel_emscripten_test | Update index.html | |
| markov | Add poe.txt | |
| plotter | Plotter: improve position accuracy | |
| qoi | QOI: initial commit | |
| RvnicRaven-testing | Add map_convert.c | |
| single_header | art2png: code improvement | |
| wfc | Start wfc.c | |
| .gitignore | Blur: faster | |
| COPYING | Add content to readme | |
| README.md | remove brainfuck2x.c | |
random_code
Collection of random, small code snippets I wrote over time. All code in this repository (except in the external directory) is released to the Public Domain, see COPYING for more info.
Brainfuck
brainfuck.c
A brainfuck interpreter
gmod_convert.c
On October 22, 2000, Golgotha was released to the Public Domain. The 3d models included were however distributed in a custom format, incompatible with modern software. This small C program converts the .gmod files to the wavefront format.
steganography.c
Hide data in png files
quantize.c
Image quantization (reduces the color of an image). Doesn't do any dithering, look at SLK_img2pixel if you want that.