Skip to content

Basic bootstrap / install instructions? #35

Answered by heckj
roboldham asked this question in Q&A
Discussion options

You must be logged in to vote

hi @roboldham,

When I set up the package, I separated the core bits that made up the L-systems from the views that can present them. So in addition to doing import Lindenmayer, if you want to use the views, you'll also need to import LindenmayerViews, which is where the swiftUI views for exploring and experimenting are stashed. It's a separate product included in the same swift package.

It's separated out to try and keep the elements you need minimal to the platform and goal you're after. For example, the SwiftUI views might not even be useful if you're fiddling with ARKit.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by roboldham
Comment options

You must be logged in to vote
2 replies
@heckj
Comment options

@roboldham
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants