diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
commit | 5851b43ca65d979b2d290eb94bd0187f9b9e5736 (patch) | |
tree | 8da72b834b03b0f8d8bbe8679530278044693cf8 /README.md | |
parent | a098066875fd554f7d1a6538b55d6b39a3e055e9 (diff) |
chore(render-quad): add textures
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -2,11 +2,7 @@ [![Build Status](https://travis-ci.org/tcmal/stockton.svg?branch=master)](https://travis-ci.org/tcmal/stockton) -A WIP Quake engine using Vulkan and Rust. - -## State - -Currently, it can render a BSP file with textures on the filesystem using however many texture arrays are needed. It doesn't properly cull/sort the faces of the BSP file though. +A WIP Game engine using Vulkan and Rust. ## License @@ -15,5 +11,4 @@ Code & Assets (including from `rust-bsp`) are licensed under the GNU GPL v3.0, a Exceptions: - `rendy-memory` and `rendy-descriptor` are both modified from [here](https://github.com/amethyst/rendy) and are licensed under MIT. - - `examples/render-quad/data/test1.png` - [Photo by Lisa Fotios from Pexels](https://www.pexels.com/photo/white-petaled-flowers-painting-2224220/) - - `examples/render-quad/data/test2.png` - [Photo by Elina Sazonova from Pexels](https://www.pexels.com/photo/brown-tabby-cat-on-pink-textile-3971972/)
\ No newline at end of file + - `textures/example_texture` is from [OpenArena](http://www.openarena.ws/smfnews.php) and is licensed under the GNU GPLv2.
\ No newline at end of file |