-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathtodo.txt
More file actions
42 lines (26 loc) · 685 Bytes
/
todo.txt
File metadata and controls
42 lines (26 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Bugs
* scrollbars interfere with resize button
* resize handle "jumps" to cursor when resizing
* clicks go through scrollbars
# Cosmetic
* welcome text in web browser
# Refactorings
* integrate Rect with geometry module
* tidy up applib
* better names for applib/guestlib?
* better tile cache
# Features
* wasm: restart button in window on crash
* proper hover tooltips for resources topbar
* file editor + "fake" filesystem
# Meta
* !!! Demo videos
* Project icon
# Low priority
* web browser: improve compatibility
* resumable tile rendering
* nested pie menus
* selectable color palette
* system settings window
* Tiling windows
* convenience macros for wasm apps