Skip to content

Commit

Permalink
N15: rg3d (#339)
Browse files Browse the repository at this point in the history
* added rg3d

* N15: rg3d: Style & fmt tweaks

Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
  • Loading branch information
mrDIMAS and ozkriff authored Nov 4, 2020
1 parent 17f3973 commit 8ea8ab2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions content/posts/newsletter-015/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,33 @@ on the module's [repository][Proton-Media-Converter-Github]
[Proton-Github]: https://github.com/ValveSoftware/Proton
[Proton-Media-Converter-Github]: https://github.com/ValveSoftware/Proton/tree/proton_5.13/media-converter

### [rg3d]

[![a scene with lightning and a hi-poly character model](rg3d.jpg)][rg3d_twit]

[rg3d] is a game engine that aims to be easy to use and provide large set
of out-of-box features. Some of the recent updates:

- Implemented fully asynchronous resource loading.
- Added compressed textures support (DXT1, DTX3, DTX5).
- Added filtering and wrapping options for textures.
- Added sky box.
- Added texture import options for resource manager.
- All dependencies were moved to rg3d workspace, so there is no need to
manually download them when working with the latest version of the engine.
- Extracted HRTF code in the separate [crate][hrtf], so it could be used
without rg3d.
- Lots of other bugfixes and improvements.

Join the [rg3d's Discord channel][rg3d_discord]
or follow [Dmitry Stepanov on twitter][rg3d_twitter].

[rg3d]: https://github.com/mrDIMAS/rg3d
[hrtf]: https://github.com/mrDIMAS/hrtf
[rg3d_twit]: https://twitter.com/DmitryS36934349/status/1312836831390687232
[rg3d_discord]: https://discord.gg/xENF5Uh
[rg3d_twitter]: https://twitter.com/DmitryS36934349

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down
Binary file added content/posts/newsletter-015/rg3d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ea8ab2

Please sign in to comment.