Closed ralyodio closed 3 months ago
A prototype is basically done, we're missing the ability to actually package an app.
Here is the current state of the ecosystem:
node-gtk
, see https://github.com/denoland/deno/issues/23700node-gtk
, see https://github.com/oven-sh/bun/issues/4290#issuecomment-2094803841For the sake of releasing @primate/native
, we would consider it GA when at least one runtime can produce binaries.
waiting to test. let us know when those issues are fixed.
terminal kit doesn't support esm either, but you can do something like this:
import tk from 'terminal-kit';
const term = tk.terminal;
progress tracker
frontend
@primate/frontend.common.load
store
binding
misc
todos
node_modules
to build directory index.js
for internal barrelingroutes
or types
directorybuild
(revert to 0.31.9 base)depend
works@rcompat/build/reload/path
and @rcompat/build/reload/port
ideally we could share the codebase between desktop and web based apps.