File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Original file line number Diff line number Diff line change @@ -206,6 +206,27 @@ Features:
206
206
[ RustySynth ] : https://github.com/sinshu/rustysynth
207
207
[ rust-sfml ] : https://github.com/jeremyletang/rust-sfml
208
208
209
+ ### [ tween]
210
+
211
+ ` tween ` is a library for manipulating values in stylish and beautiful ways.
212
+ It has been almost entirely rewritten for ` v2.0.0 ` , now featuring a
213
+ significantly improved API, fewer generics, and much, much faster performance.
214
+
215
+ Additionally, it has added support for Looping, Oscillating, and Extrapolating tweens.
216
+ With all of this, making custom tweens is much easier. An example of making a Bezier
217
+ tween is included.
218
+
219
+ [ tween ] : https://github.com/sanbox-irl/tween
220
+
221
+ ### [ scene-graph]
222
+
223
+ ` scene-graph ` is a library for creating graph structures similar to the
224
+ one used in engines like Unity or Unreal. It is fast, performant, and easy to
225
+ manipulate. It's especially useful for user interfaces. Although only in ` v0.1.0 ` ,
226
+ feedback would be very appreciated.
227
+
228
+ [ scene-graph ] : https://github.com/sanbox-irl/scene-graph
229
+
209
230
## Popular Workgroup Issues in Github
210
231
211
232
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments