horror/thirdparty/ode-0.16.5/bindings/python/TODO.txt

16 lines
552 B
Plaintext
Raw Normal View History

2024-06-10 17:48:14 +08:00
CODE:
* (setup.py) add package information (version, authors, etc.)
* (setup.py) add 'install' action
* (setup.py) add configurable ODE DLL (currently hard-coded to default single precision)
* (ode.pxd) clean up, add more comments
* (ode.pyx) refactor for a more Pythonic implementation (e.g. replace getters and setters with
properties)?
* (?) Add option to build bindings in ODE's makefiles
DOCS:
* Update and include API docs from PyODE
* Adapt and include PyODE tutorials/demos
* Update license text in ode.pxd and ode.pyx