smacdo
Experienced game developer and systems engineer with a track record of shipping products, services and tools.
@facebook Seattle
Pinned Repositories
assimp
Fork of the open asset importer tool. Adding simple output formats that can be easily incorporated into 3d games
brainfreeze
A cross platform Brainfuck interpreter with configurable implementation standards written in C++ for Windows, Linux and MacOS.
cubeworld
You wake up in a mysterious dream world made entirely of cubes, and must discover a way back home!
Daybreak
A minimalistic no-nonsense game engine written in modern C++ for educational purposes.
dotfiles
Collection of standard linux configuration files, and useful shell scripts. Comes with a script to automate the entire process of "fixing" a new linux environment to match my preferences :)
Dungeon-Crawler
A procedurally generated dungeon crawler with 2d graphics and a modern take on the old roguelikes
eventhorizon
A 3d space sim where you can ply the trade routes or fight your way to infamy. Was originally a UIC-ACM SigGame project, but development never progressed beyond initial stages to do lack of interest. Kept for historical purposes
screenlocker
A command line tool to lock your desktop session
Shiny
Shiny is a simple scheme inspired language written as a programming exercise.
spellingbee
Command line program to solve the NYT daily spelling bee challenge
smacdo's Repositories
smacdo/eventhorizon
A 3d space sim where you can ply the trade routes or fight your way to infamy. Was originally a UIC-ACM SigGame project, but development never progressed beyond initial stages to do lack of interest. Kept for historical purposes
smacdo/assimp
Fork of the open asset importer tool. Adding simple output formats that can be easily incorporated into 3d games
smacdo/assettool
Command line utility script to help convert and process game assets
smacdo/euler
Project euler code
smacdo/Forge
Networked chat and 2d topdown role playing game. Development has moved to Dungeon Crawler, and all future development on this project has halted. Keeping this here for archival purposes
smacdo/gfxsandbox
OpenGL sandbox, simple 3d engine that is shader based.
smacdo/scottsandbox
Its a sandbox of code! My dumping ground for all types of common library code, expiremental code, tests and amusing projects. Feel free to pick through anything, its all free to use with attribution
smacdo/blocksmasher
Simple 2d C++ breakout clone. Aims to be a clean, cross platform and modern 2d game written using modern C++ techniques. It's still a major work in progress, and lots of code will be refactored as functionality is added.