Skip to content

Commit

Permalink
Merge pull request #3 from gopxl/dev
Browse files Browse the repository at this point in the history
Dev -> Master
  • Loading branch information
duysqubix authored Oct 9, 2023
2 parents 78e23fa + 7246a53 commit a50e17c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# glhf [![GoDoc](https://godoc.org/github.com/gopxl/glfh?status.svg)](http://godoc.org/github.com/gopxl/glfh) [![Report card](https://goreportcard.com/badge/github.com/gopxl/glfh)](https://goreportcard.com/report/github.com/gopxl/glfh)
# glhf [![GoDoc](https://godoc.org/github.com/gopxl/glhf?status.svg)](http://godoc.org/github.com/gopxl/glhf) [![Report card](https://goreportcard.com/badge/github.com/gopxl/glhf)](https://goreportcard.com/report/github.com/gopxl/glhf)

open**GL** **H**ave **F**un - A Go package that makes life with OpenGL enjoyable.

```
go get github.com/gopxl/glfh
go get github.com/gopxl/glhf
```

## Main features
Expand All @@ -27,7 +27,7 @@ request_.

## Code

The following are parts of the demo program, which can be found in the [examples](https://github.com/gopxl/glfh/tree/master/examples/demo).
The following are parts of the demo program, which can be found in the [examples](https://github.com/gopxl/glhf/tree/master/examples/demo).

```go
// ... GLFW window creation and stuff ...
Expand Down
4 changes: 2 additions & 2 deletions examples/demo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
_ "image/png"
"os"

"github.com/gopxl/glfh"
"github.com/gopxl/mainthread"
"github.com/go-gl/glfw/v3.1/glfw"
"github.com/gopxl/glhf"
"github.com/gopxl/mainthread"
)

func loadImage(path string) (*image.NRGBA, error) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/gopxl/glfh
module github.com/gopxl/glhf

go 1.21

Expand Down

0 comments on commit a50e17c

Please sign in to comment.