# Future topics

There are still a few topics that should be covered. Here are some of them, together with helpful resources.

* 📦**Package:** [ryannhg/elm-spa](https://package.elm-lang.org/packages/ryannhg/elm-spa/latest/)
* 📄**Article:** [elm/json](https://korban.net/posts/elm/2018-09-12-generate-json-from-elm-values-json-encode/)
  * 📦**Package:** [miniBill/elm-codec](https://package.elm-lang.org/packages/miniBill/elm-codec/latest/) and [Article](https://groundlevelmagic.tk/posts/2019-10-24-advanced-elm-codecs/)
* 🎥**Video:** [elm/random](https://www.youtube.com/watch?v=YxGWQdFo2Yc)
  * 📦**Package:** [pipeline](https://github.com/alexspurling/elm-recipes/tree/master/random)
* 🎥**Video:** [BrianHicks/elm-particle](https://www.youtube.com/watch?v=goL7LeDHFi4)
* 📦**Package:** [arowM/elm-form-decoder](https://package.elm-lang.org/packages/arowM/elm-form-decoder/latest/)
  * **📄Article:** [Form Decoding: the next era of the Form Validation](https://arow.info/posts/2019/form-decoding/?utm_campaign=Elm%20Weekly\&utm_medium=email\&utm_source=Revue%20newsletter)
* 🎥**Video:** [w0rm/elm-physics](https://www.youtube.com/watch?v=pJ1i0iHxf58)
* 🎥**Video:** [elm/bytes](https://www.youtube.com/watch?v=inhfdRrh5NM)
* Drawing Graphics
  * 👥**Thread:** [joakin/elm-canvas](https://discourse.elm-lang.org/t/some-p5js-org-examples-in-elm/3781)&#x20;
  * 🎥**Video:** [elm-explorations/webgl](https://www.youtube.com/watch?v=Z-6ETEBNlMs)
  * 📦**Package:** [elm/svg](https://package.elm-lang.org/packages/elm/svg/latest/)
    * 📦**Package:** [ianmackenzie/elm-geometry-svg](https://package.elm-lang.org/packages/ianmackenzie/elm-geometry-svg/latest/)
    * 📦**Package:** [ianmackenzie/elm-geometry](https://package.elm-lang.org/packages/ianmackenzie/elm-geometry/latest/)
* Markup language
  * 🎥**Video:** [mdgriffith/elm-markup](https://www.youtube.com/watch?v=8Zd3ocr9Di8) and [Article](https://korban.net/posts/elm/2019-05-21-intro-elm-markup-elmstatic/)
  * 📦**Package:** [dillonkearns/elm-markdown](https://package.elm-lang.org/packages/dillonkearns/elm-markdown/latest/)
