From 8375917b357a647a0063bd2ca4b3c36b00edc9f5 Mon Sep 17 00:00:00 2001 From: Hartmut Seichter Date: Thu, 30 May 2024 08:10:06 +0200 Subject: [PATCH] add some 'inspiration' for work in the course ParadiSE --- docs/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..623fb6d --- /dev/null +++ b/docs/README.md @@ -0,0 +1,17 @@ + +# Todo + +Here some ideas for improving this tiny engine: + +## Rendering +- [ ] replace the OpenGL renderer with a Vulkan backend +- [ ] add animatable sprites (access to UV mapping and tiling) + +## Game Support +- [ ] audio! +- [ ] some minimal animation system with tweening with different f-curves + +## System Level + +- [ ] add a `Asset` handler to load cache and manage assets +- [ ] introspection of file system if we load assset