Build desktop apps with JavaScript easily 👩‍💻

  Рет қаралды 474,636

Coding with Lewis

Coding with Lewis

Жыл бұрын

Пікірлер: 349
@starstheengine
@starstheengine Жыл бұрын
No worries. You just need to download more ram.
@SENTRY456123
@SENTRY456123 Жыл бұрын
70 IQ: download more ram 100 IQ: NoOoOoOo yOu cAn'T DoWnLoAd mOrE RaM!! 130 IQ: download more ram
@8koi245
@8koi245 Жыл бұрын
easy
@ryu_798
@ryu_798 Жыл бұрын
Sir its dedicated wam.
@dabbopabblo
@dabbopabblo Жыл бұрын
@@ryu_798 That had no busy making me laugh so hard
@vaguediscomfort5720
@vaguediscomfort5720 Жыл бұрын
@@ryu_798 *ahem* I think you mean "dedidated"
@itsme_indira
@itsme_indira Жыл бұрын
Ah yes, the good old "Every application will eventually be written in JavaScript".
@dleonardo3238
@dleonardo3238 10 ай бұрын
Js maxists are the lgbtq++ of programming
@Bryan_Hunt
@Bryan_Hunt 7 ай бұрын
@@internet8080not true
@tiktalk4573
@tiktalk4573 Ай бұрын
It’s a business decision for many companies to go with electron than java/c since its fast deployment, and user friendly. Users don’t care if stack electron is not great as long as its user friendly and aesthetic
@maxovicsteiner9646
@maxovicsteiner9646 Жыл бұрын
this is why, as a MERN developer, I started learning Rust :)
@thatsalot3577
@thatsalot3577 Жыл бұрын
Yeah just add wasm to your stack and you'll become unstoppable 🔥
@mrsandywilly7279
@mrsandywilly7279 Жыл бұрын
Tauri my beloved🙏
@bridiro
@bridiro Жыл бұрын
that's a big brain move. I think that in a few years this language gonna be one of the most important in the programming world. I saw that Linux developers was thinking about rewriting the whole kernel in Rust, or just a part
@cerulity32k
@cerulity32k Жыл бұрын
@@bridiro iirc Rust was introduced into the kernel, but i don’t think the entire kernel will be rewritten.
@Joe-zg9eq
@Joe-zg9eq Жыл бұрын
Pardon but what's a "MERN developer"?
@manoelBneto
@manoelBneto 7 ай бұрын
And this is why every desktop app now uses at least 300mb of RAM, now matter how simple they are.
@lunedefroid8817
@lunedefroid8817 Жыл бұрын
"You can build desktop applications…." Me: Wow, somebody realised that web development is not the only type of software development in the world, and that there are still people who develop apps, gotta hear about that "… with JavaScript" Me: WTF
@RiversJ
@RiversJ 6 ай бұрын
Only reason I clicked on this was too see this comment down here somewhere lol. Mind you it isn't impossible to make a good desktop program in JavaScript, but none of the tooling is heading to a direction that would allow it. If the program architecture is 90% polyfill bloatware and designed by someone that thinks the current web frameworks are a good starting place for it, they'll either struggle mightily to get it done well, or release garbage. Good examples would be the PC component vendor's applications for managing their hardware, they seem to only hire web devs (nothing wrong with that mind you I'm one too) for lower cost and not dedicate any time to make an architecture actually designed for the purpose.
@lightning_11
@lightning_11 9 ай бұрын
Now I understand why VS code eats all of my ram
@astrahcat1212
@astrahcat1212 8 ай бұрын
And Discord 😢
@jp46614
@jp46614 7 ай бұрын
and teams
@ayoubelkadiri5494
@ayoubelkadiri5494 2 ай бұрын
​@@jp46614 i think the new teams uses UWP or MAUI cause. Even whatsapp was on electronJs and now its on one of microsoft Frameworks...
@DeepfriedChips
@DeepfriedChips Жыл бұрын
I very much like apps that use tauri or edge webview since they tend to run much faster because they strip unnecessary components Also for those wondering there are multiple webview libraries There’s Tauri with Rust and JS/TS Wails with Go and JS/TS If you bother searching you’ll probably find a version for a language you’re familiar with
@swiftypopty1102
@swiftypopty1102 Жыл бұрын
Isn't Edge Webview run in Chromium also?
@bronzekoala9141
@bronzekoala9141 Жыл бұрын
@@swiftypopty1102 The difference is, that an app built in tauri does't package it's own version of chromium but uses the one already installed on your PC (Webview).
@Inf4mousKidGames
@Inf4mousKidGames 9 ай бұрын
​@@swiftypopty1102 yes but the reason edge chromium is better is because Microsoft changed the source code (open source is open source) and fixed chrome memory intensive nature. So it no hog you RAM.
@welpyes
@welpyes Жыл бұрын
Chromium will just destroy your ram in seconds
@iliasalaur
@iliasalaur Жыл бұрын
Well, if you are coding for an Atmega328p with 2kB of ram, probably you shouldn't use electron. But probably you even don't know what is an Atmega328p so...
@faisalhnf
@faisalhnf Жыл бұрын
@@iliasalaur Stop normalizing inefficient use of resources. Electron can be less inefficient if it's heavily optimized (like VSCode), but most people don't bother to. Even if they do, it'll still be slower than some other language.
@iliasalaur
@iliasalaur Жыл бұрын
@@faisalhnf may i hear some examples of "some other languages" ?)
@Vexxel256
@Vexxel256 Жыл бұрын
@@iliasalaur C, C#, C++, Ruby, Python, Lua.
@iliasalaur
@iliasalaur Жыл бұрын
@@Vexxel256 good luck writing a desktop app in QT for 3 different platforms using C++.
@VenkiNagaraj
@VenkiNagaraj Жыл бұрын
You’re shortz videos are so useful for beginners
@CodingWithLewis
@CodingWithLewis Жыл бұрын
Glad you think so!
@shakhnozahalilova3249
@shakhnozahalilova3249 Жыл бұрын
@@CodingWithLewis Hi, Why don't we have developers or jobs for who build desktop applications specifically or a developer shouldn't choose technologies to build applications?
@leokiller123able
@leokiller123able 7 ай бұрын
I used Tauri for my internship, built an app that controls the workflow of a medical device, it was a good choice I made I think because it was really easy to use and you don't even need to learn rust as you can just ignore the default rust backend and use your own NodeJS one for example, and no rust coding needed.
@kissykriss
@kissykriss Жыл бұрын
I've worked with ElectronJS por a months, and I just loved, because de benefit of a desktop app is that you won't need a Back-end server, the "back-end" is the machine of the client xd
@LolLol007
@LolLol007 11 ай бұрын
😂😂😂
@MaxKar97
@MaxKar97 3 ай бұрын
Nice info
@jasonkhaings1414
@jasonkhaings1414 Жыл бұрын
hey could you tell us how you research new programming libraries or frameworks.
@overanalyzing
@overanalyzing Жыл бұрын
Bro really be digging 🕵️👀🔦🤓
@shhdev
@shhdev Жыл бұрын
google
@dontreadmyusername6787
@dontreadmyusername6787 Жыл бұрын
Yuh a useful skill to have
@dontreadmyusername6787
@dontreadmyusername6787 Жыл бұрын
​@@shhdev googling is an art in which i suck
@Yotapaki
@Yotapaki 6 ай бұрын
I started to learn tauri yesterday. Very good system and you can use it with full rust just perfect
@guilleliss
@guilleliss Жыл бұрын
Tauri is awesome !
@sajedsoliman4780
@sajedsoliman4780 Жыл бұрын
These shorts are great. Keep it up ✊✊
@Grinwa
@Grinwa Жыл бұрын
I still in shock when i knew we actually are all writing code in a web browser 😅
@acerIOstream
@acerIOstream 7 ай бұрын
I actually wrote an application in TypeScript using GTK4 as a front-end and it works really well. No electron or browser renderer involved.
@itsdummybot
@itsdummybot 2 ай бұрын
good luck to get it to work in non-linux environments
@razor-4eg
@razor-4eg Жыл бұрын
node-webkit aka nw.js is way better and faster than electron, plus it support a compilation from js to binary and include this files into ur js code.
@kinsondigital
@kinsondigital 13 күн бұрын
I am actually building an application for my client using Tauri. It is fantastic and v2.0 is around the corner. I would personally not choose electron over Tauri.
@user-wr7vo7co1c
@user-wr7vo7co1c 3 ай бұрын
As a start what is the first thing to learn
@m0ke0
@m0ke0 9 ай бұрын
Yesss Tauri. I transferred over to it shortly after starting with Electron
@cecece775
@cecece775 Жыл бұрын
A good atlernative is Tauri, u can us react and build desktop app that will compile to rust
@patrickagoptimedia9799
@patrickagoptimedia9799 Жыл бұрын
Just when i was looking for how to build desktop application. Lewis you are awesome😃.
@Aydiniyom
@Aydiniyom 25 күн бұрын
That villager sound hits hard.
@vadym-beep1241
@vadym-beep1241 Жыл бұрын
There is one thing that few people know about. One library that is the one that could fix the issues of Electron. This library has Rust as a backend, JS as a frontend And Tao and Wri for the replacement fro Chromium. It is the perfect library for building desktop apps with JS, but no one uses it. It's called Tauri lol
@ThisNils
@ThisNils Жыл бұрын
what makes it better than electron?
@vadym-beep1241
@vadym-beep1241 Жыл бұрын
@@ThisNils Less RAM consumption, less disk space consumption, it is not based on Chromium and other stuff.
@ThisNils
@ThisNils Жыл бұрын
@@vadym-beep1241 less ram consumption and disk space dont really matter to most companies (and especially not to the hobby devs). what actually does matter is if the software has been tested extensively which is the case for electron and even more so for chromium. benchmarks might be cool to look at, but thats about it
@vadym-beep1241
@vadym-beep1241 Жыл бұрын
@@ThisNils Well I have a laptop with 8GB RAM and if I run an electron app and Minecraft at the same time, my laptop will explode!
@diadetediotedio6918
@diadetediotedio6918 Жыл бұрын
@@ThisNils I think you are being ignorant here, if a software can offer both stability, security and speed and efficiency in the use of resources it will certainly be the preferred choice of companies, as it should be of any developer, that is precisely why Tauri is worth it. the pity in relation to Electron.
@qvindicator
@qvindicator Жыл бұрын
And this is why most modern apps are extremely slow
@theburntcrumpet8371
@theburntcrumpet8371 Жыл бұрын
The world doesn't need more electron apps.
@AYT04
@AYT04 Жыл бұрын
I prefer apps that aren’t made in js, maybe C apps
@Cyberfishofant
@Cyberfishofant 9 ай бұрын
well, maybe REAL designers are too expensive
@wforbes87
@wforbes87 Жыл бұрын
electron apparently has some silly security vulnerabilities right now, I'll have to check out tauri - thanks!
@iliasalaur
@iliasalaur Жыл бұрын
ElectronJS is a really cool thing, coz you can create a sigle codebase for backend and a sigle codebase, written in beloved html and css for frontend. The main problem is that it uses Chromium. So, we could say that installing and electron app technically equals to installing a new browser to your system
@thatsalot3577
@thatsalot3577 Жыл бұрын
Yeah vs code with just a couple of plugins take 700-800mb ram in my computer and it gets full very easily when I've opened a few tabs in firefox, gimp, discord and chrome just for checking my app on localhost And with unity and blender it's just 💀 It takes too much ram for a code editor
@iliasalaur
@iliasalaur Жыл бұрын
@@thatsalot3577 well, you should use a computer with higher RAM, let's say, 16GB. But actually if you use Mac, 8 GB will be enough (coz it can take some memory from ssd in swap)
@cryptxum9683
@cryptxum9683 Жыл бұрын
@@iliasalaur “just get a better computer” is not a valid argument for a literal code editor. Not everyone is fortunate enough to have 16, many people still use windows laptops with 8 or less
@iliasalaur
@iliasalaur Жыл бұрын
@@cryptxum9683 the guy wrote that he has problems when working in VS Code with a huge bunch of applications opened, like gimp, discord, Chrome and Firefox. And that's why, "just get a better computer" is a valid argument, coz even without VS Code, those applications will eat off your memory, leaving you just 1GB free. And don't forget that VS Code isn't just a code editor (such as Sublime) but a ... let's say 'semi' IDE, with tons of functions in it (like Emmet)
@cryptxum9683
@cryptxum9683 Жыл бұрын
@@iliasalaur unless he’s programming intensive applications (which I assume not since he mentioned localhost), why should a regular programming workflow exceed 8gb? And how many VScode extensions on average do people have? Maybe we shouldn’t single out VSC and instead also talk about chrome, but can you deny that electron is what causes VScode’s bloat. My extended point is that vscode alone isn’t responsible, but the trend use of bloated frameworks is going to drive up memory costs even further
@itsmrhunter
@itsmrhunter Жыл бұрын
This is why I will only learn HTML
@EverRusting
@EverRusting 11 ай бұрын
Tauri still uses a browser. It says on their website. It's just smaller bundle size because it uses whatever your OS already has...
@thatzokay
@thatzokay Жыл бұрын
electron is good but it takes up so much ram and space because it comes with chromium so thats why i like to use tauri and yeah it is really good
@iOT001
@iOT001 4 ай бұрын
Hey Lewis,Which softwares do you use to edit your videos?
@rohanmanchanda5250
@rohanmanchanda5250 Жыл бұрын
Keep up, person. Compose multi-platform is all the meat now
@RubixCubed3
@RubixCubed3 4 ай бұрын
My job is to build desktop apps. The customer’s ram limits aren’t my problem.
@spythere
@spythere 2 ай бұрын
That's why software is so shitty.
@guilleliss
@guilleliss Ай бұрын
I used Tauri a couple of times, the bundle size and ram usage are orders of magnitude smaller than Electron. It is already stable and should be a no brainer choice for any js+desktop app
@NachitenRemix
@NachitenRemix Жыл бұрын
Please keep in mind that Google Chrome is NOT THE SAME as Chromium. Chromium is an open source proyect, which was used as a base to create Google Chrome, Edge and other web browsers. Please dont confuse them as they are not the same
@gregorboxer2463
@gregorboxer2463 Жыл бұрын
There’s also neutralinoJS but I used tauri mostly
@FLEXUSAURS
@FLEXUSAURS Жыл бұрын
You can also use tauri (which is rust based as much as i remember)
@baggier
@baggier Жыл бұрын
Someone actually did a benchmark with both And the memory and resource hogging is the nearly same between them
@breadexpl0it3r95
@breadexpl0it3r95 Жыл бұрын
if React-Native had Windows…
@blackpurple9163
@blackpurple9163 10 ай бұрын
If it's going to end up bloating my pc with chromium, I'm fine not building it
@Fexxy
@Fexxy Жыл бұрын
imo nwjs is a lot simpler, very good for beginners
@JustPyroYT
@JustPyroYT Жыл бұрын
Nice Video
@ghostbluster8900
@ghostbluster8900 Жыл бұрын
Do you know elm ? Functional langage that compiles in js. Its quite good. I think you might be able to do a video about it
@RKingis
@RKingis 6 ай бұрын
I know PINE! Pine Is Not Elm😅
@imadeekosatriawiguna6252
@imadeekosatriawiguna6252 2 ай бұрын
I'm curently build POS app using tauri + next.js. And that's fun. Just got some bug like notification suddenly missing on tauri, gonna wait for tauri 2
@Laittth
@Laittth Жыл бұрын
so that's how Discord's web app is basically the same as the desktop application
@mavdotjs
@mavdotjs Жыл бұрын
Yep, basically all the same code base just slightly modified, including the mobile (react native) versions.
@sonychandel1878
@sonychandel1878 3 ай бұрын
You can also use wails with Golang, since Golang is much closer to javascript and typescript than rust, it will feel more familiar
@CodingWithLewis
@CodingWithLewis Жыл бұрын
Have you tried Tauri or Electron 🤔
@noahbeaudin6478
@noahbeaudin6478 Жыл бұрын
Used and liked both. Working with Rust is quite enjoyable.
@guilleliss
@guilleliss Жыл бұрын
Tried both, tauri produces packages way smaller, and takes less memory when running the app
@Rice7th
@Rice7th Жыл бұрын
Tried Tauri, and i think it is very good since it is not too complex and it is fast (Tauri only uses WebViews, such as Webkit on Linux and Mac and Blink+V8 on Windows, instead of packaging a whole web browser like electron does)
@falkon8307
@falkon8307 Жыл бұрын
Yeah, and prefer tauri over electron
@tjgdddfcn
@tjgdddfcn Жыл бұрын
way easier to make a react app in tauri than electron
@Shavix
@Shavix 3 ай бұрын
Electron: Good for developers, bad for customers
@disabledmallis
@disabledmallis Жыл бұрын
What about neutralino? Same benefits as tauri but still entirely js like electron
@sandamarius7017
@sandamarius7017 11 ай бұрын
Qt for C++💪💪💪
@AnoopSeth
@AnoopSeth 6 ай бұрын
Tauri is very fast but notification click is not working on that. And it makes it useless for you to make information based app
@paladinuserfem
@paladinuserfem Жыл бұрын
Neutralino JS is also a great option, it works really well with smaller application size and memory footprint
@judedavis92
@judedavis92 Жыл бұрын
🤦‍♂️🤦‍♂️🤦‍♂️
@paladinuserfem
@paladinuserfem Жыл бұрын
@@judedavis92 anything???
@judedavis92
@judedavis92 Жыл бұрын
@@paladinuserfem what do you mean?
@minsan6696
@minsan6696 8 ай бұрын
But Can I make game engine like Unity or Godot out of JavaScript?
@morgadoapi4431
@morgadoapi4431 6 ай бұрын
Sure if you dont care about performance sure!
@Josegomes-ci7ui
@Josegomes-ci7ui 8 ай бұрын
very good. I from in brazil
@chippzy
@chippzy Жыл бұрын
Tauri is going to be annoying to test for different OSs, especially for Linux where there is multiple webview runtimes for different Desktop Enviroments
@Rudxain
@Rudxain Жыл бұрын
In some sense, Chromium could be considered a runtime dynamically-linked library dependency. So in the future it should be possible to *compile HTML+CSS+JS* statically-linked with Chromium, with some LTO (Link Time Optimization), to get a native app without bloat. It is already possible to compile Javascript to machine-code, even easier if you put type constraints (TypeScript) and forbid `eval`, and delete `Function.prototype.toString`
@RKingis
@RKingis 6 ай бұрын
Download notbad.ocx?
@justaway_of_the_samurai
@justaway_of_the_samurai 8 ай бұрын
Electron is supposedly a better option than the legacy option of Cordova, but with "web" apps there is always going to be limitations on what you can do in javascript, especially around interacting with the operating system. With my Cordova app, which also runs a web app in a container, you can't do anything to directly browse the user's storage to load/save files because the embedded web browser hosting the app has built in security features blocking the "web" application from accessing anything on the system. In order to get my app to work (on my android phone), I had to create a plugin using Java which saves the files, and Cordova had to load that plugin to use within my app. Very difficult way to develop the app IMO.
@mochsyadzalichusaini2
@mochsyadzalichusaini2 Жыл бұрын
i love electron
@TheMoviemaker98
@TheMoviemaker98 2 ай бұрын
I feel like just when you're about to understand this one thing, and then suddenly something new comes up to replace the very thing you're learning. Feels very demotivating and hopeless because how can we ever catch up
@esemelekete1330
@esemelekete1330 Жыл бұрын
That's what makes me concerned when making desktop app with electronjs. So I stick to the native language instead.
@Motorstreets255
@Motorstreets255 5 ай бұрын
How you create an application on desktop using visual studio code
@chippzy
@chippzy Жыл бұрын
Arch Linux does Electron right, by making you have the version installed, and not installing it again and again for each program that uses it
@defaultchannelname1391
@defaultchannelname1391 Жыл бұрын
When we call him out for calling electron lightweight he uses it as new content idea kekw
@flutter_dev26
@flutter_dev26 11 ай бұрын
Talk about flutter plzz
@tbuk8350
@tbuk8350 Жыл бұрын
Say it with me everyone: "Chromium is not the same as Google Chrome!" Also, just use PWA apps. "Installs" instantly, appears like a native app and doesn't package another browser when you already have one. Plus, you literally just use the same code as your web version.
@iliasalaur
@iliasalaur Жыл бұрын
VS Code is written in ElectronJS btw
@vedantkanoujia
@vedantkanoujia Жыл бұрын
Electron is laggy
@telasilay8760
@telasilay8760 3 ай бұрын
Can someone explain to me what's the electron on this video mean, i mean it's that same electron on atom? How it's works
@JustinShaedo
@JustinShaedo 11 ай бұрын
We used to do this with Flash...
@Elytr1
@Elytr1 6 ай бұрын
Modifying your apps using other forms of chromium that's more lightweight like thorium
@greycell2442
@greycell2442 6 ай бұрын
oh wow, built in telemetry
@saultube44
@saultube44 Жыл бұрын
🧐🤔 still needs optimization, but could mean near native execution
@mereyz
@mereyz 8 ай бұрын
0:01
@bharath2508
@bharath2508 9 ай бұрын
electron amd react with atom symbol. when a chemistry student becomes a developer this happens
@AdventMoxy
@AdventMoxy 5 ай бұрын
When you know how to use a hammer everything looks like a nail
@reihanboo
@reihanboo Жыл бұрын
gotta micromanage every last bit of that memory you're using
@rammrras9683
@rammrras9683 2 ай бұрын
Very great app are made with electron. But they are slow as hell and try to enshittify easily. I'm lookin at you "MS Teams"!
@Caellyan
@Caellyan 7 ай бұрын
See, that's why if you're big brain you only package the entire Skia with your application :)
@thelonewanderervn
@thelonewanderervn 3 ай бұрын
One huge downside: “It’s slow”
@krtirtho
@krtirtho Жыл бұрын
ElectronJS ships Chromium (for frontend) and Nodejs (for backend) If you ever feel stupid, just remember this
@novcwastaken
@novcwastaken Жыл бұрын
Wait, is it just me or did the progress bar really overflow after the chrome memes?
@xaralabosful
@xaralabosful Жыл бұрын
Can you do a video explaining if one needs a degree to enter the field?
@henrybrown5107
@henrybrown5107 Жыл бұрын
If you want to find a job, then yeah, you need a degree. But you don't necessarily need degree to learn programming...
@xaralabosful
@xaralabosful Жыл бұрын
@@henrybrown5107 how so? I've read plenty of stories of people entering without a degree an making absolute bank. Also 3 personal friends of mine, all self taught developers no degrees or not completed studies/dropouts
@Mr.Fantomblox
@Mr.Fantomblox Жыл бұрын
@@xaralabosful You don't need a degree to enter the field as long as you can prove that you know what you're doing. Also, being self thought is tougher than getting a degree from a college.
@Vexxel256
@Vexxel256 Жыл бұрын
@@henrybrown5107 many tech giants like microsoft and google don’t require a degree to enter but it makes your chances to enter higher
@SIAMEInekeidijdnen
@SIAMEInekeidijdnen Жыл бұрын
01:00
@constructiongo
@constructiongo 8 ай бұрын
I have made an app with a combination of Google app script. How I can make a software ?
@cbbcbb6803
@cbbcbb6803 2 ай бұрын
When is Firefox going to make its own what ever it is that chromium has?
@jacobh89
@jacobh89 6 ай бұрын
Like oh my god
@the_akhleshkumar
@the_akhleshkumar Жыл бұрын
Tauri looking promising but why would developers learn rust while electron providing a single stack (js).
@ryu_798
@ryu_798 Жыл бұрын
If possible where is the source of your information
@ardwetha
@ardwetha 8 ай бұрын
Or we use Flutter and than ship a nativ application for every os.
@matthiasschuster9505
@matthiasschuster9505 Жыл бұрын
VSCode does NOT use Electron. They forked a small part of it
@judedavis92
@judedavis92 Жыл бұрын
How about just don’t use JavaScript? I guess it’s being used for more than what it’s worth 🤮🤮🤮 One reason why chrome uses so much RAM is because of the slow JavaScript calls. People should start realising that JavaScript is actually just best suited for the web, not much else.
@Inf4mousKidGames
@Inf4mousKidGames 9 ай бұрын
Not even the real reason Chrome is so resource heavy is because of how they handle tab management. Someone explained it to me plain and simple everytime you open a new tab in Chrome it counts as a new instance of Chrome being opened (as in a new window)
@yanikkendler
@yanikkendler Жыл бұрын
idk why everyones hating soo much, really cool reliable apps are built on electron
@qvindicator
@qvindicator Жыл бұрын
Because electron adds bloat for no reason. VSCode uses 35x more ram than Vim on my machine, for example.
@L0V3V4MP1R3
@L0V3V4MP1R3 Жыл бұрын
Does Tauri use monads though? :^)
@harinathtech
@harinathtech Ай бұрын
what about Dart ,flutter and Xamarain
@a.artush
@a.artush Жыл бұрын
I would like to use flutter :)
@enkiimuto1041
@enkiimuto1041 10 ай бұрын
Talk more about tauri
@molor0824
@molor0824 Жыл бұрын
Or you can use C and SDL2 as always :)
@falkon8307
@falkon8307 Жыл бұрын
I prefer Tauri over electron
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,3 МЛН
I Trained an AI with 10,000 Memes
14:52
Coding with Lewis
Рет қаралды 249 М.
🤔Какой Орган самый длинный ? #shorts
00:42
Did you believe it was real? #tiktok
00:25
Анастасия Тарасова
Рет қаралды 56 МЛН
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
Я нашел кто меня пранкует!
00:51
Аришнев
Рет қаралды 4,7 МЛН
Simulating the Evolution of Rock, Paper, Scissors
15:00
Primer
Рет қаралды 711 М.
ELECTRON: why people HATE it, why devs USE it
17:19
The Linux Experiment
Рет қаралды 184 М.
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 535 М.
40 APIs Every Developer Should Use (in 12 minutes)
12:23
Coding with Lewis
Рет қаралды 312 М.
Become a Full Stack Developer: A Roadmap for Beginners
14:55
Coding with Lewis
Рет қаралды 370 М.
Making a Game in JavaScript with No Experience
5:49
Goodgis
Рет қаралды 776 М.
35 Things Every Programmer Should Know
18:01
Coding with Lewis
Рет қаралды 63 М.
What Happened To Google Search?
14:05
Enrico Tartarotti
Рет қаралды 3,1 МЛН
Electron vs Tauri: This Was Unexpected!!
9:41
DashCruft
Рет қаралды 38 М.
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 1,9 МЛН
Hisense Official Flagship Store Hisense is the champion What is going on?
0:11
Special Effects Funny 44
Рет қаралды 3,1 МЛН
iPhone socket cleaning #Fixit
0:30
Tamar DB (mt)
Рет қаралды 11 МЛН
Samsung Galaxy Unpacked July 2024: Official Replay
1:8:53
Samsung
Рет қаралды 23 МЛН
Cheapest gaming phone? 🤭 #miniphone #smartphone #iphone #fy
0:19
Pockify™
Рет қаралды 2,4 МЛН