gelly-gmod / gelly

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

Add Lua-controlled forcefields #99

Closed yogwoggf closed 1 month ago

yogwoggf commented 1 month ago

Context

Fairly simple, there's lots to gain from forcefields such as: fluid grabbing, "milk" monster, black holes, etc.

Scope

Acceptance Criteria

Other

Simulation will gain a new public API member for forcefields

yogwoggf commented 1 month ago

Nearly ready in branch 99-forcefields. We went with GellyX exposing forcefields as SENTs and Gelly exposing forcefields as object handles.

It's a little gross, but gelly-gmod is in desperate need of a touchup