Pinned Repositories
3DWorld
A 3D first person environment demo
bmpLoader
A simple program using OpenGL to load a bitmap
Buttons
A program that demonstrates the use of my button class
CityBrowser
A simple iOS app that displays names of all US cities by state. It's a good example of a TableViewNavigationController without a Storyboard
clojurest
A minimalist API
CSVDataExtractor
A commandline program for extracting a single column of data from a csv file
fijit
A ClojureScript playground
G2
A generic 2D engine for any kind of game. See it in action: https://youtu.be/nlFBtpw5Xjo
NongraphicalRTS
An experimental realtime strategy game with a Qt UI but no sprites
wavLoader
A simple program using OpenAL to play a wave file
confuzedskull's Repositories
confuzedskull/NongraphicalRTS
An experimental realtime strategy game with a Qt UI but no sprites
confuzedskull/wavLoader
A simple program using OpenAL to play a wave file
confuzedskull/bmpLoader
A simple program using OpenGL to load a bitmap
confuzedskull/CityBrowser
A simple iOS app that displays names of all US cities by state. It's a good example of a TableViewNavigationController without a Storyboard
confuzedskull/3DWorld
A 3D first person environment demo
confuzedskull/Buttons
A program that demonstrates the use of my button class
confuzedskull/clojurest
A minimalist API
confuzedskull/CSVDataExtractor
A commandline program for extracting a single column of data from a csv file
confuzedskull/fijit
A ClojureScript playground
confuzedskull/G2
A generic 2D engine for any kind of game. See it in action: https://youtu.be/nlFBtpw5Xjo
confuzedskull/GMLibrary
a library of classes that model a game
confuzedskull/RacketPaint
A simple paint program created in Racket
confuzedskull/RacketShooter
A simple 2d shooter written with the PicturingPrograms library
confuzedskull/SDLdemo
A simple program demonstrating use of SDL