summaryrefslogtreecommitdiff
path: root/libs/ode-0.16.1/bindings/python/TODO.txt
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-10-01 20:59:36 -0500
committersanine <sanine.not@pm.me>2022-10-01 20:59:36 -0500
commitc5fc66ee58f2c60f2d226868bb1cf5b91badaf53 (patch)
tree277dd280daf10bf77013236b8edfa5f88708c7e0 /libs/ode-0.16.1/bindings/python/TODO.txt
parent1cf9cc3408af7008451f9133fb95af66a9697d15 (diff)
add ode
Diffstat (limited to 'libs/ode-0.16.1/bindings/python/TODO.txt')
-rw-r--r--libs/ode-0.16.1/bindings/python/TODO.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/libs/ode-0.16.1/bindings/python/TODO.txt b/libs/ode-0.16.1/bindings/python/TODO.txt
new file mode 100644
index 0000000..356edc4
--- /dev/null
+++ b/libs/ode-0.16.1/bindings/python/TODO.txt
@@ -0,0 +1,15 @@
+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