Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/archiemourad/vega

An OpenGL rendering/development engine.
https://github.com/archiemourad/vega

3d-graphics development graphics graphics-engine opengl rendering rendering-engine

Last synced: 2 months ago
JSON representation

An OpenGL rendering/development engine.

Awesome Lists containing this project

README

        

# Vega
[![GitHub license](https://img.shields.io/github/license/archiemourad/Vega.svg)](https://github.com/archiemourad/Vega/blob/stable/LICENSE)

An OpenGL rendering/development engine.

# Dependencies
- [GLEW](https://glew.sourceforge.net/): Provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform.
- [GLFW](https://www.glfw.org/): Provides a simple API for creating windows, contexts and surfaces, receiving input and events.
- [glm](https://github.com/g-truc/glm): A header only C++ mathematics library for graphics software.
- [stb](https://github.com/nothings/stb): Single-file public domain libraries for C/C++.

# Credits
Demo model by [Martín Jario](https://www.artstation.com/martinjario) (retrieved from [Sketchfab](https://sketchfab.com/3d-models/skull-downloadable-1a9db900738d44298b0bc59f68123393) under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)).

# License
MIT License

Copyright (c) 2023 Archie Mourad

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.