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

https://github.com/luisminfante/openglrenderer

This is a simple OpenGL Renderer project utilizing the Core/App project architecture.
https://github.com/luisminfante/openglrenderer

cpp graphics-programming opengl

Last synced: 2 months ago
JSON representation

This is a simple OpenGL Renderer project utilizing the Core/App project architecture.

Awesome Lists containing this project

README

          

# OpenGL Renderer

This is a simple OpenGL Renderer project utilizing the Core/App project architecture.

## Getting Started
1. Clone this repository
2. Open the `Scripts/` directory and run the appropriate `Setup` script to generate projects files. They are set to Visual Studio 2022 for Windows and gmake2 for Linux.
3. Open the solution file, build the project, and run the executable.

## Included
- Premake binaries for Win/Mac/Linux (`v5.0-beta2`)
- GLEW (OpenGL Extension Wrangler Library, `v2.1.0`)
- GLFW (OpenGL Framework Library, `v3.4`)
- GLM (OpenGL Mathematics, `v1.0.1`)

## License
- UNLICENSE for this repository (see `UNLICENSE.txt` for more details)
- Premake is licensed under BSD 3-Clause (see included LICENSE.txt file for more details)