blob: db2b09b957b6978650adfb517bc6a54015d5b0c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# stockton
[![Build Status](https://travis-ci.org/tcmal/stockton.svg?branch=master)](https://travis-ci.org/tcmal/stockton)
A WIP Game engine using Vulkan and Rust.
## License
Code & Assets (including from `rust-bsp`) are licensed under the GNU GPL v3.0, all contributions automatically come under this. See LICENSE.
Exceptions:
- `rendy-memory` and `rendy-descriptor` are both modified from [here](https://github.com/amethyst/rendy) and are licensed under MIT.
- `textures/example_texture` is from [OpenArena](http://www.openarena.ws/smfnews.php) and is licensed under the GNU GPLv2.
|