samples/guiAndGfx: eC port of JFD's Mekano
authorJerome St-Louis <jerome@ecere.com>
Tue, 29 Sep 2015 19:32:47 +0000 (15:32 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 15 Oct 2015 00:26:42 +0000 (20:26 -0400)
commit73499c7c6f8e6a26181143bef1f8c546d249c1bc
treeac132397b308d7e435b650db43af4194807654df
parent211ed5ce4083c2a16edf8c1f7386f08fb268262e
samples/guiAndGfx: eC port of JFD's Mekano
- A mechanic simulation featuring springs by Jonathan Fillion-Deneault
- Ported this classic Ecere sample which was using the C++ Ecere class library from ~2003 to eC
14 files changed:
samples/guiAndGfx/mekano/mekano.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekano.epj [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanodisplay.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanoobject.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanoobjectfixed.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanoobjectgravity.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanoobjectpolygonal.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanoobjectspring.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanopoint.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanopolygon.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanopolygonalbox.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanosimulation.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/mekanownd.ec [new file with mode: 0644]
samples/guiAndGfx/mekano/vector.ec [new file with mode: 0644]