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

https://github.com/bastianblokland/tria


https://github.com/bastianblokland/tria

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tria

*Work in progress*

Cross-platform game engine / playground.

## Dependencies

### Windows

* [CMake](https://cmake.org/) (At least version `3.15`).
* [Vulkan](https://vulkan.lunarg.com/sdk/home).

### Linux

* [CMake](https://cmake.org/) (At least version `3.15`).
* [Xcb](https://xcb.freedesktop.org/) (apt install libxcb1-dev libxcb-xkb-dev)
* [Vulkan](https://vulkan.lunarg.com/sdk/home).

## Credits

* [catch2](https://github.com/catchorg/Catch2)
* [simdjson](https://github.com/simdjson/simdjson)