From f489d15c5231721443d24af686e183330473cdb3 Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Mon, 16 Sep 2024 00:20:25 +0200 Subject: [PATCH] Added file with some ideas what to do next. --- IDEAS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 IDEAS.md diff --git a/IDEAS.md b/IDEAS.md new file mode 100644 index 0000000..201bc6f --- /dev/null +++ b/IDEAS.md @@ -0,0 +1,10 @@ +more ideas on what to try out + +- [ ] post processing +- [ ] UI rendering +- [ ] DirectX +- [ ] compute shaders +- [ ] mini game +- [ ] ImGui? +- [ ] extending SDL_gpu? + - [ ] access to the underlying Vulkan types