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.
- Host: GitHub
- URL: https://github.com/ugnmura/yes-example
- Owner: ugnmura
- License: mit
- Created: 2022-02-22T21:12:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T20:34:06.000Z (over 3 years ago)
- Last Synced: 2025-02-15T02:35:31.938Z (12 months ago)
- Topics: c, cmake, cplusplus, cpp, example, glsl, opengl, rendering, sample
- Language: C++
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ..
```