https://github.com/githubprankster/metro
A better renderer.
https://github.com/githubprankster/metro
c-plus-plus glfw opengl project renderer sequel update
Last synced: 2 months ago
JSON representation
A better renderer.
- Host: GitHub
- URL: https://github.com/githubprankster/metro
- Owner: GithubPrankster
- License: mit
- Created: 2019-03-22T01:14:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T21:14:59.000Z (about 7 years ago)
- Last Synced: 2025-06-06T07:43:00.952Z (about 1 year ago)
- Topics: c-plus-plus, glfw, opengl, project, renderer, sequel, update
- Language: C
- Homepage:
- Size: 2.39 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

**The Metro Renderer is an improvement upon the previous OpenGL Renderer pkGL by spreading functions across headers and making importing assets easier. Starting things up is easier than ever. A few lines and you're good to go.**

# Warning
Assets included are only for testing purposes.
# Libraries used
* GLFW
Must be supplied
* GLM
Include must be supplied
* GLAD
Include must be supplied
* stb_image.h
Included
* tiny_obj_loader.h
Included