Skip to content

Instantly share code, notes, and snippets.

@notnotrobby
notnotrobby / cgp.md
Last active May 8, 2025 12:39
List of free resources to study computer graphics programming.
doom3 (bfg) https://github.com/id-Software/DOOM-3-BFG
lumberyard https://github.com/aws/lumberyard
filament https://github.com/google/filament
nvidia falcor https://github.com/nvidiagameworks/falcor
godot https://github.com/godotengine/godot
uchronia blender game engine https://github.com/UPBGE/upbge
-
@pixelmager
pixelmager / hash.md
Created March 26, 2020 13:31
glsl hash testing

just gathering the comments from https://www.shadertoy.com/view/WttXWX in a place I can actually find, which also has more markdown :)

OK, results are in: as 32 bit RNGs, the 3-round Wellons function here is marked as weak in just 2 tests, with no failures. The 2-round Wellons function has 4 weaks and 1 failure, the murmurhash derivative only slightly worse with 5 weaks and 1 failure. Jenkins and Wang have many failures (Wang fails almost everything) so aren't really in the running.

http://webhome.phy.duke.edu/~rgb/General/dieharder.php http://simul.iro.umontreal.ca/testu01/guideshorttestu01.pdf p 88-157 https://github.com/umontreal-simul/latticetester

Individual tests (just the negative results from the 50 or so tests):

@XlogicX
XlogicX / games.md
Last active April 4, 2025 03:55
List of Boot Sector Gamers

Boot Sector Games

A list of playable boot sector games, most of which are on github. Fun to play, great to learn from. There are also many cool non-booting boot sectors out there that aren't games (so more like demos), but this page is just reserved to interactive boot sectors / games. This list is also not complete, but not on purpose, it is a best effort collection of games, so if you know of any fun boot sector games, please contribute.

This page lists a collection of 31 games spanning several authors: nanochess, me, daniel-e, shikhin, JulianSlzr, XanClic, QiZD90, darkvoxels, guyhill, w-shackleton, egtzori, VileR, ish_works, franeklubi, queso_fuego, franeklubi, Jethro82, waternine9, tevoran, palma3k, taylor-hartman. peterferrie should also be mentioned as he has touched a lot of these games.

TetrOS

https://github.com/daniel-e/tetros

Tetris Clone. Full color, no score. This was one of the older boot sector games out there. ![tetros](https://gist.github.com/assets/1570856/3a0d1023-cbe6-4b4d-

@pixelmager
pixelmager / pixelpedant.md
Last active November 13, 2023 13:11
pixel pedant

a tool like colorcop, but with the purpose of inspecting pixels, rather than picking colors.

  • resizable window like gifcam
  • zoomed window next to org pixels
  • levels-filter
  • run random shader on image
  • before/after snapshots in tabs to flip between
  • and diff-tool?

analysis

  • live histogram / waveform?