Hajime Hoshi
|
fe97e7b0a5
|
ebiten: Remove the filter argument from NewImage and NewImageFromImage
Updates #503
|
2020-10-05 01:40:44 +09:00 |
|
Hajime Hoshi
|
bf515bb594
|
Update version to v2.0.0-alpha
|
2020-10-04 04:30:40 +09:00 |
|
Hajime Hoshi
|
780465b702
|
ebitenutil: Cache ColorM and reuse them at DrawRect
Fixes #1221
|
2020-06-29 22:35:28 +09:00 |
|
Hajime Hoshi
|
fc42af208d
|
graphics: Use 1x1 image for empty images
This change leaves some empty images for DrawTriangles.
|
2019-07-30 23:11:06 +09:00 |
|
Hajime Hoshi
|
d9571c7e32
|
ebitenutil: Use the default filter
|
2018-03-04 22:45:47 +09:00 |
|
Hajime Hoshi
|
6bbf6c53ce
|
ebitenutil: Give up using linear filter for lines
The edges of a source texture would be unexpectable with linear filterling
|
2017-12-03 23:41:05 +09:00 |
|
Hajime Hoshi
|
95906e9630
|
ebitenutil: Bug fix: line should use linear filter
|
2017-12-03 23:12:02 +09:00 |
|
Hajime Hoshi
|
d832f1e3cb
|
ebitenutil: emptyImage should use nearest filter
|
2017-12-03 23:08:58 +09:00 |
|
Hajime Hoshi
|
3cf5ca4df3
|
doc: Improve comments
|
2017-10-08 03:14:33 +09:00 |
|
Hajime Hoshi
|
93173506f5
|
ebitenutil: English
|
2017-08-14 00:45:10 +09:00 |
|
Hajime Hoshi
|
abd8cb7759
|
ebitenutil: Add DrawLine and DrawRect
Add new APIs DrawLine and DrawRect mainly for debugging or prototyping purpose. Also add examples/shapes.
|
2017-08-14 00:16:32 +09:00 |
|