From 001ad8c051541047cccd5293b471c4d9a247ad31 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 27 Jul 2022 20:32:41 +0200 Subject: [PATCH] more todos. --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.md b/TODO.md index 496175fa1..11e76466d 100644 --- a/TODO.md +++ b/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)