An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Xondara

[![Build Status](https://travis-ci.org/Vinatorul/Xondara.svg?branch=master)](https://travis-ci.org/Vinatorul/Xondara)
[![Dependency Status](https://dependencyci.com/github/Vinatorul/Xondara/badge)](https://dependencyci.com/github/Vinatorul/Xondara)
[![Clippy Linting Result](https://clippy.bashy.io/github/Vinatorul/Xondara/master/badge.svg)](https://clippy.bashy.io/github/Vinatorul/Xondara/master/log)
[![license](https://img.shields.io/badge/licence-MIT%2FApache--2.0-blue.svg)](#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.