Category: what remains

  • Technology after Collapse

    The philosophy underlying contemporary ‘seamless’ technology production seems to be one of endless energy, bountiful resources and waste being someone else’s problem. Naive working assumptions of some form are a requirement when designing for the future, but do we believe in these enough now to make them useful? Flashy ‘aspirational’ tech videos of ever thinning…

  • NES/Famicom game programming discoveries

    Working on a NES game you are treading in the footsteps of programmers from the 80's, and going back to modern development feels strangely bloated and inefficient in comparison. This is a log of some of the things I've encountered writing game code for the What Remains project. Firstly, although it seemed like a lunatic…

  • More PPU coding on the NES/Famicom

    After getting sprites working in Lisp on the NES for our “What Remains” project, the next thing to figure out properly is the background tiles. With the sprites you simply have a block of memory you edit at any time, then copy the whole lot to the PPU each frame in one go – the…

  • A 6502 lisp compiler, sprite animation and the NES/Famicom

    For our new project “what remains”, we’re regrouping the Naked on Pluto team to build a game about climate change. In the spirit of the medium being the message, we’re interested in long term thinking as well as recycling e-waste – so in keeping with a lot of our work, we are unraveling the threads…