NicholasBlaskey / gophergl

An abstraction over OpenGL and WebGL designed to allow you to write it once and run it both the browser and desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gophergl

An abstraction over OpenGL and WebGL designed to allow you to write it once and run it both the browser and desktop

OpenGL builidng

go run example.go

Javascript building

gopherjs build example.go -o main.js

Then

firefox index.html

About

An abstraction over OpenGL and WebGL designed to allow you to write it once and run it both the browser and desktop

License:MIT License


Languages

Language:Go 100.0%