-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO.txt
37 lines (34 loc) · 885 Bytes
/
TODO.txt
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
TODO :
- life cycle
- Splash Screen
- Camera System
- Serialize
- Implement physic engine ?
- Physic interpolated rendering ?
- WebGL for rendering ?
- Make OffscreenRenderer the default renderer
- Resources Manager
- Event once
- Optimize particles
- Custom logger --> for debug purpose
- Rework doc system
- Render gradient
- Add a lighting system
- Add slider button to the interface
- Audio System
PARTS :
- Core
- Renderer
- Event System
- Grid System
- Stats
- Configuration --> Local Storage API
- Physics ?
- Particle System
ISSUE :
- Resize canvas
- OffscreenRenderer should return Renderer if OffscreenCanvas PI is not supported
- Texture preserve ratio
- Offscreen Renderer "Non-origin-clean ImageBitmap cannot be cloned"
REFERENCE :
- Glaze Engine