Skip to content

Add oxygengine update #106

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
Apr 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
29 changes: 27 additions & 2 deletions content/posts/newsletter-008/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,13 @@ _Discussions: [/r/rust](https://www.reddit.com/r/rust_gamedev/comments/foywc6/an
[netstack] is a batteries included networking crate for games. Requiring an
exchange of a secret and connection tokens. At the moment, UDP transport,
connection management, packet signaling, and packet acknowledgement are
features already implemented. Examples for getting started are provided
features already implemented. Examples for getting started are provided
on the [crates.io page](netstack).

Version 0.3.0 adds basic monitoring functionality along with traits `ClientMonitor` and
`ServerMonitor`. A work-in-progress prometheus exporter has also been added in this version.

Issues and contibutions can be made to [Netstack's github repository](netstack-github).
Issues and contibutions can be made to [Netstack's github repository](netstack-github).
Work in progress documentation is available on [Netstack's docs.rs](netstack-docs).

[netstack]: https://crates.io/crates/netstack/0.3.0
Expand Down Expand Up @@ -587,6 +587,31 @@ Their [March updates][mun-march] include:
[mun-february]: https://mun-lang.org/blog/2020/03/10/this-month-february
[mun-march]: https://mun-lang.org/blog/2020/04/02/this-month-march

### [Oxygengine][oxygengine]

![Oxygengine logo](oxygengine-dark-logo.svg)

This month Oxygengine creator [published plans][oxygengine_plans] for the future
of the engine, where he explains the long term goal of the project that explains
why Oxygen is definitely not a toy or a hobby project and how that will shape
its feature towards being a toolset for the professionals. Project progress
tracker [can be found here][oxygengine_progress].

Also, [@PsichiX] has started to work on the modular game editor
(extendable with user-made plugins) called **Ignite**, that will ease creating
games with the engine.

You can look at [the first editor module][oxygengine_asset_browser] - Asset
Browser:

![Oxygengine Asset Browser](oxygengine-asset-browser.gif)

[@PsichiX]: https://github.com/PsichiX
[oxygengine]: https://github.com/PsichiX/Oxygengine
[oxygengine_plans]: https://www.reddit.com/r/rust_gamedev/comments/fe57s0/oxygengine_development_progress_tracker/
[oxygengine_progress]: https://github.com/PsichiX/Oxygengine/projects/1
[oxygengine_asset_browser]: https://twitter.com/PsichiX/status/1243380190752813064

### [Amethyst][amethyst]

[![Amethyst logo](amethyst-logo.png)][amethyst]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions content/posts/newsletter-008/oxygengine-dark-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.