vello/examples
Arman Uguray d72ad14059 Add a test scene that animates the base color
The test scenes can now supply their own optional base (background)
color. In the with_winit example, we also allow the user to provide a
base color as a CLI option. The precedence is as follows:

   1. Use the color from the CLI options, if any.
   2. Otherwise use the scene provided base color, if any.
   3. Otherwise default to black.
2023-03-03 11:30:12 -08:00
..
assets Split the examples into frontends with a shared scene repository (#262) 2023-02-03 10:22:39 +00:00
headless Add a test scene that animates the base color 2023-03-03 11:30:12 -08:00
run_wasm Update dependencies, and add more metadata (#272) 2023-02-06 20:12:46 +00:00
scenes Add a test scene that animates the base color 2023-03-03 11:30:12 -08:00
with_bevy Renamed clear_color to base_color; addressed review comments 2023-03-02 14:29:44 -08:00
with_winit Add a test scene that animates the base color 2023-03-03 11:30:12 -08:00