add text drawing feature mention to README
This commit is contained in:
parent
2834411318
commit
9102076f1b
|
@ -54,6 +54,7 @@ Here's the list of the main features in Pixel. Although Pixel is still under hea
|
||||||
[IMDraw](https://github.com/faiface/pixel/wiki/Drawing-shapes-with-IMDraw) (circles, rectangles,
|
[IMDraw](https://github.com/faiface/pixel/wiki/Drawing-shapes-with-IMDraw) (circles, rectangles,
|
||||||
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
|
||||||
- Simple and convenient API
|
- Simple and convenient API
|
||||||
- Drawing a sprite to a window is as simple as `sprite.Draw(window)`
|
- Drawing a sprite to a window is as simple as `sprite.Draw(window)`
|
||||||
- Adding and subtracting vectors with `+` and `-` operators... how?
|
- Adding and subtracting vectors with `+` and `-` operators... how?
|
||||||
|
@ -91,7 +92,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, ...)~~
|
||||||
- Better support for Hi-DPI displays
|
- Better support for Hi-DPI displays
|
||||||
|
|
Loading…
Reference in New Issue