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

3 points · 11 comments · view on lemmy.world

11 Comments

Tattorack@lemmy.world · 3 pts · 13d (10 replies)

Like actually built, or vibe coded?

boredsquirrel@slrpnk.net · 2 pts · 12d (4 replies)

Actually built I dont think he uses AI, he is pretty much against it

onlinepersona@programming.dev · 2 pts · 9d (3 replies)

Nah, his new video says he's OK with it and implies he uses it

boredsquirrel@slrpnk.net · 1 pts · 9d (1 reply)

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 (4 replies)

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 standards node-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 (1 reply)

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 (1 reply)
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.