Hajime Hoshi
|
e8e458802d
|
examples/vector: reduce allocations
|
2024-08-10 05:22:53 +09:00 |
|
Hajime Hoshi
|
b121468991
|
ebiten: add FillRuleFillAll , FillRuleEvenOdd , and FillRuleNonZero
This change also deprecates the existing constants.
Closes #3006
|
2024-06-08 17:58:33 +09:00 |
|
Hajime Hoshi
|
230619a036
|
vector: allow NonZero for AppendVerticesAndIndicesForStroke
Closes #2833
|
2024-03-23 18:51:25 +09:00 |
|
Hajime Hoshi
|
3ca6184294
|
ebiten: add a new FillRule: NonZero
Closes #2782
|
2023-11-06 12:11:38 +09:00 |
|
Hajime Hoshi
|
68775cf065
|
examples/vector: specify alpha values explicitly
|
2023-02-14 19:26:14 +09:00 |
|
Artem Yadelskyi
|
86e694941f
|
examples: remove example build tag (#2433)
Closes #1462
|
2022-11-03 20:24:09 +09:00 |
|
Artem Yadelskyi
|
5b53cef59e
|
all: remove old // +build comments (#2431)
Closes #2325
|
2022-11-03 12:55:14 +09:00 |
|
Hajime Hoshi
|
c34c072efa
|
vector: change the specificatino of Path.ArcTo
Closes #2401
|
2022-10-22 02:03:27 +09:00 |
|
Hajime Hoshi
|
a75472b524
|
vector: add (*Path).Close
Updates #2387
|
2022-10-21 18:16:48 +09:00 |
|
Hajime Hoshi
|
f04e391cb4
|
all: rename emptyImage -> whiteImage
|
2022-10-21 15:26:56 +09:00 |
|
Hajime Hoshi
|
9ec23ddeb4
|
ebiten: add DrawTrianglesOptions.AntiAlias and DrawTrianglesShaderOptions.AntiAlias
Closes #2385
|
2022-10-21 02:07:41 +09:00 |
|
Hajime Hoshi
|
885a3fa7cc
|
examples/vector: bug fix: wrong offscreen resetting
|
2022-10-20 14:13:06 +09:00 |
|
Hajime Hoshi
|
e4b056bac6
|
examples/vector: fill the background with a solid color
|
2022-10-18 23:45:52 +09:00 |
|
Hajime Hoshi
|
a1a598471b
|
vector: add LineJoin
Updates #1843
|
2022-10-14 22:11:00 +09:00 |
|
Hajime Hoshi
|
69c8fd745b
|
vector: add AppendVerticesAndIndicesForStroke
Updates #1843
|
2022-10-10 23:19:29 +09:00 |
|
Hajime Hoshi
|
010bf69f5a
|
examples/vector: improve readability of the debug message
|
2022-10-10 00:22:57 +09:00 |
|
Hajime Hoshi
|
5d9acfe7ec
|
examples/vector: add switching anti-alias
This change is a proof-of-concept of anti-alias with a pseudo MSAA
effect.
Updates #663
|
2022-10-09 21:27:16 +09:00 |
|
Hajime Hoshi
|
f7c44f086f
|
replace Ebiten with Ebitengine in comments
|
2022-08-29 11:17:17 +09:00 |
|
Hajime Hoshi
|
0f52381580
|
ebiten: rename TPS functions
* SetMaxTPS() -> SetTPS()
* MaxTPS() -> TPS()
* CurrentTPS() -> ActualTPS()
* CurrentFPS() -> ActualFPS()
Closes #2071
|
2022-07-17 11:30:12 +09:00 |
|
Hajime Hoshi
|
b1bcbbeeea
|
ebiten: add comments at DrawTriangles
|
2022-04-26 23:23:31 +09:00 |
|
Hajime Hoshi
|
3b0ce21a56
|
Revert "internal/graphicsdriver: bug fix: render semi-transparent vectors correctly"
This reverts commit 202f642395 .
Reason: TestImageEvenOdd failed
Updates #1933
|
2022-01-06 03:19:46 +09:00 |
|
Hajime Hoshi
|
202f642395
|
internal/graphicsdriver: bug fix: render semi-transparent vectors correctly
Closes #1933
|
2022-01-06 03:00:25 +09:00 |
|
Hajime Hoshi
|
42cd923418
|
ebiten: Add FillRule
Closes #1715
|
2021-09-19 17:17:00 +09:00 |
|
Hajime Hoshi
|
a9241a45c6
|
vector: Add Dir
Updates #844
|
2021-07-17 16:42:14 +09:00 |
|
Hajime Hoshi
|
70ef5e7d5b
|
vector: Add Arc
Updates #844
|
2021-07-17 01:34:06 +09:00 |
|
Hajime Hoshi
|
873bb35587
|
vector: Add ArcTo
Updates #844
|
2021-07-16 22:52:32 +09:00 |
|
Hajime Hoshi
|
cea0aa72cb
|
vector: Rename AppendVerticesAndIndices to AppendVerticesAndIndicesForFilling
Updates #844
|
2021-07-16 17:20:09 +09:00 |
|
Hajime Hoshi
|
b466a0cbd7
|
ebiten: Add EvenOdd to DrawTrianglesOptions and DrawShaderTrianglesOptions
Updates #844
Closes #1684
|
2021-07-05 03:35:55 +09:00 |
|
Hajime Hoshi
|
a615be69c7
|
examples: Add //go:build
|
2021-06-24 21:49:37 +09:00 |
|
Hajime Hoshi
|
47065f5f2c
|
Remove supporting jsgo
Updates #1129
|
2020-10-07 00:46:07 +09:00 |
|
Hajime Hoshi
|
8f00c8fbf5
|
ebiten: Remove the argument from Update
Fixes #1260
|
2020-10-04 19:33:10 +09:00 |
|
Hajime Hoshi
|
bf515bb594
|
Update version to v2.0.0-alpha
|
2020-10-04 04:30:40 +09:00 |
|
loig
|
63677e0e50
|
examples: Use RunGame (#1183)
Fixes #1111
|
2020-06-07 21:36:46 +09:00 |
|
Hajime Hoshi
|
1fdab58ff5
|
vector: Add FillOptions
|
2020-03-16 23:49:55 +09:00 |
|
Hajime Hoshi
|
e725c7ee78
|
vector: Rename functions
Updates #844
|
2019-12-30 16:14:49 +09:00 |
|
Hajime Hoshi
|
17e16e5759
|
examples/vector: Add FPS
|
2019-12-29 23:02:28 +09:00 |
|
Hajime Hoshi
|
cee11bd822
|
vector: Add BezierCurveTo
Updates #844
|
2019-12-29 00:06:55 +09:00 |
|
Hajime Hoshi
|
6edb586f52
|
example/vector: Add the logo
There is a known issue in the logo rendering.
|
2019-12-28 18:12:27 +09:00 |
|
Hajime Hoshi
|
f1a788801c
|
examples/vector: Add letters
|
2019-12-28 15:20:05 +09:00 |
|
Hajime Hoshi
|
d39dbc6a88
|
vector: Add QuadraticCurve
Updates #741
|
2019-12-28 14:58:29 +09:00 |
|
Hajime Hoshi
|
18b267fd4f
|
vector: Add Fill by triangulation
Updates #845
|
2019-12-28 02:51:09 +09:00 |
|
Hajime Hoshi
|
020cba22c5
|
vector: Implement miter limit
Fixes #843
|
2019-04-20 23:08:20 +09:00 |
|
Hajime Hoshi
|
5487dd9ea8
|
examples/vector: Add rotating points and lines by them
|
2019-04-14 23:15:03 +09:00 |
|
Hajime Hoshi
|
edbb5b4e0d
|
vector: Better line joints
Bug: #842
|
2019-04-14 15:48:20 +09:00 |
|
Hajime Hoshi
|
6bd9ef6abd
|
vector: Bug fix: wrong color value
|
2019-04-14 02:11:25 +09:00 |
|
Hajime Hoshi
|
8d912a402f
|
examples/vector: Render more texts
|
2019-04-14 01:58:20 +09:00 |
|
Hajime Hoshi
|
d7bd89d32b
|
Add vector package (Work in progress)
|
2019-04-14 00:37:38 +09:00 |
|