From 2b0e1dd7e1e1a5c9d7546fd5be2e85f01ef56776 Mon Sep 17 00:00:00 2001 From: Erik Ogenvik Date: Sun, 13 Aug 2023 17:38:31 +0200 Subject: [PATCH] Note about improvements. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a3aeaf..c36d905 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ still to be done. external", and then reformat the code. * Documentation is sorely lacking. This goes both for high level concepts as well as low level things such as component layout. +* Work is needed in making sure SmartBody more easily can interact with game engines. There needs to be a better + interface between the core of SmartBody and the physical world in which it operates. Currently, the world is expressed + using "sr" scene library. Instead of this tight coupling it would be beneficial if SmartBody could query an external + world, allowing it to be directly integrated into game engines. ## License