Skip to content

N15: rg3d #339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Nov 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5e2051e
added rg3d-sound into libraries section
mrDIMAS Dec 31, 2019
3c33783
Merge remote-tracking branch 'upstream/source' into source
mrDIMAS Feb 29, 2020
518b620
add rusty-shooter game
mrDIMAS Feb 29, 2020
85740a6
fixed links for rusty-shooter game
mrDIMAS Feb 29, 2020
6e4b366
added WIP mark for rusty-shooter game video
mrDIMAS Feb 29, 2020
bd64b3c
added features list for rusty-shooter game
mrDIMAS Feb 29, 2020
86978c6
merge upstream
mrDIMAS Mar 29, 2020
9e53b6c
Merge remote-tracking branch 'upstream/source' into source
mrDIMAS May 30, 2020
bb4f8ae
added rg3d engine and rusty-editor
mrDIMAS May 30, 2020
1250686
added screenshots
mrDIMAS May 30, 2020
596d88a
merge upstream
mrDIMAS May 30, 2020
6b3c14f
fixed paragraphs indentation
mrDIMAS May 30, 2020
4069187
Newsletter 10: rg3d: fmt tweaks
ozkriff Jun 2, 2020
2f5d215
Newsletter 10: rg3d: smaller images
ozkriff Jun 2, 2020
c9c212f
merge upstream
mrDIMAS Oct 2, 2020
63c4e7d
added rg3d and rusty-editor
mrDIMAS Oct 2, 2020
7628f41
fixed zola lint errors
mrDIMAS Oct 2, 2020
f58bead
removed redundant headers
mrDIMAS Oct 2, 2020
9c41157
Merge remote-tracking branch 'upstream/source' into source
mrDIMAS Oct 4, 2020
b95665e
added screenshot and link to twitter
mrDIMAS Oct 4, 2020
25afbba
N14: rg3d: Optimized imgs & style tweaks
ozkriff Oct 5, 2020
253e23b
N14: rg3d: Sort sections
ozkriff Oct 5, 2020
adbd221
Merge branch 'source' into source
ozkriff Oct 5, 2020
dc88ac0
merge upstream
mrDIMAS Nov 4, 2020
a84cb91
added rg3d
mrDIMAS Nov 4, 2020
69c50b4
Merge remote-tracking branch 'upstream/source' into source
mrDIMAS Nov 4, 2020
c394bf5
N15: rg3d: Style & fmt tweaks
ozkriff Nov 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions content/posts/newsletter-015/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,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.