MissingDeadlines / iolite

A highly flexible, voxel-powered game engine with an embedded editor. Create games using Lua, the native C/C++ API, and assets authored in voxel editors like MagicaVoxel or Avoyd.
https://iolite-engine.com
MIT License
192 stars 13 forks source link

Add API interface for custom event streams #42

Closed begla closed 8 months ago

begla commented 8 months ago

Requested by @trsh.

begla commented 8 months ago

There's now an interface for custom event streams available in 0.5.0-beta20. See the C++ sample plugin for a usage sample.