https://github.com/vinatorul/xondara
game proto
https://github.com/vinatorul/xondara
game gfx-rs glutin opengl rust
Last synced: 12 months ago
JSON representation
game proto
- Host: GitHub
- URL: https://github.com/vinatorul/xondara
- Owner: Vinatorul
- License: apache-2.0
- Created: 2016-06-02T19:14:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T09:57:50.000Z (over 9 years ago)
- Last Synced: 2025-04-07T12:05:43.180Z (over 1 year ago)
- Topics: game, gfx-rs, glutin, opengl, rust
- Language: Rust
- Size: 69.3 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Xondara
[](https://travis-ci.org/Vinatorul/Xondara)
[](https://dependencyci.com/github/Vinatorul/Xondara)
[](https://clippy.bashy.io/github/Vinatorul/Xondara/master/log)
[](#license)
2D gfx game proto
# Requirements
## Rust
You can simply dowload it on official [dowload page](https://www.rust-lang.org/downloads.html).
# How to build
Just clone this repo.
> git clone https://github.com/Vinatorul/Xondara.git && cd Xondara
And then build it with cargo.
> cargo build --release
The binary will be located at "target/release" folder.
To run game type
> cargo run --release
## License
`Xondara` is licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](https://github.com/Vinatorul/Xondara/blob/master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](https://github.com/Vinatorul/Xondara/blob/master/LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.