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

https://github.com/rustylocks79/block-game

A minecraft clone built in c++ opengl for the purpose of prefecting graphics programming skills.
https://github.com/rustylocks79/block-game

Last synced: 10 months ago
JSON representation

A minecraft clone built in c++ opengl for the purpose of prefecting graphics programming skills.

Awesome Lists containing this project

README

          

# LearnOpenGL - CLion
This is a project template for OpenGL development with JetBrains CLion IDE.
It was created mainly for [LearnOpenGL tutorials](https://learnopengl.com/).
Includes GLAD and GLFW libraries. Has a simple main.cpp file with ["Hello Window"](https://learnopengl.com/Getting-started/Hello-Window) for testing purposes.

Works on multiple platforms. Tested on:
- MacOS 10.13.3, CLion 2017.3.3, Xcode toolchain
- Windows 10, CLion 2017.3.3, MinGW toolchain