Gamma basic app tutorial

Hi there, first thing, must congrat dev’s with gamma, looking really promising!

So, i wanted to ask, if there is some basic practical tutorial around, like an todo app or calculator with gamma, my goal is (as for a starter) to create some CRUD:

Create data type, create collection, populate collection, edit item…
As an extra, gamma usage with some api like https://api.github.com/users

For now, i stuck with subpatch creation, i heard an datatype shoud be called a record, but still no clue how to create one :)

2 Likes

and these don’t help you? https://discourse.vvvv.org/c/tutorials

1 Like

The problem i have here, that even on help browser, there is nothing about core concepts on how to create subpatch process or whatever…

Maybe you can just spread few words, on how to properly create sub components? Class, method, etc…My current idea, is to make another new patch and reference it in the one I’m in…

Ok, after poking my memory i found record and process in whatever the nodebrowser called now…

Here is to answer that:

1 Like

Thanks Joreg!

Could enable fullscreen for embedded videos? At the moment I have to go to the Vimeo page itself to see these tutorials properly.

good point! done here. need to update all the others…

1 Like

Just for the reference, now stuck on subscribing to button click event? Anything around about that?

would that be it?
grafik
or what do you mean with “subscribing”?

I meant skia button sorry ;)

have a look at demo: 03_Panels in helpbrowser.
and also check out Elementa for more advanced UI widgets.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.