xpdanet.github.io
xpdanet.github.io copied to clipboard
Add Buntralino
Tool Name: Buntralino
Link to the tool website:
-
https://buntralino.github.io/
-
[x] This tool supports creating desktop apps on more than one desktop operating system (Windows, Linux, OSX)
Anything else you want to add:
Made by me c:
The initial implementation was made for my ct.js game engine, but the framework will probably be useful for others, as it is a healthy alternative to Electron & NW.js.
Its default template handles code bundling allowing to use ESM modules freely on both client and server side, and the CLI produces nice packages for Linux, Windows, and macOS, with nice executables with icons and metadata for Windows and macOS. My goal was to make a toolkit that just works (tm).
There are also no cryptic APIs or conflicts; a Buntralino app is split into Bun side with regular Bun and Neutralino side with regular HTML5. (Architecture.)
It is also based on Neutralino.js and existing Neutralino projects can be expanded with Buntralino relatively easy.
Oh, and it's free and MIT-licensed.