mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
better info about wgpu branch
This commit is contained in:
parent
e243d1a179
commit
37ccbfb1ba
31
README.md
31
README.md
|
@ -1,11 +1,31 @@
|
|||
<div align="center"><table><tr><th><div align="center">
|
||||
|
||||
## ***wgpu branch***
|
||||
|
||||
<b>Highly experimental very early work-in-progress wgpu version of Kubi!</b><br>
|
||||
|
||||
<hr>
|
||||
|
||||
<h3><i>Status: doesn't even compile</i><br></h3>
|
||||
If you want to play kubi, build the glium-based <a href="https://github.com/griffi-gh/kubi"><code>master</code></a> branch instead (<a href="https://github.com/griffi-gh/kubi/releases/tag/nightly">binary nightly releases</a>).
|
||||
|
||||
<hr>
|
||||
|
||||
### *Android is not supported*
|
||||
android builds need some significant changes to work with wgpu\
|
||||
but if you still want to try it latest git version of cargo-apk may be required:
|
||||
```bash
|
||||
cargo install --git https://github.com/rust-mobile/cargo-apk cargo-apk
|
||||
```
|
||||
|
||||
</div></th></tr></table></div>
|
||||
|
||||
<h1 align="center">Kubi</h1>
|
||||
<p align="center">
|
||||
Voxel engine written in Rust
|
||||
</p>
|
||||
<p align="center">
|
||||
<b>Wgpu edition: highly experimental very early work-in-progress wgpu version of Kubi!</b><br>
|
||||
<i>This crap doesn't even compile yet!</i><br>
|
||||
If you want to play kubi, build the <a href="github.com/griffi-gh/kubi">older Glium version</a> (or try <a href="https://github.com/griffi-gh/kubi/releases/tag/nightly">binary releases</a>) instead.
|
||||
|
||||
</p>
|
||||
<div align="center">
|
||||
<img src=".readme/game.gif" width="512">
|
||||
|
@ -70,11 +90,6 @@ cargo install cargo-apk
|
|||
cargo target add aarch64-linux-android
|
||||
```
|
||||
|
||||
***wgpu branch**: latest git version of cargo-apk may be required!*
|
||||
```bash
|
||||
cargo install --git https://github.com/rust-mobile/cargo-apk cargo-apk
|
||||
```
|
||||
|
||||
**Build:**
|
||||
|
||||
`--no-default-features` is required for keyboard input!\
|
||||
|
|
Loading…
Reference in a new issue