diff --git a/_docs/gen.go b/_docs/gen.go index b44c58b89..f1b4626a7 100644 --- a/_docs/gen.go +++ b/_docs/gen.go @@ -135,6 +135,7 @@ var ( graphicsExamples = []example{ {Name: "airship", ThumbWidth: 320, ThumbHeight: 240}, {Name: "alphablending", ThumbWidth: 320, ThumbHeight: 240}, + {Name: "blur", ThumbWidth: 320, ThumbHeight: 240}, {Name: "drag", ThumbWidth: 320, ThumbHeight: 240}, {Name: "filter", ThumbWidth: 320, ThumbHeight: 240}, {Name: "flood", ThumbWidth: 320, ThumbHeight: 240}, @@ -159,6 +160,7 @@ var ( {Name: "gamepad", ThumbWidth: 320, ThumbHeight: 240}, {Name: "keyboard", ThumbWidth: 320, ThumbHeight: 240}, {Name: "typewriter", ThumbWidth: 320, ThumbHeight: 240}, + {Name: "wheel", ThumbWidth: 320, ThumbHeight: 240}, } audioExamples = []example{ {Name: "audio", ThumbWidth: 320, ThumbHeight: 240}, diff --git a/docs/examples/blur.html b/docs/examples/blur.html new file mode 100644 index 000000000..58059c990 --- /dev/null +++ b/docs/examples/blur.html @@ -0,0 +1,40 @@ + + + + + + +Ebiten example - blur + + + + + + + + +
+ +

Ebiten example - blur

+ +

Go Playground page

+ +
+ + + + + diff --git a/docs/examples/wheel.html b/docs/examples/wheel.html new file mode 100644 index 000000000..8e7f4f458 --- /dev/null +++ b/docs/examples/wheel.html @@ -0,0 +1,40 @@ + + + + + + +Ebiten example - wheel + + + + + + + + +
+ +

Ebiten example - wheel

+ +

Go Playground page

+ +
+ + + + + diff --git a/docs/images/examples/blur.png b/docs/images/examples/blur.png new file mode 100644 index 000000000..a897de3d9 Binary files /dev/null and b/docs/images/examples/blur.png differ diff --git a/docs/images/examples/wheel.png b/docs/images/examples/wheel.png new file mode 100644 index 000000000..e5f728368 Binary files /dev/null and b/docs/images/examples/wheel.png differ diff --git a/docs/index.html b/docs/index.html index 5e888e16a..615b1f559 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,6 +75,8 @@ Ebiten example: airship
Ebiten example: alphablending +
+ Ebiten example: blur
Ebiten example: drag
@@ -123,6 +125,8 @@ Ebiten example: keyboard
Ebiten example: typewriter +
+ Ebiten example: wheel

Audio