Skip to content

N14: add rg3d and rusty-editor #288

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 23 commits into from
Oct 5, 2020
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
40 changes: 40 additions & 0 deletions content/posts/newsletter-014/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,46 @@ If needed, a section can be split into subsections with a "------" delimiter.

## Library & Tooling Updates

### [rg3d][rg3d] and [rusty-editor][rusty editor]

#### [rg3d][rg3d]

rg3d is a game engine that aims to be easy to use and provide large set
out-of-box features. Since May it has gained a lot of new features:

- Render to texture - it is possible to render scenes into textures.
- Added support for scenes made in rusty-editor.
- Added sprite graph node.
- Improved documentation.
- Added simple lightmapper (still WIP).
- Performance improvements.
- Added new UI widgets and features:
- Message box - classic message box with different combinations of buttons.
- Wrap panel - arranges its children by rows or columns with wrapping.
- File browser - a browser for file system.
- Color picker - classic HSV+RGB+Alpha color picker.
- "Bring into view" for scroll panel.
- Replaced font rasterizer by fontdue.
- Improved hotkeys in text box.
- Other small fixes and improvements.

[rg3d]: https://github.com/mrDIMAS/rg3d

#### [rusty-editor][rusty editor]

![rusty editor](rusty_editor.jpg)

rusty-editor is a scene editor for rg3d engine. Since May it has gained
few new features:

- Asset browser
- Asset previewer
- Multiselection
- Improved properties editor.
- Other small fixes and improvements.

[rusty editor]: https://github.com/mrDIMAS/rusty-editor

## Popular Workgroup Issues in Github

## Requests for Contribution
Expand Down
Binary file added content/posts/newsletter-014/rusty_editor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.