forked from Brickworks/yahs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* engine: slim down feature set to improve compile times * repo: update license * dev: camera controls
- Loading branch information
1 parent
1c697fb
commit 39d4cfe
Showing
14 changed files
with
729 additions
and
682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
MIT License | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,22 @@ | ||
# yet another HAB simulator | ||
|
||
A high altitude balloon flight simulator based on | ||
[tkschuler/EarthSHAB](https://github.com/tkschuler/EarthSHAB) and | ||
[brickworks/mfc-apps](https://github.com/Brickworks/mfc-apps), built on Rust. | ||
A high altitude balloon flight simulator built in | ||
[Bevy](https://bevyengine.org/) with Rust, inspired by | ||
[tkschuler/EarthSHAB](https://github.com/tkschuler/EarthSHAB). | ||
|
||
[devlog](docs/devlog.md) | ||
|
||
## License | ||
|
||
Except where noted (below and/or in individual files), all code in this | ||
repository is dual-licensed under either: | ||
|
||
* MIT License ([LICENSE-MIT](LICENSE-MIT) or | ||
[http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)) | ||
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or | ||
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)) | ||
|
||
at your option. This means you can select the license you prefer! This | ||
dual-licensing approach is the de-facto standard in the Rust ecosystem and there | ||
are [very good reasons](https://github.com/bevyengine/bevy/issues/2373) to | ||
include both. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.