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

Collaborating on concept-based design ? #1

Open
jcelerier opened this issue Aug 26, 2021 · 1 comment
Open

Collaborating on concept-based design ? #1

jcelerier opened this issue Aug 26, 2021 · 1 comment

Comments

@jcelerier
Copy link

Hi,
I stumbled on your repo through random github interactions.
I recently did a blog post about how C++20 can help improve defining generic dataflow nodes - in particular, without having to resort to storing the inputs / outputs in an std::tuple, but directly in a plain struct.

https://ossia.io/posts/reflection/

My first try was this for VSTs: https://github.com/jcelerier/vintage/tree/main/examples

Which then turned into this as the next plug-in api for the software I'm developing, ossia score (https://ossia.io): https://github.com/jcelerier/score-simple-api-2/tree/main/Examples

Would you be interested in collaborating in building a library of concepts, and then components defined in such a style ?

@MarcusTomlinson
Copy link
Member

Hey! This is really interesting! I'll admit I'm a little swamped with other responsibilities at this time to give it the attention it deserves, so I'll have to put a pin in it for now, but from your website and plug-in examples, I'm well intrigued.

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

2 participants