add feature to readme
This commit is contained in:
parent
b756edfac6
commit
af1ccf885f
|
@ -57,6 +57,7 @@ ways.** This is not a 100% guarantee thought.
|
||||||
- Adding and subtracting vectors with `+` and `-` operators... how?
|
- Adding and subtracting vectors with `+` and `-` operators... how?
|
||||||
- Wanna know where the center of a window is? `window.Bounds().Center()`
|
- Wanna know where the center of a window is? `window.Bounds().Center()`
|
||||||
- [...](https://godoc.org/github.com/faiface/pixel)
|
- [...](https://godoc.org/github.com/faiface/pixel)
|
||||||
|
- Full documentation and tutorial
|
||||||
- Works on Linux, macOS and Windows
|
- Works on Linux, macOS and Windows
|
||||||
- Window creation and manipulation (resizing, fullscreen, multiple windows, ...)
|
- Window creation and manipulation (resizing, fullscreen, multiple windows, ...)
|
||||||
- Keyboard and mouse input without events
|
- Keyboard and mouse input without events
|
||||||
|
|
Loading…
Reference in New Issue