Skip to content

Commit 07b2e1c

Browse files
authored
Update README.md
1 parent 463b41f commit 07b2e1c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
### Installation
66

77
This is setup has only been tested on macOS.
8-
I am currently working with the 4.1 core profile on macOS. This is the latest version that [ships](https://support.apple.com/en-us/HT202823) with macOS and I didn't want to delve upgrading that manually.
8+
I am currently working with the 4.1 core profile on macOS, which is the latest version that [ships](https://support.apple.com/en-us/HT202823) with it. I didn't want to delve into upgrading that manually.
99

10-
I figured I would get linux machine at a later if I need to use newer features in the API.
10+
I figured I would get linux machine at a later time if I needed to use newer features in the API.
1111
The nice thing about go-gl is that you can install multiple profiles and write different programs targeting different version of OpenGL.
1212

1313
#### go-gl packages
@@ -23,7 +23,7 @@ cd $GOPATH/src/github.com/go-gl/glow
2323
go build
2424
./glow download
2525
./glow generate -api=gl -version=4.1 -profile=core -remext=GL_ARB_cl_event
26-
go install ./gl-core/3.3/gl
26+
go install ./gl-core/4.1/gl
2727
```
2828

2929
3- [**GLFW 3.2**](https://github.com/go-gl/glfw) - Go bindings for GLFW 3
@@ -32,6 +32,10 @@ go install ./gl-core/3.3/gl
3232
4- [**MathGL**](https://github.com/go-gl/mathgl) - A pure Go 3D math library
3333
`go get github.com/go-gl/mathgl`
3434

35+
This package is the equivalent of the GLM library and probably has all the functionality but after some differences.
36+
I didnt dive too deep into it, but I am getting different matrices when running the same sample in C++ with glm vs Go with mgl32.
37+
38+
3539
To test that the installation is working, try the examples from go-gl.
3640

3741
`go get github.com/go-gl/examples`

0 commit comments

Comments
 (0)