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

https://github.com/ugnmura/yes-example

A small sample project created with the YES library.
https://github.com/ugnmura/yes-example

c cmake cplusplus cpp example glsl opengl rendering sample

Last synced: 10 months ago
JSON representation

A small sample project created with the YES library.

Awesome Lists containing this project

README

          

# YES Example

A small sample project created with the [YES library](https://github.com/SushiWaUmai/yes).

### Getting Started

Clone the repo
```bash
git clone https://github.com/SushiWaUmai/yes-example.git --recursive
```

Build the project using CMake

```bash
mkdir build && cd build
cmake ..
```