Skip to content

Releases: cross-platform/ecs-python

v.3.0 (26 January 2019)

26 Jan 21:10

Choose a tag to compare

  • Fixed x64 pointer types.
  • Added CI and unit tests.
  • Cleaned up project structure and code formatting.
  • Switch to C++11 std::mutex.

v.2.8 (20 December 2014)

26 Jan 19:32

Choose a tag to compare

  • Basic support for constructing C++ objects from Python.
  • call() returns a pointer to the C++ object.
  • Added support for void* arguments.
  • Fixed floating point argument bug.
  • Fixed char* return value bug.