Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function for creating a crate at the given path with the given Cargo.toml and src/lib.rs strings #6

Closed
mitchmindtree opened this issue Mar 18, 2019 · 0 comments
Milestone

Comments

@mitchmindtree
Copy link
Member

This will be used following node code generation. Refer to #4 for details.

@mitchmindtree mitchmindtree added this to the Prototype milestone Mar 18, 2019
mitchmindtree added a commit to mitchmindtree/gantz that referenced this issue Mar 20, 2019
Currently the graph code generation and Node trait are very limited and
not really practically functional.

Most of the beginning work has been trying to feel out a top-level API
via the `Project` type. The role of the `Project` is to manage the state
of the user's gantz graphs and the cargo workspace that contains
generated packages for each node and their compilation targets.

Currently, an API exists for opening a new/existing project and for
adding nodes. Adding nodes generates packages within the cargo
workspace, though no code generation occurs just yet.

The next step will likely be to get some basic code generation working.

Closes nannou-org#5.
Closes nannou-org#6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant