Skip to content

Commit 6ead689

Browse files
mrDIMASAngelOnFira
andauthored
N25: rg3d (#767)
* add rg3d * fixed lint warnings * Formatting, spelling Co-authored-by: Forest Anderson <[email protected]>
1 parent 7ee726d commit 6ead689

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

content/news/025/index.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,59 @@ August's full weekly devlogs: "This Week In Veloren...":
551551

552552
## Engine Updates
553553

554+
### [rg3d]
555+
556+
![rg3d](rg3d_logo.png)
557+
558+
[rg3d] ([Discord][rg3d_discord], [Twitter][rg3d_twitter]) is a game engine that
559+
aims to be easy to use and provide a large set of out-of-the-box features.
560+
561+
[![rg3d feature highlights](rg3d-feature-highlights.png)][rg3d_fh]
562+
__Engine feature highlights__
563+
564+
Check out the video about the engine made by [@GameFromScratch][gfs_channel],
565+
an article could be found [here][gfs_article].
566+
567+
[![rg3d feature highlights](rg3d-gfs.png)][rg3d_gfs]
568+
__A video by [@GameFromScratch][gfs_channel]__
569+
570+
Some of the recent engine updates:
571+
572+
```markdown
573+
- Physically-based rendering (PBR).
574+
- Custom shaders and materials.
575+
- High dynamic range rendering.
576+
- Tone mapping.
577+
- Color grading.
578+
- Gamma correction.
579+
- Manual + Auto exposure for camera.
580+
- Emission maps.
581+
- Deferred decals.
582+
- Curve editor widget.
583+
- Behavior trees.
584+
- Custom curves supports.
585+
- Ability to create sound engine without a sound device.
586+
- Asset management improvements.
587+
- Mask char for TextBox and FormattedText.
588+
- Ability to change path of resources.
589+
- Improvements for FileSelector widget.
590+
- Various fixes for scene resolving stage.
591+
- Provide a way to alter control flow of event loop in `Framework`.
592+
- A way to create custom particle set in `ParticleSystem`.
593+
- `#[visit(option)]` attribute for Visit proc macro.
594+
- Ability to pause particle systems.
595+
- UI performance improvements.
596+
- Other various fixes and improvements.
597+
```
598+
599+
[rg3d]: https://github.com/mrDIMAS/rg3d
600+
[rg3d_discord]: https://discord.gg/xENF5Uh
601+
[rg3d_twitter]: https://twitter.com/DmitryNStepanov
602+
[rg3d_fh]: https://www.youtube.com/watch?v=N8kmZ9aBtZs
603+
[rg3d_gfs]: https://www.youtube.com/watch?v=mzshg_0ZvLk
604+
[gfs_channel]: https://www.youtube.com/channel/UCr-5TdGkKszdbboXXsFZJTQ
605+
[gfs_article]: https://gamefromscratch.com/rg3d-open-source-rust-3d-game-engine/
606+
554607
## Learning Material Updates
555608

556609
### [Rewriting my mobile game in Rust targeting WASM][panda-doodle-blog-post]
1.04 MB
Loading

content/news/025/rg3d-gfs.png

660 KB
Loading

content/news/025/rg3d_logo.png

8.53 KB
Loading

0 commit comments

Comments
 (0)