EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.76k stars 136 forks source link

WebGL is named "Web"GL #218

Closed EtienneBruines closed 8 years ago

EtienneBruines commented 8 years ago

As @otraore mentioned, our engo.io/webgl package, is called webgl. Even though it's not web-only.

Let's come up with a better name, because this package serves as a compatibility-layer between us and OpenGL/WebGL versions (web, desktop, possibly mobile).

paked commented 8 years ago

optimusGL ;)

paked commented 8 years ago

@otraore Can we close this yet? Since webgl is now gl?

EtienneBruines commented 8 years ago

Yes.