Hajime Hoshi
|
66ca53529b
|
examples: Add blur example
|
2018-09-30 23:07:33 +09:00 |
|
Hajime Hoshi
|
0224858b7b
|
examples/wheel: Improve message
|
2018-09-30 17:13:22 +09:00 |
|
Hajime Hoshi
|
ecef9cab0f
|
examples: Add wheel example
|
2018-09-30 17:03:40 +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
|
eb0f0e6ced
|
examples: Adjust samplerate not to cause resampling
Fixes #687
|
2018-09-28 03:55:28 +09:00 |
|
Hajime Hoshi
|
d243957ab1
|
examples/audioinfiniteloop: Refactoring: Remove magic numbers
|
2018-09-28 01:52:30 +09:00 |
|
Hajime Hoshi
|
56d8ce9935
|
examples/audioinfiniteloop: Use NewInfiniteLoopWithIntro
Fixes #656
|
2018-09-28 01:45:40 +09:00 |
|
Hajime Hoshi
|
e1347c58ca
|
examples/shapes: Use DrawTriangles for rectangles (#680)
|
2018-09-15 19:00:57 +09:00 |
|
Hajime Hoshi
|
76ca296cdd
|
examples/shapes: Bug fix: correct calculation
|
2018-09-15 18:15:16 +09:00 |
|
Hajime Hoshi
|
5587af9d7e
|
examples/shapes: Use DrawTriangles (#680)
|
2018-09-15 17:20:35 +09:00 |
|
Hajime Hoshi
|
3d1d5d4355
|
examples/audio: Use Ogg again
|
2018-09-03 00:49:06 +09:00 |
|
Hajime Hoshi
|
864eebbcd9
|
examples/resources: Add Ragtime_ogg
|
2018-09-02 23:08:02 +09:00 |
|
Hajime Hoshi
|
f2b4dfd061
|
examples/polygon: Better coloring
|
2018-08-14 02:14:19 +09:00 |
|
Hajime Hoshi
|
340a4b4dfa
|
examples: Rename triangles -> polygons
|
2018-08-14 01:56:08 +09:00 |
|
Hajime Hoshi
|
7807488cc7
|
examples/triangles: Fix terms
|
2018-08-14 01:55:22 +09:00 |
|
Hajime Hoshi
|
1b8cad4e1d
|
examples/triangles: Draw polygons
|
2018-08-14 01:49:45 +09:00 |
|
Hajime Hoshi
|
5032546238
|
examples: Rename triangle -> triangles
|
2018-08-14 01:30:42 +09:00 |
|
Hajime Hoshi
|
2360b2930f
|
graphics: Add DrawTriangles
Fixes #624
|
2018-08-14 01:23:14 +09:00 |
|
Hajime Hoshi
|
b02b2de626
|
examples/minify: Add rotation
|
2018-07-29 23:24:18 +09:00 |
|
Hajime Hoshi
|
a321155ab5
|
examples/minify: Improve minifying demonstration
|
2018-07-29 22:19:22 +09:00 |
|
Hajime Hoshi
|
c39c211d1f
|
Add examples/minify
|
2018-07-29 18:58:30 +09:00 |
|
Hajime Hoshi
|
b9265d5120
|
Enable to go-generate under non-GOPATH directories
|
2018-07-28 19:21:19 +09:00 |
|
Hajime Hoshi
|
0593b77eb8
|
ui: Implement CurrentTPS
|
2018-07-18 02:11:00 +09:00 |
|
Hajime Hoshi
|
e99f2f9f69
|
ui: Rename TPS -> MaxTPS
|
2018-07-17 22:41:27 +09:00 |
|
Hajime Hoshi
|
eadbabffd9
|
examples/windowsize: Use more consts
|
2018-07-17 22:36:55 +09:00 |
|
Hajime Hoshi
|
a7a1f6b4c6
|
ui: Rename SetTPS -> SetMaxTPS, Introduce UncappedTPS
|
2018-07-17 22:33:53 +09:00 |
|
Hajime Hoshi
|
328c5ff7e1
|
examples/windowsize: Fix message
|
2018-07-17 21:58:58 +09:00 |
|
Hajime Hoshi
|
16c6ab4d07
|
ui: Introduce DefaultTPS and deprecate FPS
|
2018-07-17 02:07:03 +09:00 |
|
Hajime Hoshi
|
3a8ca5ad73
|
ui: Implement TPS/SetTPS
Fixes #605
Fixes #321
|
2018-07-17 01:58:00 +09:00 |
|
Hajime Hoshi
|
e25c237a01
|
Add IsVsyncEnabled / SetVsyncEnabled
This enables the game to work more efficiently (but consume much
more CPU).
Fixes #405.
|
2018-07-14 21:43:55 +09:00 |
|
Hajime Hoshi
|
3cd9dfd800
|
Rename IsRunningSlowly to IsDrawingSkipped
Fixes #643
|
2018-07-10 22:31:26 +09:00 |
|
Hajime Hoshi
|
4a6faf5505
|
Add examples/animation
Fixes #640
|
2018-07-09 22:50:34 +09:00 |
|
Hajime Hoshi
|
21fd6a2edc
|
examples/flappy: Remove println
|
2018-07-04 00:23:34 +09:00 |
|
Hajime Hoshi
|
6e51d31524
|
Use new GopherWasm API (#634)
I plan to merge this right after
https://github.com/gopherjs/gopherwasm/pull/3 is merged.
|
2018-06-30 00:02:15 +09:00 |
|
Hajime Hoshi
|
a9359e4ef8
|
Use GopherJS/GopherWasm
|
2018-06-24 16:10:24 +09:00 |
|
Hajime Hoshi
|
5680ce7f46
|
examples/sprites: Update only shown sprites
|
2018-06-17 22:05:34 +09:00 |
|
Hajime Hoshi
|
9f34b79297
|
examples/sprite: Refactoring
|
2018-06-17 18:44:32 +09:00 |
|
Hajime Hoshi
|
a54b6060bd
|
examples/windowsize: Add 0.75 scale
|
2018-06-03 02:32:42 +09:00 |
|
Hajime Hoshi
|
5f3a42aab9
|
examples/flappy: Add license comment
|
2018-05-28 02:38:55 +09:00 |
|
Hajime Hoshi
|
cc748f15e4
|
examples/contextlost: Use gopherwasm
|
2018-05-25 02:08:32 +09:00 |
|
Hajime Hoshi
|
569639d485
|
examples/contextlost: Bug fix: don't crash on Edge
Fixes #613
|
2018-05-14 00:35:40 +09:00 |
|
Hajime Hoshi
|
a92cc0f4b3
|
examples/drag: Bug fix: nil error
Fixes #612
|
2018-05-14 00:06:03 +09:00 |
|
Hajime Hoshi
|
b69d564d89
|
examples/life: Refactoring
|
2018-05-13 00:38:33 +09:00 |
|
Hajime Hoshi
|
f7c19ef517
|
examples/drag: Put the moving sprites frontend
|
2018-05-12 23:22:50 +09:00 |
|
Hajime Hoshi
|
07009501f9
|
examples: Move resource files
|
2018-05-12 17:09:42 +09:00 |
|
Hajime Hoshi
|
252f4430d8
|
examples/drag: Add touches (#506)
|
2018-05-11 02:02:33 +09:00 |
|
Hajime Hoshi
|
fbeed96bb5
|
input: Add TouchIDs and TouchPosition (#497)
This change deprecates Touch interface and Touches function.
|
2018-05-07 00:31:46 +09:00 |
|
Hajime Hoshi
|
d8dba69b47
|
ui: Add MonitorSize
Fixes #470
|
2018-05-05 02:42:45 +09:00 |
|
Hajime Hoshi
|
4d3d407205
|
graphics: Add comments to At
|
2018-05-01 18:07:52 +09:00 |
|
Hajime Hoshi
|
b60d549924
|
Add examples/drag (#506)
|
2018-05-01 01:12:40 +09:00 |
|