I Built One App for Video, Audio, Photos, Vector Art & 3D (Plasma Studio by Niccolo Venerandi)
https://tube.kockatoo.org/videos/watch/0f4d7d8c-e722-4ebd-882c-1b8a96c762cb?isPeertubeContent=1
https://tube.kockatoo.org/videos/watch/0f4d7d8c-e722-4ebd-882c-1b8a96c762cb?isPeertubeContent=1
11 Comments
Tattorack@lemmy.world · 3 pts · 13d
Like actually built, or vibe coded?
boredsquirrel@slrpnk.net · 2 pts · 12d
Actually built I dont think he uses AI, he is pretty much against it
onlinepersona@programming.dev · 2 pts · 9d
Nah, his new video says he's OK with it and implies he uses it
boredsquirrel@slrpnk.net · 1 pts · 9d
Is that link down?
onlinepersona@programming.dev · 1 pts · 9d
He made it private, I think.
boredsquirrel@slrpnk.net · 1 pts · 9d
Oh damn? Well I dont care, I bet he has reviewed all that code himself and I trust him to use these tools.
There is literally no more ethical way to use LLMs than for open source code.
insomniac_lemon@lemmy.cafe · 1 pts · 13d
Even if they did make it, there's a lot of these node applications (they mentioned Graphite, Pixieditor is another). Makes me wonder if there was some Siggraph talk inspiring this, or if node-based workflow really does make a big difference. Or maybe similar library/toolkit usage?
That being said, I've asked about this* a few times and never even get a response. So it makes me wonder if the supply outpaces the users on this one. Either way, there are 15
competing standardsnode-based everything editors.* and if certain workflows could work... like SDF textures, polygonal font creation (especially color, .otf result), indexed vertex colors+mesh library
Tattorack@lemmy.world · 1 pts · 13d
My only experience with node based programming is in Blender3D for shaders. It clicked way better than learning Python or GDScript ever did as it's all very visual, and I'm pretty good with visual.
But I'm not sure if node based programming results in well optimised code. It's great for something you leave rendering over night, but a program you constantly use...? Dunno.
insomniac_lemon@lemmy.cafe · 1 pts · 13d
I am not talking about programming, but that apps like this one use node graphs for asset production (that certainly won't have a speed issue when it's outputting* a file used elsewhere).
Particularly the idea with node-based being flexibility. Something like SDF textures I guess can already be done via shaders like what you're talking about with Blender's visual shaders so would probably work here for anyone who knows what they're doing, some of what I'm talking about might need explicit support though (short of somehow finagling data into text enough to export to some text/binary format) especially editor-level features. Though even SDF is something that would be a lot better as a supported feature or plug-in.
The video for this mentioned that 3D is a weak aspect so that probably doesn't help, particularly for the type of assets that don't use nodes much. Though even some simple parametric options would be nice.
* I guess it could technically do live rendering, perhaps even via webGL/WASM or leaning on other tech that uses those. And that would be interesting.
boredsquirrel@slrpnk.net · 1 pts · 12d
Just checkout his previous videos
https://tube.kockatoo.org/videos/watch/0f4142d0-4fd3-48eb-ba7c-095b7b442868?isPeertubeContent=1
insomniac_lemon@lemmy.cafe · 1 pts · 12d
Not sure if I'm missing something, but that doesn't seem relevant to my desired workflows. I see your comment there so maybe you're replying to just my mention of the node-based aspect of this?
Side-note, Natron is another thing like this (node-based video/compositing) though not exactly in this wave and probably more limited in scope.