grz0zrg / codegolfing

64, 128, 256, 512 bytes sizecoding intros / procedural graphics with sources by The Orz / grz

Home Page:https://www.onirom.fr/wiki/codegolf/main/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphics codegolfing

All my 64, 128, 256, 512 bytes sizecoding intros / procedural graphics with sources.

Technical details for each of them : link

Pouet : link

Website : link

There may be differences in binary size with the party release (especially Linux ones) because i probably tinkered with the source later on... but they should all produce the same result.

LINUX

All C intros are mostly based on my tinycelfgraphics framework, the build may be sensible due to some issues but it should works by following my setup details.

There is probably many size optimization lacking in some of them... things i found out much later, most optimized ones are the assembly ones anyway.

Most of them target 1920x1080 resolution but some of them may work with different framebuffer resolution, didn't test most of them with different resolution though.

There is some intros (Crimson, Zeta) where i don't remember them being done in assembly at all (i also have C prototype for them) but they were released at the same time as Mmrnmhrm so the final version was probably assembly.

TIC-80

Source code is included in the cartridge.

RISC OS

Stuff here works on RISC OS and Acorn hardware, archives contain sources, .adf and binaries for modern RISC OS and early Acorn hardware.

DOS

Stuff here works on DosBox or Bochs, see this to run them.

Credits

sizecoding.org and all sizecoders.

About

64, 128, 256, 512 bytes sizecoding intros / procedural graphics with sources by The Orz / grz

https://www.onirom.fr/wiki/codegolf/main/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Assembly 49.0%Language:Makefile 36.9%Language:C 10.6%Language:Shell 3.5%