Skip to content

TobiasTheDanish/OpenGL_Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL_Renderer

A basic graphics renderer made with OpenGL.

This project is made following The Cherno's OpenGL series, and (hopefully) expanded upon i the future.

Dependencies

  • stb_image (found under src/vendor)

Dependencies listed here are NOT included in this repo, and needs to be installed manually.

  • GLFW (A wrapper for window creation)
  • GLEW (A wrapper for OpenGL instructions)

Building

When dependencies are installed, use the following commands:

mkdir build
cd build
cmake ..
make
./app -2D

The argument '-2D' should display an image of Mario on a colorful background. You can use ./app -help for instructions on how to use additional arguments.

About

A basic graphics renderer made with OpenGL and C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published