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>
Mon, 21 Dec 2015 19:31:31 +0000 (14:31 -0500)
commitc1af37d3e44598dec203e5521ef0bd9c810b92f3
tree9071b47218c522ab9e2f3e1489ab0d397dd79fc3
parent1691e97c4031b31d1c190101505f0f2b182ffdeb
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]