Skip to content

mlesniak/opengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

OpenGL playground using Go.

Preparations

brew install glfw3
cd /usr/local/lib
ln -s ../Cellar/glfw/3.3.2/lib/libglfw.3.3.dylib libglfw3.dylib

go get github.com/markbates/pkger/cmd/pkger

Current reference

https://learnopengl.com/Getting-started/Hello-Window

OpenGL tutorial

The intermediate ones on http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/ and the following steps.

Conway's Game of Life

The first commits are based on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published