mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
more todos.
This commit is contained in:
parent
60b854d657
commit
001ad8c051
5
TODO.md
5
TODO.md
@ -1,5 +1,10 @@
|
||||
# Pandemonium Engine TODOs
|
||||
|
||||
## Core
|
||||
|
||||
- Add a core binder class for Math. This would allow for simpler script to engine side code ports. Maybe it could also smplify scripting language code.
|
||||
- Maye threading could be de-modernized. So the implementation could use the old os level constructs. (like pthreads). An implementation that uses std::threads could be kept around though. (without it being compiled).
|
||||
|
||||
## WFC module
|
||||
|
||||
- Need to rework the readme. Also link to the sample repo. (https://github.com/Relintai/wfc_module_samples)
|
||||
|
Loading…
Reference in New Issue
Block a user