Features:
-
#serialize
now includes the class name for Entities, Components, and Systems. -
Added callbacks to Entities, Components, Systems and Worlds to better enable plugins.
-
Added a sample plugin to
lib/draco/benchmark.rb
to benchmark your systems.How to use:
class World < Draco::World include Draco::Benchmark end world.system_timers # => { :system => 0.001 }
Features:
- Add an alias to
Draco::Tag
in Entities and Systems.
Features:
- Add
Draco::Tag
to easily define tag components #6