TODO: ping @erlend-sh!
-
Amethyst Engine v0.13:
Amethyst is a game engine and tool-set for ambitious game developers. It enables game developers to make complex games without getting into too much trouble, by means of a data-driven design and the ECS architecture.
This release, on top of the changes below, adds the amethyst_tiles crate, which provides utilities that makes handling and drawing stuff in tiles a lot easier! 🎉
https://reddit.com/r/rust_gamedev/comments/d9h1ws/amethyst_engine_v013 https://www.reddit.com/r/rust/comments/d9gvai/amethyst_engine_v013
https://twitter.com/AmethystEngine/status/1177147037038632960
-
@_AndreaCatania Initialize physics world - Amethyst physics tutorial #1
https://youtube.com/watch?v=XzSKuY9nv7A https://twitter.com/_AndreaCatania/status/1177945483299495936
-
amethyst-imgui v0.5 is out, supporting a beta-version of the new docking feature. (TODO: gif?)
-
- New update for the Space Shooter game made with @AmethystEngine. Currency system, sound effects, 0.1.2 release notes and more discussed.
https://twitter.com/carlosupina/status/1168273072123785216 https://youtube.com/watch?v=MmdUrZzuGfw
-
New shop system added to space_shooter_rs! Items are now bought through the shop rather than being randomly spawned.
thetawavegame/thetawave-legacy#13
https://gfycat.com/skinnywillingafricanparadiseflycatcher
(Turn on sound to hear the new sound effects!)
-
v0.1.3 release for space_shooter_rs! Let me know if you have any advice or feedback. https://github.com/amethyst/space_shooter_rs/releases/tag/v0.1.3
- item shop
- more items
- sounds effects
- 3D background
-
Fun font rendering experiment using distance fields and shaders to morph one letter into the next one, also varying the font, programmed with @nannoucc @rustlang... I wanted to play with fonts for sooo long
TODO: gif
https://twitter.com/matthieu_caro/status/1176633574151340033
-
Ever wondered how to do a turn-based game in the ECS paradigm? Here’s how @Webshinra does it. (There’s also an awesome explainer for @ozkriff’s Zemeroth in that same topic)
https://community.amethyst.rs/t/classic-turn-based-workflow-how-to/1082/20 https://twitter.com/AmethystEngine/status/1171804917041913856 TODO: img?
-
Check out #ld44 submission “Stabman” (TODO: img)
... now finally released a finished post-jam game!
https://www.reddit.com/r/rust_gamedev/comments/d4dyrh/we_released_our_ludumdare_44_postjam_version_game https://github.com/Noah2610/LD44 https://noahro.itch.io/stabman
https://twitter.com/AmethystEngine/status/1173121021999796227
-
Laminar v0.3.1 https://github.com/amethyst/laminar/releases/tag/0.3.1
- Docs improvements
- Allow a Socket to be in blocking mode
- Heartbeat functionality
- Series of patches and bug-fixes for ordering, sequencing.
- Disconnect after sending N un-acked packets
- Dependency maintenance
- A lot of new unit tests
https://twitter.com/AmethystEngine/status/1173853882805575690
-
From the Rendy workbench: Currently implementing area lights using linearly transformed cosines. Got disks and rectangles working. Need to test spheres and implement tubes. Using imgui for debug interface.
-
@mvlabat:
Developing a multiplayer prototype for my new #rustlang pet project.
Currently using Amethyst 0.12. Looking forward for the new version of amethyst_net library to be released!
Interpolation is difficult... :)