@@ -551,6 +551,59 @@ August's full weekly devlogs: "This Week In Veloren...":
551
551
552
552
## Engine Updates
553
553
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
+
554
607
## Learning Material Updates
555
608
556
609
### [ Rewriting my mobile game in Rust targeting WASM] [ panda-doodle-blog-post ]
0 commit comments