Skip to content

Commit 8ea8ab2

Browse files
mrDIMASozkriff
andauthored
N15: rg3d (#339)
* added rg3d * N15: rg3d: Style & fmt tweaks Co-authored-by: Andrey Lesnikov <[email protected]>
1 parent 17f3973 commit 8ea8ab2

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

content/posts/newsletter-015/index.md

+27
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,33 @@ on the module's [repository][Proton-Media-Converter-Github]
546546
[Proton-Github]: https://github.com/ValveSoftware/Proton
547547
[Proton-Media-Converter-Github]: https://github.com/ValveSoftware/Proton/tree/proton_5.13/media-converter
548548

549+
### [rg3d]
550+
551+
[![a scene with lightning and a hi-poly character model](rg3d.jpg)][rg3d_twit]
552+
553+
[rg3d] is a game engine that aims to be easy to use and provide large set
554+
of out-of-box features. Some of the recent updates:
555+
556+
- Implemented fully asynchronous resource loading.
557+
- Added compressed textures support (DXT1, DTX3, DTX5).
558+
- Added filtering and wrapping options for textures.
559+
- Added sky box.
560+
- Added texture import options for resource manager.
561+
- All dependencies were moved to rg3d workspace, so there is no need to
562+
manually download them when working with the latest version of the engine.
563+
- Extracted HRTF code in the separate [crate][hrtf], so it could be used
564+
without rg3d.
565+
- Lots of other bugfixes and improvements.
566+
567+
Join the [rg3d's Discord channel][rg3d_discord]
568+
or follow [Dmitry Stepanov on twitter][rg3d_twitter].
569+
570+
[rg3d]: https://github.com/mrDIMAS/rg3d
571+
[hrtf]: https://github.com/mrDIMAS/hrtf
572+
[rg3d_twit]: https://twitter.com/DmitryS36934349/status/1312836831390687232
573+
[rg3d_discord]: https://discord.gg/xENF5Uh
574+
[rg3d_twitter]: https://twitter.com/DmitryS36934349
575+
549576
## Popular Workgroup Issues in Github
550577

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

content/posts/newsletter-015/rg3d.jpg

253 KB
Loading

0 commit comments

Comments
 (0)