Skip to content

Commit 6ea373c

Browse files
authored
N42: scene-graph and tween (#1272)
1 parent 9286412 commit 6ea373c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/news/042/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,27 @@ Features:
206206
[RustySynth]: https://github.com/sinshu/rustysynth
207207
[rust-sfml]: https://github.com/jeremyletang/rust-sfml
208208

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+
209230
## Popular Workgroup Issues in Github
210231

211232
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)