Skip to content

Comment on Blockbench – A low-poly 3D model editor

Comments

Web-app? No, thanks. I'll stick to ms3d ))

Web-app makes it better. You can still download it to run offline, but you can run the browser version without trusting the binaries to be safe, and you can also get it up and running really fast if you switch computers or need someone else to check it out.

And unsurprisingly the downloadable version uses Electron.

Is there a viable alternative for running a web app offline as a “native-ish” application?

Tauri, Wails, Neutralinojs, Saucer, Webview, Pywebview, Ultralight, embedding CEF directly...

Most of them rely on the native OS browser engine, so much lighter in resources at the expense of (possibly) inconsistent rendering.

Ultralight uses its own customized WebKit version, lacks some features, isn't open source, but is a lot lighter than electron.

Embedding CEF directly can be better than Electron as it does not require node.js.

Lots of options.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.