Skip to content

Commit ede71d9

Browse files
authored
N18: Add rg3d + Station Iapetus (#471)
* add rg3d + station iapetus * removed whitespace
1 parent f15feed commit ede71d9

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

content/posts/newsletter-018/index.md

+50
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,23 @@ fight through multiple levels to get out.
213213

214214
[@im_oab]: https://twitter.com/im_oab
215215

216+
### [Station Iapetus]
217+
218+
[![Station Iapetus Youtube](station-iapetus-youtube.jpg)][si-youtube]
219+
_Check [gameplay video][si-youtube] on YouTube_
220+
221+
[Station Iapetus][Station Iapetus] by [@mrDIMAS]
222+
is a 3rd person shooter on the space prison Iapetus near the Saturn.
223+
224+
The game based on [rg3d] game engine and is meant to be the proof that
225+
rg3d is ready for commercial production. The game is a commercial project
226+
which will be released in the Steam.
227+
228+
[@mrDIMAS]: https://github.com/mrDIMAS
229+
[rg3d]: https://github.com/mrDIMAS/rg3d
230+
[Station Iapetus]: https://github.com/mrDIMAS/StationIapetus
231+
[si-youtube]: https://www.youtube.com/watch?v=JCH2U5JOMlU
232+
216233
## Learning Material Updates
217234

218235
## Engine Updates
@@ -323,6 +340,39 @@ and gfx-rs community is inviting Rust game/graphics developers to evaluate if
323340
[WGSL]: https://gpuweb.github.io/gpuweb/wgsl.html
324341
[naga]: https://github.com/gfx-rs/naga
325342

343+
### [rg3d]
344+
345+
![rusty-editor screenshot](rusty-editor.jpg)
346+
_A level made in [rusty-editor][rusty_editor] which is a native scene editor
347+
for the rg3d game engine._
348+
349+
[rg3d] is a game engine that aims to be easy to use and provide large set
350+
of out-of-box features. Some of the recent updates:
351+
352+
- Improved animation blending state machines.
353+
- Added ability to copy nodes in-place.
354+
- Fixed clipping issues in the UI.
355+
- Reduced number of draw calls for UI by 70%.
356+
- Fixed text measurement in the UI.
357+
- Added opacity for UI widgets.
358+
- Fixed layout of Scroll- and Wrap- panels.
359+
- Fixed light scatter issues for spot lights.
360+
- Added support for transparent meshes.
361+
- Migrated to rapier 0.5.
362+
- Fixed animation signal handling when animation playing in reverse.
363+
- Animation tracks now are able to filter position/scale/rotation.
364+
- Fixed sprite rendering.
365+
- Improved copy/paste in rusty-editor.
366+
- Lots of other small fixes and improvements.
367+
368+
Join the [rg3d's Discord channel][rg3d_discord]
369+
or follow [Dmitry Stepanov on Twitter][rg3d_twitter].
370+
371+
[rg3d]: https://github.com/mrDIMAS/rg3d
372+
[rg3d_discord]: https://discord.gg/xENF5Uh
373+
[rg3d_twitter]: https://twitter.com/DmitryNStepanov
374+
[rusty_editor]: https://github.com/mrDIMAS/rusty-editor
375+
326376
## Popular Workgroup Issues in Github
327377

328378
<!-- Up to 10 links to interesting issues -->
277 KB
Loading
Loading

0 commit comments

Comments
 (0)