-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo
More file actions
37 lines (24 loc) · 651 Bytes
/
todo
File metadata and controls
37 lines (24 loc) · 651 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
# Next
## Nicer
Add clouds
when breaking block, add particules
## Gameplay
can move blocks from inventory to bottom bar
add craft of planks
add craft of sticks (so inventory can have objects that are not 3D)
Add craft table
Save items after restart
Can run in normal mode
## Performance
Check out open GL profiler
## Robustness
Can't place block if you will occupy that block
unloading of vaos/vbos should be done when deleting chunks
fix race condition in loader
fix race condition on chunk
we render stuff that we don't need to render (go fast and look behind you to check what)
## World
more trees
more biomes
more structures
## doing