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 some sample MT configs #111

Open
ValarDragon opened this issue Apr 30, 2023 · 2 comments
Open

Add some sample MT configs #111

ValarDragon opened this issue Apr 30, 2023 · 2 comments

Comments

@ValarDragon
Copy link
Member

Currently its a bit hard to use the MT's in this library. Would be really useful if we could have some out-of-the-box MT configs that people can use to get started with, when hacking on new projects.

I think we could do this by having a second feature flag called "examples", which if enabled, lets you import some example configs. (And then you also know where to look to copy/paste examples)

We basically do this already in private for testing, so would be great to get it exported.

@Pratyush
Copy link
Member

Pratyush commented May 1, 2023

The tricky part for example configs is that they enable the corresponding curve/field dependencies

@burdges
Copy link

burdges commented May 1, 2023

You could initially do an unpublished examples crate form which people could cut n paste what they like. It might not stay that way but it maybe easier to choose between features and micro crates once you see the final code.

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

3 participants