Skip to content

N21: oxygengine and raui update #603

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 3 commits into from
May 4, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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/news/021/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,27 @@ framework - additions are welcomed!
[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md#063---2021-04-09
[tetra-website]: https://tetra.seventeencups.net/

### [Oxygengine v0.19.1][oxygengine-git]

![Oxygengine UI splash screen](oxygengine-ui-splash-screen.gif)
_Making splash screens in Oxygengine with RAUI_

[Oxygengine][oxygengine-git] by [@PsichiX][psichix-twitter] is the hottest
HTML5 + WASM game engine for games written in Rust with web-sys.
The goal of this project is to combine professional game development tools under
one highly modular toolset.

- Fixed bugs with rendering images on Firefox browser.
- Added support for filters.
- Updated [RAUI][raui-git] dependency to improve UI.
- Added support for image smoothing render command.
- Added [puzzle game demo WIP][oxygengine-puzzle-demo] that shows how to use RAUI
to make for example fancy splash screens with RAUI.

[psichix-twitter]: https://twitter.com/psichix
[oxygengine-git]: https://github.com/PsichiX/Oxygengine
[oxygengine-puzzle-demo]: https://github.com/PsichiX/Oxygengine/tree/master/demos/soulhunter

## Learning Material Updates

### [Rust LA Meetup: Happiness in Rust][rust-la]
Expand Down Expand Up @@ -334,6 +355,25 @@ or browser ([~98% web coverage][rafx-webgl-caniuse].)
[@aclysma]: https://github.com/aclysma
[@dvd]: https://github.com/DavidVonDerau

### [RAUI v0.34.0][raui-git]

![RAUI Scroll Box](raui-scroll-box.gif)
_RAUI Scroll Box_

[RAUI][raui-git] by [@PsichiX][psichix-twitter] is a Renderer Agnostic User
Interface crate that is based on declarative mode UI composition similar to
React.js and UE4 Slate system.

- Moved from `widget_hooks!` and `widget_component!` to `#[pre_hooks]`and
`#[post_hooks]` macros.
- Added `PropsData` and `MessageData` derive macros.
- Improved support for Scroll Box widgets to allow frictionless usage.
- Added use of Scroll Box in [TODO demo app][raui-todo-app] to demonstrate how
to use it.

[raui-git]: https://github.com/PsichiX/raui
[raui-todo-app]: https://github.com/PsichiX/raui/tree/master/demos/todo-app

### [profiling]

[![Screenshot of Optick Profiler](profiling.png)](profiling.png)
Expand Down
Binary file added content/news/021/oxygengine-ui-splash-screen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/news/021/raui-scroll-box.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.