-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Context
The talented @stixan (@stigmollerhansen on Instagram) kindly agreed to create a custom example for the library template 💙
Here were the requirements I shared (let me know if I missed anything):
- landscape with a 4:3 or 16:9 ratio.
- It should feature text that says “hello library”.
- For simplicity, the sketch should not use external assets.
- Similarly, the code should fit in one file and not be too long.
- It should not contain proprietary code or copyrighted content.
- If there is animation it should also look good in a screenshot, as it will be exported to a static image for the home page.
- The sketch code will be included in the template repository.
Motivation
I'm creating this issue mainly so that we can answer Stig's technical questions about the template and library example.
Open questions
Stig: I get that the idea is to demonstrate how a part of the code is contained in an imported library. I guess you need my sketch to do that too, e.g. mimic the way the current HelloCircles sketch is importing RandomCircles and SayHello from com.myDomain.myLibrary.*?