Skip to content

Commit

Permalink
📝 Add description for Glsl showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Aug 25, 2024
1 parent 4a1a34a commit 2498cb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ The demo is a pure [SPA][] (100% clientside application) written in [elm][].

List of showcases:

- [glsl](https://ccamel.github.io/playground-elm/#glsl): A dynamic [WebGL](https://www.khronos.org/webgl/) electricity effect created with [GLSL](https://en.wikipedia.org/wiki/OpenGL_Shading_Language) shaders, featuring interactive 3D rotation with smooth inertia.

- [soundWave toggle](https://ccamel.github.io/playground-elm/#sound-wave-toggle): A simple sound wave toggle button
rendered in [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics).

Expand Down Expand Up @@ -138,6 +140,8 @@ The site is accessible through the `"/` endpoint.
- [MacCASOutreach/graphicsvg](https://package.elm-lang.org/packages/MacCASOutreach/graphicsvg/latest/)
- [harmboschloo/elm-ecs](https://package.elm-lang.org/packages/harmboschloo/elm-ecs/latest/)
- [BrianHicks/elm-particle](https://github.com/BrianHicks/elm-particle)
- [elm-explorations/webgl](https://github.com/elm-explorations/webgl)
- [nphollon/geo3d](https://github.com/nphollon/geo3d)

- [`parceljs`](https://parceljs.org/): Web application bundler
- [`bulma`](https://bulma.io/): The modern CSS framework
Expand Down
3 changes: 2 additions & 1 deletion src/Page/Glsl.elm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ info =
, hash = "glsl"
, date = "2024-08-07"
, description = Markdown.toHtml [ class "content" ] """
A nice GLSL shaders effect.
A dynamic [WebGL](https://www.khronos.org/webgl/) electricity effect created with [GLSL](https://en.wikipedia.org/wiki/OpenGL_Shading_Language) shaders,
featuring interactive 3D rotation with smooth inertia.
"""
, srcRel = "Page/Glsl.elm"
}
Expand Down
Binary file added static/glsl.webp
Binary file not shown.

0 comments on commit 2498cb3

Please sign in to comment.