Skip to content
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

N44: Ruffle, Orlop, Blackjack, and Epic Asset Mgr #1348

Merged
merged 2 commits into from
Apr 30, 2023
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
54 changes: 54 additions & 0 deletions content/news/044/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,50 @@ designs with #MadeWithGraphite on Twitter.
[graphite-approachable-issues]: https://github.com/GraphiteEditor/Graphite/labels/Good%20First%20Issue
[graphite-editor]: https://editor.graphite.rs

## [ruffle][ruffle-post]

![new text input support on mobile devices](ruffle-text.jpg)
_Demo of the new text input boxes on a mobile device_

[Ruffle] is an open-source Flash Player emulator, written in Rust. It aims to run
natively on all modern operating systems and web browsers, leveraging Rust's
memory safety guarentees to avoid the security pitfalls that Flash became
notorious for in its later years.

[This month's updates][ruffle-post] include:

- Significant improvements to AVM1 engine accuracy
fixes dozens upon dozens of ActionScript 2 games.
- Work on the AVM2 (ActionScript 3) backend [is also speeding up][ruffle-avm2],
a bunch of AS3 games are now playable.
- Better mobile devices support:
text input boxes and iOS a context menu.

[Check out the blog post][ruffle-post] for more details.

[ruffle-post]: https://ruffle.rs/blog/2023/03/12/progress-report.html
[ruffle-avm2]: https://ruffle.rs/avm2.html
[ruffle]: https://ruffle.rs

## [Orlop][orlop]

![screenshot: a bunch of minimalist vehicle assets](orlop.png)

Orlop by [Tim Rach][timrach] is a media management tool for anyone who works
with a large asset library on a daily basis.

> Organise and browse your asset collection with built-in tagging, search
> and preview functionality. Automatic tagging requires no effort - just import
> your asset folder and go!

The beta version is available [on itch.io][orlop-itch]
or [through Testflight][orlop-beta].

[orlop]: https://orlop.dev
[orlop-itch]: https://tirch.itch.io/orlop
[orlop-beta]: https://orlop.dev#beta
[timrach]: https://timrach.de

## Library Updates

### [`bevy_text_mode`]
Expand Down Expand Up @@ -828,6 +872,16 @@ It's presently in a heavy-development prerelease state, so watch this space!

<!-- One-liners for plan items that haven't got their own sections. -->

- Other tooling updates:
- [@Setzer22 shared a demo][blackjack-vid] of how smooth subdivision works
in the Blackjack editor.
- [Epic Asset Manager][epic-am] is an unofficial client to install Unreal Engine,
download and manage purchased assets, projects, plugins and games
from the Epic Games Store.

[blackjack-vid]: https://mastodon.gamedev.place/@Setzer22/110011331330540420
[epic-am]: https://github.com/AchetaGames/Epic-Asset-Manager

## Discussions

<!-- Links to handpicked reddit/twitter/urlo/etc threads that provide
Expand Down
Binary file added content/news/044/orlop.png
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/044/ruffle-text.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.