Skip to content

Commit

Permalink
chore: remove useless todo tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcAvoy committed Oct 8, 2024
1 parent e60e059 commit 6d6df81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .tokeignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
vendor/*
!vendor/CMakeLists.txt
megasource
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@ Come back later, sorry! Jenjin is not ready for real usage.

## TODO
- [x] Basic architecture
- [x] Scene management/renderring
- [x] Editor target
- [x] Editor UI
- [x] Scene renderring
- [x] Editor
- [x] Serialization/Deserialization of scenes
- [x] Texture loading
- [x] Editor styling
- [x] File explorer
- [ ] Transparency on sprites
- [ ] Scripting (Lua)
- [ ] Code editor in the editor
- [ ] Dynamic data attached to game objects at runtime
- [ ] Hierarchy and `.Parent` in Lua along with `workspace` (e.g. `Workspace.MyGameObject.Parent` == `Workspace`)

## TODO (Future)
- [ ] Serialization/Deserialization of scenes to better formats
- [ ] Scripting (Python)
- [ ] Physics engine
- [ ] Instancing
Expand Down

0 comments on commit 6d6df81

Please sign in to comment.