An open API service indexing awesome lists of open source software.

https://github.com/atomicptr/bevy_bunnymark

Bunnymark implementation in Bevy/Rust
https://github.com/atomicptr/bevy_bunnymark

bevy bunnymark rust

Last synced: 12 months ago
JSON representation

Bunnymark implementation in Bevy/Rust

Awesome Lists containing this project

README

          

# bevy\_bunnymark

![](./.github/img.png)

Simple implementation of the popular Bunny Mark in [Rust](https://www.rust-lang.org/) with [Bevy](https://bevyengine.org/).

The initial BunnyMark was created by [Ian Lobb (code)](http://blog.iainlobb.com/2010/11/display-list-vs-blitting-results.html)
and [Amanda Lobb (art)](http://amandalobb.com/)

Made for fun and to play around with bevy. This can probably be solved a lot better but its was kinda fun seeing how many
singular moving entities I can render on my notebook :).

## Usage

**Press SPACE to double the number of bunnies on the screen.**

## License

MIT