--- layout: page title: Links subtitle: to online resources lang: en ref: links --- # Game development - [Handmade Hero: A complete, professional-quality game, coded live, from __scratch__. ](https://hero.handmade.network/episodes){:target="_blank"} : by Casey Muratori. Handmade Hero is an ongoing project to create a complete, professional-quality game accompanied by videos that explain every single line of its source code. - [Beginning Game Programming v2.0](http://lazyfoo.net/tutorials/SDL/index.php){:target="_blank"} : Lazy Foo' Productions - [YouTube video series: Let's Make Games](https://www.youtube.com/user/creaper/videos){:target="_blank"} - [SDL2 bindings for Rust](https://github.com/Rust-SDL2/rust-sdl2){:target="_blank"} - [Deceiver game](http://deceivergame.com/){:target="_blank"} : by Evan Todd. - [OpenGameArt.org](https://opengameart.org/){:target="_blank"} - [YouTube: Writing NES Games! with Assembly!!](https://www.youtube.com/watch?v=IbS7uEsHV_A){:target="_blank"} : by Christian Joudrey. # General development - [stb single-file public domain libraries for C/C++](https://github.com/nothings/stb){:target="_blank"} - [List of single-file C/C++ libraries. ](https://github.com/nothings/single_file_libs){:target="_blank"} # Demoscene - ["Debris" - Farbrausch](http://www.pouet.net/prod.php?which=30244){:target="_blank"} - ["Turtles All The Way Down" - Brain Control](http://www.pouet.net/prod.php?which=61204){:target="_blank"} - [Making of "Turtles All The Way Down" - Brain](https://geidav.wordpress.com/2013/04/14/making-of-turtles-all-the-way-down/){:target="_blank"} - ["A Mind Is Born" - Linus Akesson](https://linusakesson.net/scene/a-mind-is-born/){:target="_blank"} - [Pouet: list of all demos](http://www.pouet.net/prodlist.php?order=views){:target="_blank"} - [Future Crew: "Second Reality"](https://www.youtube.com/watch?v=rFv7mHTf0nA&t=568s){:target="_blank"} - [(Wikipedia)](https://en.wikipedia.org/wiki/Second_Reality){:target="_blank"} - [(Source code)](https://github.com/mtuomi/SecondReality){:target="_blank"} - [Future Crew: "Metropolis" (Archive.org music)](https://archive.org/details/futurecrew-metropolis){:target="_blank"} # Node-based tools - [NodeBox](https://www.nodebox.net/){:target="_blank"} : The NodeBox family of tools gives you the leverage to create generative design the way you want. - [Farbrausch tools](https://github.com/farbrausch/fr_public){:target="_blank"} - [Enigma Studio 4](https://github.com/enigmastudio/Enigma-Studio-4){:target="_blank"} # Procedural content generation - [L-Systems](https://en.wikipedia.org/wiki/L-system){:target="_blank"} - [Online tool for L-systems](http://www.kevs3d.co.uk/dev/lsystems/){:target="_blank"} - [Kate Compton on Procedural Content Generation](https://www.youtube.com/watch?v=WumyfLEa6bU){:target="_blank"} # Rust - [Homepage](https://www.rust-lang.org/en-US/){:target="_blank"} - [How Mozilla uses Rust in Firefox](https://blog.rust-lang.org/2017/11/14/Fearless-Concurrency-In-Firefox-Quantum.html){:target="_blank"} - [Google Tech talk on Rust](https://www.youtube.com/watch?v=d1uraoHM8Gg ){:target="_blank"} # Raspberry Pi - [Low-level graphics on raspberry pi](https://raspberrycompote.blogspot.be/2012/12/low-level-graphics-on-raspberry-pi-part_9509.html){:target="_blank"} - [Linux framebuffer tests on the Raspberry Pi ](https://github.com/drmad/rpi-framebuffer){:target="_blank"} - [YouTube: Oldschool framebuffer Fire Effect on Raspberry Pi](https://www.youtube.com/watch?v=O2NAr2LjTTM){:target="_blank"} # E-Books - [The Hacker Crackdown: Law and Disorder on the Electronic Frontier ](http://www.mit.edu/hacker/hacker.html){:target="_blank"} : by Bruce Sterling. A must read for anyone wanting to know more about the 90s hacker subculture. # YouTube channels - [LiveOverflow](https://www.youtube.com/LiveOverflowCTF){:target="_blank"} : A good place to learn more about how computers _really_ work. - [The angry video game nerd (AVGN)](https://www.youtube.com/watch?v=ut3n8-9JM5o){:target="_blank"} : Hilarious reviews of (shitty) retro games. - [MetalJesusRocks](https://www.youtube.com/user/MetalJesusRocks){:target="_blank"} : A great channel dedicated to retro gaming. # Organizations - [Electronic Frontier Foundation](https://www.eff.org/){:target="_blank"}