>ruins desktop computing
not enough ram for desktop computing anyway
>>107889564>improves Linux apps ecosystem
*ruins all computing*
>>107891075It's not 2008 drone, V8 is for most intents and purposes faster than most compiled languages
>>107889564the hard pill to swallow for you fags is that linux would have a lot less software without it and companies would NEVER natively support it
>>107889564Honest question here, do you guys know of some place I could learn how to operate this shit?
>>107889564 this, but also this >>107889788.It's not so black and white. I don't like the idea of Electron, but it has bridged the gap between Linux and Windows. still, this doesn't change the fact that most crap that is distributed as Electron programs (banking apps etc.), should be just a web site.
>>107891129I tried to learn it, but immediately discovered that in order to do anything useful with it, you need to learn one of those bloated webshit frameworks, like React or some other shit. too much gay for me to handle.
>>107889564discord has given this shit such a terrible reputationit can be fast and light, see vscode
>>107889564that's your fault for shitting on Java which is the only way to write once, run everywhere.small teams don't have the resources to write native desktop apps for every platform.so they either use a cross-platform solution like Electron, they develop a web app or they simply target platforms with paying customers (so not loonix).if you hadn't shit on Java so much you could have it all (example IntelliJ).>>107891119true
>>107891165VSCode is an Electron app that doesn't use any framework.
>>107891165>you need to learn one of those bloated webshit frameworks, like React or some other shitNo you absolutely don't. I never understood how people get gaslit into believing this (or that they need to use Typescript / webpack / vite etc)
>>107891197>>107891224ok, so maybe I was finding wrong tutorials. any recommendations?
>>107891239npm init with only electronmain.jsrenderer.jsindex.html
>>107891106saar javascript super fast saaar you dont need desktop applications written in compiled or vm language saar you just need webslop saar please redeem the v8
>>107891189Now do GPU accelerated rendering cross-platform and cross nvidia-amd-intel -apple M GPUs. I can shit webgl shaders that just always work with electron.
>>107891165just because you're too lazy to learn them doesn't mean they're bloated. Vue's gzipped bundle size is 46 kB.Electron's minimum bundle size is 100+ MB, so it's a drop in the bucket.
>>107891271>npm init with only electronhm, I'll give it a try. I once made a led strip controller for RPi with just node and electron. working with them was a pretty good experience. I wouldn't mind using them for making desktop programs.
>>107891294what for? are you talking about games or desktop applications?Java has an OpenGL library https://www.lwjgl.org/. it's what Minecraft uses.
>>107889564If something is electron I just use web version. It belongs in the browser - a containment zone.
>>107891292You're incoherent
>>107891165Maybe it's because I focused on learning angular, but the tools it gives you to make websites are so fucking good for me there's no point on doing everything with bare javascript, yeah it probably will weight like a quarter, but I'd need to spend several magnitudes of the time to do any shit with it.