ECS:Python Changelog

What's new in ECS:Python 2.8

Dec 6, 2014
  • 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 support
  • Fixed char* return value bug

New in ECS:Python 2.7 (Jan 29, 2014)

  • Replaced project files with more flexible CMakeLists.
  • Numerous bug fixes

New in ECS:Python 1.3 (Nov 26, 2012)

  • Bug fixes
  • MSVC solution file added