Pinned Repositories
Amiga-Scoopex-C
An on-going conversion of Scoopex's incredible Amiga Hardware Programming Series on YouTube into C
Chip8
Simple CHIP-8 emulator badly written in C#
Chip8-CPP
Chip-8 Emulator badly written in C++
D3D9-game-engine
Very old (20+ years) engine, decent maths class tho, for the time
OpenTKNeHeTuts
OpenTK conversion of some NeHe OpenGL tutorials
pasmo
Pasmo Z80 assembler with full ZX Spectrum Next opcode support
SpecBoy
C# Game Boy emulator
stars
Simple ZX spectrum parallax stars
XBSX2
XBSX2 - The Playstation 2 Emulator for Xbox.
ZX-Spectrum
Useful ZX Spectrum stuff
spec-chum's Repositories
spec-chum/Amiga-Scoopex-C
An on-going conversion of Scoopex's incredible Amiga Hardware Programming Series on YouTube into C
spec-chum/SpecBoy
C# Game Boy emulator
spec-chum/XBSX2
XBSX2 - The Playstation 2 Emulator for Xbox.
spec-chum/Chip8
Simple CHIP-8 emulator badly written in C#
spec-chum/Chip8-CPP
Chip-8 Emulator badly written in C++
spec-chum/BitmapFonts
My collection of bitmap fonts pulled from various demoscene archives over the years
spec-chum/Cube
Very crude Amiga OCS rotating cube in C (with a sprinkling of inline asm)
spec-chum/AmigaDemo
Amiga Style Demo using FNA
spec-chum/AmigaDemoRL
Amiga Style Demo using Raylib C#
spec-chum/AoC-2020
Advent of Code 2020
spec-chum/BasicPoke
Initial commit
spec-chum/Doom-Fire
Simple Doom Fire done in C# using Raylib
spec-chum/Fixed32
spec-chum/Game-of-Life
spec-chum/gameboy
Gameboy emulator
spec-chum/learnd3d11
Learn how to D3D11
spec-chum/Morph
Simple Raylib Morphing shape example
spec-chum/Old-Jobbo-Amiga-Code
This is a collection of Amiga demo routines lifted from my old A1200.
spec-chum/Particles
Simple particle system in Monogame
spec-chum/Pong
spec-chum/Raylib-cs
C# bindings for raylib 3.0, a simple and easy-to-use library to learn videogames programming
spec-chum/RayTracer
spec-chum/RetroArch
Cross-platform, sophisticated frontend for the libretro API.
spec-chum/retroarch-joypad-autoconfig
RetroArch joypad autoconfig files
spec-chum/Rotate
Simple Software Rendered rotating wireframe cube done with SFML.net
spec-chum/SpecEmu
spec-chum/Sub
spec-chum/Tic-Tac-Toe
spec-chum/UnitCircle
Simple but interactive Unit Circle Raylib_cs example
spec-chum/UnityPong
Simple Pong done to learn Unity