guide icon indicating copy to clipboard operation
guide copied to clipboard

Add section about assests

Open freesig opened this issue 5 years ago • 1 comments

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 Maybe we should make a decision whether or not to encourage it's use. There might be a way to just check for system fonts so that this isn't required.

freesig avatar Jun 13 '19 02:06 freesig

You are correct @freesig. This is why my PR #15 mentions the assets folder and DEFAULT_FONT_PATH. It took a while for me to figure font handling out which is why I wrote the tutorial to help others avoid my mistakes.

tpltnt avatar Jul 15 '19 10:07 tpltnt