MCPcopy 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

14const GRAVITY: f32 = 0.5;
15
16fn 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
23struct Bunny {
24 position: Vec2,

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected