Speykious

Results 79 comments of Speykious

Falling back to `nodeLinker: node-modules` makes it work again, but I would like to use `nodeLinker: pnp` whenever possible. I saw that apparently `ncc` supports `pnp` from https://github.com/vercel/ncc/pull/598, but that...

Ow. parley hasn't been updated since october 2021. Not sure what to think about this.

Oh, that's really nice to hear! Thanks for your response. Is there anything in parley I could contribute about this redesign?

> For a very large scrolling area, the scroll offset would lose precision (ie not even be able to represent an integer scroll offset) around 2^24. Isn't there a way...

Looks good to me. Now we just need to revive inox-wgpu

After discussing it on Discord, we decided it was best to get rid of the WGPU renderer for now. Neither of us can maintain it because we don't know WGPU...

We should probably focus on making the WGPU renderer first (#2), since that was planned from the start.

Since a few days ago I removed the WGPU renderer due to not being able to maintain it as of now, I think it's best to close this issue as...

> and some other misc use cases implementations, like in the web. Web is actually a priority use-case for Inox2D, as the project emerged from the idea of making it...

> > I wonder what the other use cases for this project probably. > > A use case I have would be a Session alternative, since Inox2D can be more...