[−][src]Crate amethyst_utils
A collection of useful amethyst utilities, designed to make your game dev life easier.
Re-exports
pub use self::app_root_dir::*; |
Modules
| app_root_dir | Provides the directory of the executable. |
| auto_fov | Utility to adjust the aspect ratio of cameras automatically |
| circular_buffer | CircularBuffer |
| fps_counter | Util Resources |
| ortho_camera | Provides a automatically resized orthographic camera. |
| removal | Provides utilities to remove large amounts of entities with a single command. |
| scene | Provides utilities for building and describing scenes in your game. |
| tag | Provides a small simple tag component for identifying entities. |
| time_destroy | Allows you to automatically delete an entity after a set time has elapsed. |