gelly-gmod / gelly

Library to integrate fluids into a game engine
GNU General Public License v3.0
19 stars 3 forks source link

Refactor how modules are specialized #13

Closed yogwoggf closed 11 months ago

yogwoggf commented 12 months ago

Issue

gelly-engine contains GMod-specific functions. This is a major violation of the separation of concerns principle, and I foresee that this will cause issues when the engine gets ready for 1.0.0 (physobj, diffuse particles, two way).

Scope

gelly-engine gelly-binary-module

Acceptance Criteria