diff options
| author | aura <nw@moneybot.cc> | 2026-02-27 04:43:15 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-02-27 04:43:15 +0100 |
| commit | b24f37279bcc4b3abd92b697eadcec1feba8d276 (patch) | |
| tree | 8fe58bee0ae000396d7d048a5630c15bf479af58 /README.md | |
| parent | b384930de5044934207d1b2ceb4fa55705094f8b (diff) | |
fix edge collisions, update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -4,3 +4,23 @@ quake-based bsp renderer with a simple map editor  + +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) |
