update README.md
This commit is contained in:
parent
902248de11
commit
5af5565fb6
|
@ -61,6 +61,7 @@ Here's the list of the main features in Pixel. Although Pixel is still under hea
|
||||||
lines, ...)
|
lines, ...)
|
||||||
- Optimized drawing with [Batch](https://github.com/faiface/pixel/wiki/Drawing-efficiently-with-Batch)
|
- Optimized drawing with [Batch](https://github.com/faiface/pixel/wiki/Drawing-efficiently-with-Batch)
|
||||||
- Text drawing with [text](https://godoc.org/github.com/faiface/pixel/text) package
|
- Text drawing with [text](https://godoc.org/github.com/faiface/pixel/text) package
|
||||||
|
- Audio through a separate [Beep](https://github.com/faiface/beep) library.
|
||||||
- Simple and convenient API
|
- Simple and convenient API
|
||||||
- Drawing a sprite to a window is as simple as `sprite.Draw(window, matrix)`
|
- Drawing a sprite to a window is as simple as `sprite.Draw(window, matrix)`
|
||||||
- Wanna know where the center of a window is? `window.Bounds().Center()`
|
- Wanna know where the center of a window is? `window.Bounds().Center()`
|
||||||
|
@ -96,7 +97,7 @@ Here's the list of the main features in Pixel. Although Pixel is still under hea
|
||||||
|
|
||||||
Pixel is in development and still missing few critical features. Here're the most critical ones.
|
Pixel is in development and still missing few critical features. Here're the most critical ones.
|
||||||
|
|
||||||
- Audio
|
- ~~Audio~~
|
||||||
- ~~Drawing text~~
|
- ~~Drawing text~~
|
||||||
- Antialiasing (filtering is supported, though)
|
- Antialiasing (filtering is supported, though)
|
||||||
- ~~Advanced window manipulation (cursor hiding, window icon, ...)~~
|
- ~~Advanced window manipulation (cursor hiding, window icon, ...)~~
|
||||||
|
@ -148,8 +149,7 @@ requests. It just means that I might not like your idea. Or that your pull reque
|
||||||
rewriting. That's perfectly fine, don't let it put you off. In the end, we'll just end up with a
|
rewriting. That's perfectly fine, don't let it put you off. In the end, we'll just end up with a
|
||||||
better result.
|
better result.
|
||||||
|
|
||||||
**Don't start working on a pull request before submiting an issue or commenting on one. Proposals
|
Take a look at [CONTRIBUTING.md](CONTRIBUTING.md) for further information.
|
||||||
also take the form of issues.**
|
|
||||||
|
|
||||||
For any kind of discussion, feel free to use our
|
For any kind of discussion, feel free to use our
|
||||||
[Gitter](https://gitter.im/pixellib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[Gitter](https://gitter.im/pixellib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
Loading…
Reference in New Issue