Skip to content

Commit

Permalink
build fix - (work-in-progress, the game is pretty much broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed May 4, 2022
1 parent 3c87142 commit 3bf435f
Show file tree
Hide file tree
Showing 137 changed files with 1,034 additions and 797 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*.lock
save.bin
save.txt
rg3d.log
fyrox.log
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@ license = "MIT"
opt-level = 3

[dependencies]
rg3d = { path = "../rg3d" }
fyrox = { path = "../Fyrox" }
crossbeam = "0.8.0"

[features]
enable_profiler = ["rg3d/enable_profiler"]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# What is this?

Single player 3d shooter written in Rust and based on [rg3d engine](https://github.com/mrDIMAS/rg3d)
Single player 3d shooter written in Rust and based on [fyrox engine](https://github.com/mrDIMAS/fyrox)

## How to build

Cargo.toml contains hardcoded relative path to engine `rg3d = { path = "../rg3d" }`, so you have to change this or put engine folder near the game folder to get game compile, because it always uses latest rg3d which could be not published on crates.io.
Cargo.toml contains hardcoded relative path to engine `fyrox = { path = "../fyrox" }`, so you have to change this or put engine folder near the game folder to get game compile, because it always uses latest fyrox which could be not published on crates.io.

In other words you can do something like this:
```
git clone https://github.com/mrDIMAS/rg3d
git clone https://github.com/mrDIMAS/fyrox
git clone https://github.com/mrDIMAS/rusty-shooter
cd rusty-shooter
cargo run --release
```

Or if you're updating to the latest version, do this:
```
cd rg3d
cd fyrox
git pull
cd ../rusty-shooter
git pull
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added data/levels/dm6.rgs
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed data/levels/starship.rgs
Binary file not shown.
Binary file removed data/levels/starship2.rgs
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions data/models/map.FBX
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ FBXHeaderExtension: {
Comment: ""
}
Properties70: {
P: "DocumentUrl", "KString", "Url", "", "C:\rg3d\data\models\map.FBX"
P: "SrcDocumentUrl", "KString", "Url", "", "C:\rg3d\data\models\map.FBX"
P: "DocumentUrl", "KString", "Url", "", "C:\fyrox\data\models\map.FBX"
P: "SrcDocumentUrl", "KString", "Url", "", "C:\fyrox\data\models\map.FBX"
P: "Original", "Compound", "", ""
P: "Original|ApplicationVendor", "KString", "", "", "Autodesk"
P: "Original|ApplicationName", "KString", "", "", "3ds Max"
P: "Original|ApplicationVersion", "KString", "", "", "2012"
P: "Original|DateTime_GMT", "DateTime", "", "", "16/06/2019 13:49:16.493"
P: "Original|FileName", "KString", "", "", "C:\rg3d\data\models\map.FBX"
P: "Original|FileName", "KString", "", "", "C:\fyrox\data\models\map.FBX"
P: "LastSaved", "Compound", "", ""
P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk"
P: "LastSaved|ApplicationName", "KString", "", "", "3ds Max"
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions profiling.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Performance profiling results are not available, because feature 'enable_profiler' wasn't defined!
Loading

0 comments on commit 3bf435f

Please sign in to comment.