Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ main
Function
main
examples/bunnymark.rs:16–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
const GRAVITY: f32 = 0.5;
15
16
fn main() {
17
let mut app = App::new(
"Bunnymark"
, 1280, 720, 60.0);
18
let mut state = GameState::new(&app);
19
20
app.run(&mut state);
21
}
22
23
struct Bunny {
24
position: Vec2,
Callers
nothing calls this directly
Calls
1
run
Method · 0.80
Tested by
no test coverage detected