From 5716c592aea5db1120a2c4f2189a7d6dab129cc1 Mon Sep 17 00:00:00 2001 From: Wesley Unwin Date: Sun, 24 Mar 2024 21:11:11 -0500 Subject: [PATCH] Add stuff to TODO.txt --- TODO.txt | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/TODO.txt b/TODO.txt index 6929f84..235a805 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,9 +1,28 @@ +GAME ENGINE: +========================= + +Rename game engine? + Possible names: + - Blitz (package name blitz taken, but could use blitz-js or blitz-3d) + - PolyWhirl + - Reality3 + - Basys + - Foundation + - Mortar + - Paragon + - Vortex + - Fusion Engine + SCENE EDITOR: +========================= - Preview a file, in Project Files - JSON Files - GLTF/GLB Files - Audio Files +- Editor (in general) + - undo/redo + - Editor Settings: - Manual Save (setting to disable auto saving, and click a button to save files) - Show/hide lighting @@ -17,27 +36,7 @@ SCENE EDITOR: - Editing GameObjects: - add/edit cameras - Change game object type + - Copy/Paste game objects - Editing GameObjectTypes: - add/edit cameras - -README: -- Mention scene editor -- Mention examples - -github.io website: - - live demo - - docs - - host scene editor - -- rename game engine? - Possible names: - - Blitz (package name blitz taken, but could use blitz-js or blitz-3d) - - PolyWhirl - - Reality3 - - Basys - - Foundation - - Mortar - - Paragon - - Vortex - - Fusion Engine \ No newline at end of file