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.
- Host: GitHub
- URL: https://github.com/rustylocks79/block-game
- Owner: rustylocks79
- Created: 2021-12-27T16:13:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T18:49:15.000Z (over 4 years ago)
- Last Synced: 2025-07-02T13:46:45.347Z (12 months ago)
- Language: C
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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