guide
guide copied to clipboard
A guide for nannou, including "Getting Started", "Tutorials" and more.
Hi there, I updated the "anatomy of a nannou app" section to clarify the use/intention of the `update()` function. This is in response to the short exchange in the chat....
Hi there, I started a section on porting from other frameworks. This was inspired by issue 443 in the nannou-repo. Cheers, tpltnt
Hi there, I added a small section on updating code to the guide. I did run into the sketch().run() thing and so I documented the solution in the guide. (Since...
Here are some comments related to sharing data between the GUI and audio threads I recently shared with another nannou user on slack - they might be useful to add...
When following the guide instructions I needed the `python3-distutils` package as well as `sudo apt-get install libxcb-xfixes0-dev libxcb-shapes0-dev libxcb-render0-dev libx11-xcb-dev` in order to get the project to build. After this...
I think that the gui won't display text without the assets folder being in the users project so we should add this to the guide. Does nannou-new do this @mitchmindtree...
So a question / confusion I have noticed is that people are stuck on how do they add nannou to an existing application. Do they have to change the whole...
This can be copied from `nannou-org/nannou/CODE_OF_CONDUCT.md`.