Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shnarazk/rg-001
a study about real-time and interactive application development in Rust
https://github.com/shnarazk/rg-001
bevy rust
Last synced: 29 days ago
JSON representation
a study about real-time and interactive application development in Rust
- Host: GitHub
- URL: https://github.com/shnarazk/rg-001
- Owner: shnarazk
- Created: 2022-01-01T12:21:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T08:46:08.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T15:22:50.064Z (almost 2 years ago)
- Topics: bevy, rust
- Language: Rust
- Homepage:
- Size: 14.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A study of graphical and interactive application development in Rust
あるいは来るべき[Bevy 0.6](https://bevyengine.org)(Rust製ゲームエンジン)に備えるリポジトリ。
0.5がリリースされてからはや9ヶ月。
これまでのリリースペースに比べるとまるで開発が止まってしまったかのように見えますが、[リポジトリ](https://github.com/bevyengine/bevy)やdiscordを覗くと0.6のリリースが~~遠い未来の話ではない~~直近に迫っていることがわかります。
採用を検討する価値あり。- https://bevyengine.org
- https://github.com/bevyengine/bevy
- https://bevy-cheatbook.github.io/introduction.html## Adapt 'Dodge' (your first Godot game) to Bevy-0.6
ほぼ移植終了。https://github.com/shnarazk/dodge-the-bevy に独立しました。
## Adapt Snake to Bevy-0.6
移植終了。
```
cargo run --release --bin snake
```- [Creating a Snake Clone in Rust, with Bevy](https://mbuffett.com/posts/bevy-snake-tutorial/)
- [変更点;Updating Snake in Japanese](https://github.com/shnarazk/rg-001/blob/main/Snake.md)---
### other links
- https://github.com/rg3dengine/rg3d
- https://docs.godotengine.org/en/stable/getting_started/step_by_step/your_first_game.html