]> code.bitgloo.com Git - clyne/entityx.git/commit
Event delivery to/from Python and C++.
authorAlec Thomas <alec@swapoff.org>
Fri, 20 Dec 2013 05:24:01 +0000 (00:24 -0500)
committerAlec Thomas <alec@swapoff.org>
Fri, 20 Dec 2013 05:24:01 +0000 (00:24 -0500)
commitd74c47d8a9c3acbdc8fdd6ff3712c66f4f90b7d5
treec26b774c409d2fa68606aa5aac9ac1b054618679
parentdad637cdec9c24b34ad430aee0e55553d6ea238d
Event delivery to/from Python and C++.
12 files changed:
.gitignore
CMakeLists.txt
entityx/Entity.cc
entityx/Entity.h
entityx/python/PythonSystem.cc
entityx/python/PythonSystem.h
entityx/python/PythonSystem_test.cc
entityx/python/README.md
entityx/python/entityx/__init__.py
entityx/python/entityx/tests/create_entities_from_python_test.py
entityx/python/entityx/tests/event_emit_test.py
entityx/python/entityx/tests/event_test.py