Explosivo is a physics-based 2-D art program for Windows (and maybe for the iPad someday.) Just another C++ experiment…
Using Explosivo is simple: clicking the Explosivo window creates explosions of colorful shapes that bounce off of each other and randomly move around.
Download
Explosivo v0.94 – 2011/01/22
Click here to view / download the older versions of Explosivo.
Source Code
The source of this project is C++ code inside a Visual Studio 2005 project/solution and relies on a few included libraries.
Grab the code here: https://github.com/L1quid/Explosivo
Known Bugs
Shortcut keys don’t toggle related menu items.
Punctuation characters render incorrectly or not at all.
Screenshots
- v0.93 – 2011/01/19
- v0.92 – 2011/01/18
- v0.91 – 2011/01/18
- v0.9 – 2011/01/18
- v0.8x “black label” – 2011/01/16
- v0.8 – 2011/01/13
- v0.7 – 2011/01/13
- v0.6 – 2011/01/13
- v0.5 – 2011/01/13
- v0.4 – 2011/01/13
- v0.3 – 2011/01/12
- v0.2 – 2011/01/12 (Using the previous title, Sexplosion)
- v0.1 – 2011/01/11
- v0.x – 2011/01/09 (Initial builds were called “demos” and unversioned)
Other Info.
Explosivo uses the Antigrain library for shape rendering and the FreeType 2 library for rendering fonts, and the Chipmunk physics library is used to make things bouncy.





