aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0db01a6264a676ffa95f02dbd5032e686b2f2485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# stockton

This was a modular engine using `gfx-hal`, mostly built to learn about Vulkan and larger scale rust projects. If you're looking for something with similar functionality, check out [`rendy`](https://github.com/amethyst/rendy).

## License

Licensed under the GNU GPL v3.0, 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.