HackerTrans
TopNewTrendsCommentsPastAskShowJobs

v1sea

no profile record

comments

v1sea
·작년·discuss
Thanks for sharing a simple setup that avoids SwiftPM. It is nice to have more options.

Swift has to shed the perception that it only works on apple platforms. I've found the the C++ interop to be pretty good for my computer vision use cases.
v1sea
·작년·discuss
It’s nice to see this addition. I’m not sure if Godot would be better off bridging OpenXR to apple’s ar compositer or do as these PRs implement.

It isn’t much work to bridge from a metal renderer to the ar compositor. There are nice, if under documented c apis for Compositor Services in visionOS. I don’t think this will end up being a heavy maintenance burden, but they should donate some headsets as the second vertex amplification doesn’t run in the simulator. The max threads per thread group also differ. So real hardware is needed to measure performance.

https://developer.apple.com/documentation/compositorservices...
v1sea
·2년 전·discuss
I built an interactive call graph interface targeting visionOS that I'll be open sourcing soon. My approach is to use the Language Server Protocol(LSP) as the itermediate format as many LSP implementations support the call hierarchy method. You can then proxy the commands to the headset for rendering. Using the LSP is nice because you can integrate the controls into small editor plugins and get live code analysis.

Most code analysis programs fail in some combination of editor integration, language support, iteration speed, or interactivity.

One of the big issues with visionOS right now is the divide between a full immersive space and a volume. There is a dev option to enable the virtual display to work in an immersive space, but normally a full metal rendered scene will hide your mac monitor. The volume requires RealityKit and provides no hand tracking data. My approach is to run the graph fruchterman-reingold spring embedder in a metal compute kernel updating a LowLevelMesh in a volume. The biggest limit I've faced is around 1000 input targets (graph nodes) is the most the RealitKyt renderer can support before the frame rate dips under 90Hz.

Good luck if you attempt visionOS, it is nearly undocumented.
v1sea
·2년 전·discuss
You can use it in the sun as it is using video passthrough not optical AR like the hololens.
v1sea
·2년 전·discuss
Really neat, are you running the cloth simulation on the CPU or GPU? How many elements are in the simulated cloth? Good luck on future AR projects!
v1sea
·2년 전·discuss
Nice, now I can have the nice concurrency syntax with the error handling I know and love. ♡
v1sea
·2년 전·discuss
Can you go into more detail on how it works or provide some references for articles/papers on implementing a system like this? Is it just RAG?

Testing it out, I'd say the results for "graph visualization" are focused if a bit incomplete. So to me it has high precision, but lower recall.

I don't see this searching comments. That could be a nice extension. Thanks for sharing.
v1sea
·2년 전·discuss
Looks promising. It would be nice if the XR components exposed more configuration options. For example I don't see a way to use the transient pointer of the apple headset nor the depth buffer of the Quest 3.

[0] https://webkit.org/blog/15162/introducing-natural-input-for-...

[1] https://www.w3.org/TR/webxr-depth-sensing-1/