inexorgame-obsolete / deprecated-cube-engine-inexor

UNMAINTAINED: Please have a look at the vulkan-renderer
https://inexor.org
zlib License
11 stars 1 forks source link

As a developer I want to use a specialized EntityFunction for Muparser. #335

Open aschaeffer opened 8 years ago

aschaeffer commented 8 years ago

An extended integration for muparser should provided by the entity system and would be very useful for the particle system and the visual scripting system. A specialized ParserFunction implements EntityFunction and provides an Execute() function which parses an ParserInstance. ParserInstance implements EntityInstance and stores the muparser instance, the expression string and all parameters as EntityAttributes.

Croydon commented 6 years ago

Blocked by #333