From b24f37279bcc4b3abd92b697eadcec1feba8d276 Mon Sep 17 00:00:00 2001 From: aura Date: Fri, 27 Feb 2026 04:43:15 +0100 Subject: fix edge collisions, update readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 868798b..f9961d1 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,23 @@ quake-based bsp renderer with a simple map editor ![screenshot](https://git.networkheaven.net/bsp3d/plain/assets/game.gif) + +current scope: + +* editor: +- [ ] map tools +- [ ] more convenient pickers for textures/colors when creating walls +- [ ] 'paint' tool for textures/colors +- [ ] horizontal 2d view +- [ ] undo history +- [ ] compiling/loading bsp to/from file +* physics: +- [ ] gamemovement +- [ ] entity collisions +- [ ] props in bsp mesh +* render: +- [ ] obj parser/render +* general: +- [ ] entity system +- [ ] console +- [ ] de-couple editor from game (IS_EDITOR define - compile without) -- cgit v1.2.3