forked from libgdx/libgdx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
54 lines (53 loc) · 1.29 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
particles
persitence should use json so additions won't break saved files
javadoc
json
disable reflection to parse into map/array
tablelayout
add cell to existing row
http://www.badlogicgames.com/forum/viewtopic.php?f=11&t=2784
simplify DSL by removing widget properties?
use {name:xxx} instead of [xxx:{}]
sound
ogg problem
http://www.badlogicgames.com/forum/viewtopic.php?f=11&t=869&p=14117
NinePatch
add scale, eg for a button pressed state
TextureAtlas
use json?
add support for NinePatchs
Skin
use a TextureAtlas instead of custom atlas
this separates the regions and patches from styles and resources
scene2d
refactor to not use public fields
new input system, similar to inputprocessor
need button parameter, not just pointer
refactor action system
put action classes in action package
use Interpolation
Slider
add snapping to the knob
TextButton
add region/patch constructors
FlickScrollPane
use layout to determine clipping
javadoc
wiki docs
3D
fbx/collada/etc -> unity -> json -> libgdx model & scene binary
skeletal animation
model batching/instancing
scene graph
materials
particles
docs
wiki
documented examples
replace TileD
remove junk
current 3D stuff
TextureRef, TextureDict
DecalBatch
slow
remove?