Sebastian Herrlinger

Results 232 comments of Sebastian Herrlinger

@jlucaso1 I considered it in the beginning, but it being a lib for terminal UIs it's not a blocker to load native libs and wasm has some overhead with its...

It currently only runs on bun exclusively. There are no plans to support other runtimes, though I am open to it.

Sure, the `zig.ts` exports a `RenderLib` interface and a `resolveRenderLib` function, both is used throughout the codebase. It also eagerly loads the native lib to reduce startup time. So to...

Probably, would have to check how compatible the interfaces are, as ffi != ffi, so it likely still needs a compat layer for different runtimes.

That could be more realistic than NAPI I think

It doesn't need it for anything non-3D, the threejs stuff is completely optional for the core, just a fun gimmick currently. It doesn't load the 3D module if it's Not...

Cool! I really appreciate bindings for other frameworks and languages. As mentioned in #236 I cannot take any more into the mono repo as I would be a blocker for...

That is actually already supported experimentally. Check the `experimental_splitHeight` option for the renderer. It is very much experimental though, resizing the terminal has issues with it and shutdown might be...

There are definitely solutions that will solve it, just a matter of time. The renderer is missing sync activation currently as well, so it might flicker in some terminals. That...

The build failures are just some typescript type errors. I would just try to avoid copying the output buffer for every frame to avoid reallocations and the copy overhead by...