oen432
Legendary OT User
I don't know if most of you even know that there is a tab for "Resources". Also there is no place for discussion so here, use this thread instead.
Implement persistent settings
- Save selected executable
- Settings modal
- Auto play
- Close on launch (only if auto play is disabled)
Ye, mostly that. I'm tired and bored, simply burnt out. I went through hell last month after bad breakup, gonna start changing my life and leaving OT is one of the steps.you are just tired of all this bs after so many years
Nope, you wouldn’t.It's good, but I would use Tauri, it's more performant, and has a smaller build size.
And it uses ~58% less memory, and the package is ~96% smaller.
![]()
Tauri vs. Electron: performance, bundle size, and the real trade-offs
A breakdown of the choice between Tauri and Electron for cross-platform apps, backed by practical comparisons and benchmark data.gethopp.app
It's a launcher, not a game client. You open it, patch the game within a minute and most likely close it afterwards. And the installer is 97MB, which is all you need to get your client ready. Also fuck Rust.It's good, but I would use Tauri, it's more performant, and has a smaller build size.
And it uses ~58% less memory, and the package is ~96% smaller.
![]()
Tauri vs. Electron: performance, bundle size, and the real trade-offs
A breakdown of the choice between Tauri and Electron for cross-platform apps, backed by practical comparisons and benchmark data.gethopp.app
Tauri is not a JS framework, it uses Rust as backend (instead of Node.js) and the frontend is not using CFS but WebView (so OS native web browser) which makes the bundled package that much smaller in size. And yes, Tauri is better but it doesn't matter at all in this case. Also JS is much easier and "user-friendly" so people can edit it to their liking without having to know Rust.between JavaScript frameworks
Nope, you wouldn’t.
You’d jump into someone else’s thread to preach about a barely noticeable difference in memory usage between JavaScript frameworks, answering a question nobody actually asked.
I agree, I just wanted to leave an opinion, but that's it, open, update, close. Anyway, thanks for sharing, great work.It's a launcher, not a game client. You open it, patch the game within a minute and most likely close it afterwards. And the installer is 97MB, which is all you need to get your client ready. Also fuck Rust.
Tauri is not a JS framework, it uses Rust as backend (instead of Node.js) and the frontend is not using CFS but WebView (so OS native web browser) which makes the bundled package that much smaller in size. And yes, Tauri is better but it doesn't matter at all in this case. Also JS is much easier and "user-friendly" so people can edit it to their liking without having to know Rust.
Yes, completely imperceptible to any client's launcher user. If you claim otherwise, it means you don't have much experience with users.If you, Marcinho, think it's imperceptible and makes no difference, believe me, you don't know what you're talking about.
Oh, you are confused - as "JS frameworks" I meant bloated libs for script kiddies, first is literally a JS framework, and latter, figuratively.Tauri is not a JS framework, it uses Rust as backend (instead of Node.js) and the frontend is not using CFS but WebView (so OS native web browser)