-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md.orig
149 lines (74 loc) · 3.58 KB
/
README.md.orig
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
HP:
https://mdiegoli.github.io/homepage.html
__todo__:
doc su medium, loggato con google
https://animejs.com/
https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Advanced_animations
https://developer.mozilla.org/en-US/docs/Games/Techniques/Efficient_animation_for_web_games
https://codepen.io/Tobsta/post/implementing-velocity-acceleration-and-friction-on-a-canvas
asset 3d con texture 2d (piani che si muovono in uno spazio 3d)
offscreencanvas
https://developers.google.com/web/updates/2018/08/offscreen-canvas
echo
replace promise with async/await (https://mdiegoli.github.io/async_await.html)
audio(deve essere sincronizzato)
Vite
badge
BUGS:
la nave non dovrebbe cambiare
score che non incrementa solo di 50
audio da migliorare
Canvas optimization
https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Optimizing_canvas
https://www.html5rocks.com/en/tutorials/canvas/performance/#toc-ref
HTML5 Cheat sheet
http://cheatsheetworld.com/programming/html5-canvas-cheat-sheet/
Canvas experiments
https://code.tutsplus.com/articles/21-ridiculously-impressive-html5-canvas-experiments--net-14210
demonPaint
https://mdiegoli.github.io/paint.html
f3d
![f3d v7](https://mdiegoli.github.io/images/f3dv7.png)
https://mdiegoli.github.io/f3d.html
https://mdiegoli.github.io/skinned.html
f3dwebgl wip https://mdiegoli.github.io/f3dwebgl.html
f3dwebgl vue version https://mdiegoli.github.io/F3D
f3dwebgl v1 https://mdiegoli.github.io/f3dwebgl_v1.html , create sphere chain
f3dwebgl v2 https://mdiegoli.github.io/f3dwebgl_v2.html , add html widgets
f3dwebgl v3 https://mdiegoli.github.io/f3dwebgl_v3.html , add convex hull mesh
f3dwebgl v4 https://mdiegoli.github.io/f3dwebgl_v4.html , change camera target
f3dwebgl v5 https://mdiegoli.github.io/f3dwebgl_v5.html , multi chain from one node
f3dwebgl v6 https://mdiegoli.github.io/f3dwebgl_v6.html , working plane follow camera
f3dwebgl v7 https://mdiegoli.github.io/f3dwebgl_v7.html , save and load f3d file
f3dwebgl v8 https://mdiegoli.github.io/f3dwebgl_v8.html , curve
f3dwebgl v9 https://mdiegoli.github.io/f3dwebgl_v9.html , undo
f3dwebgl v10 https://mdiegoli.github.io/f3dwebgl_v10.html , freehand draw
f3dwebgl v11 https://mdiegoli.github.io/f3dwebgl_v11.html , fix freehand draw modelling, edit mode
f3dwebgl v12 https://mdiegoli.github.io/f3dwebgl_v12.html , node highlight
f3dwebgl v12 https://mdiegoli.github.io/f3dwebgl_v13.html , draw sketch
https://mdiegoli.github.io/convextest.html
sketch MAT SAT (v. 0.1 of f3d)
https://mdiegoli.github.io/sketch.html
https://github.com/FlorisSteenkamp/MAT
Marching cube
https://mdiegoli.github.io/marchingcube.html
https://mdiegoli.github.io/drawMetaball.html (marching cube example + mouse interaction)
https://mdiegoli.github.io/marchingcube_takenFromWeb.html
https://threejs.org/examples/webgl_marchingcubes.html
Assets
https://itch.io/game-assets
Offscreen Canvas
https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas
Doublebuffer Canvas
https://developers.google.com/web/updates/2018/08/offscreen-canvas
Canvas performance
https://www.html5rocks.com/en/tutorials/canvas/performance/
RequestAnimationFrame
http://devbutze.blogspot.com/2013/09/requestanimationframe-is-what-you-need.html
Tensorflow
https://medium.com/tensorflow/introducing-tensorflow-js-machine-learning-in-javascript-bf3eab376db
https://github.com/tensorflow/tfjs-examples
Mario animation
https://www.raywenderlich.com/2891-how-to-make-a-platform-game-like-super-mario-brothers-part-1
Optimizing_canvas
https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Optimizing_canvas