New
Unclaimed project
Are you a maintainer of amethyst? Claim this project to take control of your public changelog and roadmap.
amethyst_test::WaitForLoad. (#1984)amethyst_test::WaitForLoad has not completed in 10 seconds. (#1984)Copy and PartialEq for amethyst::renderer::resources::Tint. (#2033)Hash for amethyst::input::{Button, ControllerButton, ScrollDirection}. (#2041)Draggable component that can be used with UiTransform to make widgets draggable. (#2080)AmethystApplication::with_fn constraint relaxed from Fn to FnOnce. (#1983)Config::load now returns an error or failure rather than silently falling back to the default config. Same is true for the from_config_file methods on RenderToWindow, WindowBundle, and WindowSystem (#1989)get methods to the underlying net::transport resources (#2005)SpriteSheetFormat::import_simple to allow importing grid based SpriteSheets (#2023)
Migration Note: Rons need to wrap their content in either Grid() or List()NetworkSimulationEvent.$HOME/.amethyst to $HOME/.config/amethyst (#2079)world_to_screen camera transformation to match inverse of the one in screen_ray (#2057)amethyst_input::Axis::Mouse now only has a single radius value. One of the two values was guaranteed to be unused. (#2099)Config::load_no_fallback, use Config::load instead (#1989)Config types no longer require a Default impl (#1989)System::setup for pausable systems' delegate. (#2029)