Skip to content

Commit ea43a16

Browse files
Basic scene creation and movement ++ Some(physics)
1 parent cc1668a commit ea43a16

File tree

17 files changed

+532
-210
lines changed

17 files changed

+532
-210
lines changed

Cargo.lock

Lines changed: 186 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ edition = "2018"
88

99
[dependencies]
1010
ggez = "0.5"
11-
rand = "0.7"
11+
rand = "0.7"
12+
ggez-goodies = { git = "https://github.com/ggez/ggez-goodies" }
13+
nalgebra-glm = "0.9.0"

resources/images/Some(ammo).png

475 Bytes
Loading

resources/images/Some(ferris).png

4.02 KB
Loading

resources/images/Some(gun).png

3.53 KB
Loading

resources/images/Some(sniper).png

6.65 KB
Loading

resources/images/gopher.png

13.2 KB
Loading

resources/images/ground_centre.png

1.22 KB
Loading

resources/images/ground_left.png

1.38 KB
Loading

resources/images/ground_right.png

1.36 KB
Loading

0 commit comments

Comments
 (0)