Projects

ice

SpringSim

SpringSim

Overview

SpringSim uses a physical mass-and-spring system to simulate cloth. Currently the model is a flag with two corners locked in place, and wind and gravity acting on it. I wrote this to hone my C++, multithreading, and GUI programming skills.

Highlights

Still To Do

Source Code

Download SpringSim source code. This is distributed under the MIT License

OpenLogic

OpenLogic

Overview

OpenLogic is a "digital logic simulator" - it allows you to wire together different digital components (AND gates, OR gates, switches, etc.) and see how they interact.

Tips

Try It

Start OpenLogic via WebStart

If the link above doesn't work you can download OpenLogic, then double-click on it. Either way, make sure you have at least Java 1.4 installed. If you don't, you can get it here.

Source Code

Download OpenLogic source code. This is distributed under the MIT License