Joe Pea

Results 1897 comments of Joe Pea

What's the status of this? Is this going to be the next version of three-mesh-ui?

- First I think the mesh UI should not be dependent on AR/VR, but usable in any app. f.e. someone maybe wants to make 2D UI (or 2.5D UI) in...

> a PR that extracts the raycasting logic from VRControl I haven't inspected the change, but if it decouples that stuff from VR, it sounds good because not everyone wants...

This is really interesting, see the "Textor" demo here: https://www.lutzroeder.com/web. It is a canvas 2d text editor. We could use a very similar trick, with a hidden `` element, to...

The [Zebra](http://www.zebkit.org/light/about.html) canvas UI also has its own text rendering and editing. Might be able to borrow some ideas from there. ~~Scroll down to see the Google Maps, looks like...

> Can you think of any way of inserting CanvasText beautifully in this organisation ? Still learning the code base, but I'll keep these things in mind for later once...

> it would be great to build a language extension for vscode with NiJS This would be possible by simply converting NiJS source code to TypeScript, which already has all...

Oops, I just realized that the output is not even correct. I'm not getting expected values. Let me see here...

Ok, so I've done some further investigation, and I think there might be something not working as it should. I couldn't get my program (a random prime generator, see below)...

Sweet. Kmscon is awesome. In a nutshell, it runs in userspace in KMS/DRM mode, is hardware accelerated, and supports 256-color 24-bit palettes.