|
@@ -2,6 +2,7 @@
|
|
|
|
|
|
|
|
[](https://godoc.org/github.com/g3n/engine)
|
|
[](https://godoc.org/github.com/g3n/engine)
|
|
|
|
|
|
|
|
|
|
+
|
|
|
G3N is a basic (for now!) OpenGL 3D game engine written in Go.
|
|
G3N is a basic (for now!) OpenGL 3D game engine written in Go.
|
|
|
G3N was heavily inspired and based on the [three.js](https://threejs.org/) Javascript 3D library.
|
|
G3N was heavily inspired and based on the [three.js](https://threejs.org/) Javascript 3D library.
|
|
|
|
|
|
|
@@ -11,6 +12,9 @@ G3N was heavily inspired and based on the [three.js](https://threejs.org/) Javas
|
|
|
<img style="float: right;" src="https://github.com/g3n/g3n.github.io/blob/master/g3n_banner_small.png" alt="G3N Banner"/>
|
|
<img style="float: right;" src="https://github.com/g3n/g3n.github.io/blob/master/g3n_banner_small.png" alt="G3N Banner"/>
|
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
|
|
+# Communication
|
|
|
|
|
+Join our [channel](https://gophers.slack.com/messages/g3n) on Gophers Slack.
|
|
|
|
|
+
|
|
|
# Dependencies
|
|
# Dependencies
|
|
|
|
|
|
|
|
The engine needs an OpenGL driver installed in the system and
|
|
The engine needs an OpenGL driver installed in the system and
|