diff --git a/_docs/gen.go b/_docs/gen.go index 6ae057eb3..59ff303e8 100644 --- a/_docs/gen.go +++ b/_docs/gen.go @@ -135,7 +135,6 @@ var ( } graphicsExamples = []example{ {Name: "airship", ThumbWidth: 320, ThumbHeight: 240}, - {Name: "alphablending", ThumbWidth: 320, ThumbHeight: 240}, {Name: "animation", ThumbWidth: 320, ThumbHeight: 240}, {Name: "blur", ThumbWidth: 320, ThumbHeight: 240}, {Name: "drag", ThumbWidth: 320, ThumbHeight: 240}, @@ -144,7 +143,6 @@ var ( {Name: "font", ThumbWidth: 320, ThumbHeight: 240}, {Name: "highdpi", ThumbWidth: 320, ThumbHeight: 240}, {Name: "hsv", ThumbWidth: 320, ThumbHeight: 240}, - {Name: "hue", ThumbWidth: 320, ThumbHeight: 240}, {Name: "infinitescroll", ThumbWidth: 320, ThumbHeight: 240}, {Name: "life", ThumbWidth: 320, ThumbHeight: 240}, {Name: "mandelbrot", ThumbWidth: 320, ThumbHeight: 320, ScreenWidth: 640, ScreenHeight: 640}, @@ -152,10 +150,10 @@ var ( {Name: "mosaic", ThumbWidth: 320, ThumbHeight: 240}, {Name: "noise", ThumbWidth: 320, ThumbHeight: 240}, {Name: "paint", ThumbWidth: 320, ThumbHeight: 240}, + {Name: "particles", ThumbWidth: 320, ThumbHeight: 240}, {Name: "perspective", ThumbWidth: 320, ThumbHeight: 240}, {Name: "polygons", ThumbWidth: 320, ThumbHeight: 240}, {Name: "raycasting", ThumbWidth: 320, ThumbHeight: 240, ScreenWidth: 480, ScreenHeight: 480}, - {Name: "rotate", ThumbWidth: 320, ThumbHeight: 240}, {Name: "sprites", ThumbWidth: 320, ThumbHeight: 240}, {Name: "tiles", ThumbWidth: 320, ThumbHeight: 240, ScreenWidth: 480, ScreenHeight: 480}, } diff --git a/docs/examples/alphablending.html b/docs/examples/alphablending.html deleted file mode 100644 index 5450c5613..000000000 --- a/docs/examples/alphablending.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - -Ebiten example - alphablending - - - - - - - - -
- -

Ebiten example - alphablending

- -

Go Playground page

- -
- - - - - diff --git a/docs/examples/hue.html b/docs/examples/particles.html similarity index 84% rename from docs/examples/hue.html rename to docs/examples/particles.html index efb0e1e14..db867c091 100644 --- a/docs/examples/hue.html +++ b/docs/examples/particles.html @@ -1,10 +1,10 @@ - - + + -Ebiten example - hue +Ebiten example - particles @@ -25,9 +25,9 @@
-

Ebiten example - hue

- -

Go Playground page

+

Ebiten example - particles

+ +

Go Playground page

diff --git a/docs/examples/rotate.html b/docs/examples/rotate.html deleted file mode 100644 index 5154a47f7..000000000 --- a/docs/examples/rotate.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - -Ebiten example - rotate - - - - - - - - -
- -

Ebiten example - rotate

- -

Go Playground page

- -
- - - - - diff --git a/docs/images/examples/particles.png b/docs/images/examples/particles.png new file mode 100644 index 000000000..f5780a047 Binary files /dev/null and b/docs/images/examples/particles.png differ diff --git a/docs/index.html b/docs/index.html index 75a4dc2fb..963b8d9b9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -91,8 +91,6 @@
Ebiten example: airship -
- Ebiten example: alphablending
Ebiten example: animation
@@ -109,8 +107,6 @@ Ebiten example: highdpi
Ebiten example: hsv -
- Ebiten example: hue
Ebiten example: infinitescroll
@@ -125,14 +121,14 @@ Ebiten example: noise
Ebiten example: paint +
+ Ebiten example: particles
Ebiten example: perspective
Ebiten example: polygons
Ebiten example: raycasting -
- Ebiten example: rotate
Ebiten example: sprites