Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ea373c

Browse filesBrowse files
authored
N42: scene-graph and tween (rust-gamedev#1272)
1 parent 9286412 commit 6ea373c
Copy full SHA for 6ea373c

File tree

Expand file treeCollapse file tree

1 file changed

+21
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+21
-0
lines changed

‎content/news/042/index.md

Copy file name to clipboardExpand all lines: content/news/042/index.md
+21Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.