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
|
67400d242b
|
examples/resource: use go:embed for images
Closes #1258
|
2022-09-17 23:27:45 +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
|
36b7b85477
|
examples: change the name convention: Num -> Count
|
2022-07-13 02:02:48 +09:00 |
|
Hajime Hoshi
|
4836266c2b
|
examples/tiles: improve readability by calculating tileXNum on the fly
|
2022-06-10 23:54:45 +09:00 |
|
Hajime Hoshi
|
07c8cb0e23
|
examples: Misspelling (//go:generated -> //go:generate)
|
2021-09-20 15:23:43 +09:00 |
|
Hajime Hoshi
|
537bdb29f8
|
examples: Update comments
|
2021-09-20 15:16:09 +09:00 |
|
Hajime Hoshi
|
a615be69c7
|
examples: Add //go:build
|
2021-06-24 21:49:37 +09:00 |
|
Hajime Hoshi
|
2c0108e178
|
examples/tiles: Misspelling
|
2021-03-09 03:23:53 +09:00 |
|
Hajime Hoshi
|
47065f5f2c
|
Remove supporting jsgo
Updates #1129
|
2020-10-07 00:46:07 +09:00 |
|
Hajime Hoshi
|
1b816eb249
|
ebiten: Remove the error returning value from NewImageFromImage
Updates #1380
|
2020-10-06 01:03:33 +09:00 |
|
Hajime Hoshi
|
fe97e7b0a5
|
ebiten: Remove the filter argument from NewImage and NewImageFromImage
Updates #503
|
2020-10-05 01:40:44 +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
|
bfa7e42368
|
docs: Use pkg.go.dev instead of godoc.org (Go files)
|
2020-01-19 04:52:12 +09:00 |
|
Hajime Hoshi
|
710f56531f
|
graphics: Experimental: (*image.Image).SubImage
Fixes #722
|
2018-10-28 02:19:14 +09:00 |
|
Hajime Hoshi
|
2923bec0dc
|
examples: Use TPS instead of FPS to indicate how fast the app works
|
2018-09-30 02:27:33 +09:00 |
|
Hajime Hoshi
|
3cd9dfd800
|
Rename IsRunningSlowly to IsDrawingSkipped
Fixes #643
|
2018-07-10 22:31:26 +09:00 |
|
Hajime Hoshi
|
93b2fab95b
|
examples: Add comment to explain about files
|
2018-03-16 12:05:53 +09:00 |
|
Hajime Hoshi
|
eecb04eaea
|
examples: Add jsgo build tag experimentally
|
2018-03-15 01:26:21 +09:00 |
|
Hajime Hoshi
|
2555e3f226
|
examples: Use embedded resources (#552)
|
2018-03-15 01:16:41 +09:00 |
|
Hajime Hoshi
|
5ed5cceb43
|
examples: Use FilterDefault (#453)
|
2018-02-14 03:00:00 +09:00 |
|
Hajime Hoshi
|
8f8b37066b
|
examples/tiles: Import image/png explicitly
|
2018-02-09 00:55:56 +09:00 |
|
Hajime Hoshi
|
6404d28fe5
|
Add examples/tiles
|
2018-02-06 03:52:22 +09:00 |
|