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

Add a prelude module to remove common boilerplate from projects #23

Merged
merged 1 commit into from
Oct 19, 2017

Conversation

mitchmindtree
Copy link
Member

This should simplify the process of kicking off a project with nannou.

At the moment I've just picked a few items which are already showing up
often in the examples. I don't have a particular rule in mind yet for
the kinds of items that should/shouldn't be added to the prelude. Maybe
we can come up with a set of rules for this, but for now I'm sure we
should be able to pick these pretty intuitively.

I guess this can be thought of as a more conservative #include ofMain.h or Processing's list of auto-included items and keywords.

This closes #10.

This should simplify the process of kicking off a project with nannou.

At the moment I've just picked a few items which are already showing up
often in the examples. I don't have a particular rule in mind yet for
the kinds of items that should/shouldn't be added to the prelude. Maybe
we can come up with a set of rules for this, but for now I'm sure we
should be able to pick these pretty intuitively.

I guess this can be thought of as a more conservative `#include
ofMain.h` or Processing's list auto-included items and keywords.

This closes nannou-org#10.
@mitchmindtree mitchmindtree merged commit dc407ef into nannou-org:master Oct 19, 2017
@mitchmindtree mitchmindtree deleted the prelude branch October 21, 2017 11:14
mitchmindtree added a commit to mitchmindtree/nannou that referenced this pull request Mar 31, 2020
Attempt 4: try re-encrypting key with quotes
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

Successfully merging this pull request may close these issues.

Add a prelude module for easy global imports of common stuff
1 participant