ggdt/examples/balls
Gered 4d359f3e3c update all explicit Path instance allocation and use
previously, there were a ton of places that were allocating new Path
instances via `Path::new` for the purpose of creating a path to be
passed into a function as a Path argument

this has now been simplified everywhere by updating all functions
and methods that previously took Path arguments to instead take
AsRef<Path> arguments, allowing much more flexibility in the types
of path arguments passed in
2024-09-04 00:31:30 -04:00
..
assets add "balls" example 2022-05-15 12:13:29 -04:00
src update all explicit Path instance allocation and use 2024-09-04 00:31:30 -04:00
Cargo.toml use workspace.dependencies for common dependency versions 2024-07-21 16:07:33 -04:00
README.md rename from libretrogd to ggdt 2023-03-02 16:11:59 -05:00
screenshot.png add READMEs and screenshots for examples 2022-05-23 17:45:22 -04:00

ggdt - 'Flying Balls' Demo

Just a silly demo. Very minimal.

Simply do cargo run from this directory to try it out.