isaaclafrance / SimulationEngineLibrary

A small custom OpenGL ES based 3D graphics and physics framework primarily intended to be used in Chemistry and Chemical Process simulation projects on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use composition design concept.

isaaclafrance opened this issue · comments

This allow for the creation of customizable graphic objects as well as overcome the multiple inheritance limitations of the java language.