guide/src/tutorials.md
In the previous chapter we prepared everything needed to start our own Nannou project! In this chapter, we will take a more focused look at all of the different features we can add to our Nannou project.
If you are new to Nannou or Rust we recommend starting with the "Basics" tutorials before going on. If you are feeling more confident, feel free to choose your own adventure through the following tutorials depending on what you want to add to your project!
Tutorials for learning the basics of Rust with nannou.
A suite of tutorials for getting familiar with the Nannou environment.
Working with Nannou's Draw API - a simple approach of coding graphics.
Walk-throughs for creating and working with one or more windows.
How to create a GUI (Graphical User Interface) for you Nannou project.
NOTE: It might be best to wait for #383 before addressing these.
A suite of guides for working with audio in Nannou.
Loading, playing and recording video in Nannou.
Understanding the lower level that underlies all graphics in Nannou.
Getting started with using Nannou for projection mapping.
Detecting and outputting to LASER DACs on a network.
Working with DMX over the network via sACN.
Working with Serial data in a cross-platform manner.
If you were unable to find what you were looking for above, or if you have an idea for a tutorial not yet present, please feel free to create an issue or a pull request!