Mark Kompanets

Results 12 comments of Mark Kompanets

@AdaRoseCannon feel free to inspect my boilerplate, maybe this could help you https://github.com/inplayo-com/aframe-boilerplate

Any updates on this?

> I am closing the issue for now. > > I don't think it is useful to render just shapes in a sync way. The real apps will need more...

closer, but still issue - new one `error TypeError: m.createRoot is not a function` This is probably because of `const { createRoot } = require('react-dom/client');`

@lavrton I'm trying to create demo and place link to this topic, or append to docs.. so any help with issue solving would be great. Appreciate that!

Main use is Next.js "next": "^13.4.8", about your question: "react": "18.2.0", "react-dom": "18.2.0", "react-konva": "^18.2.9", "konva": "^9.2.0"

@lavrton I have success in implementing Konva SSR using Konva.Node with Stage create from Json. This solution do not need react-dom, but don't expect this to be great solution, because...

Okey, after some tests with android chrome, I have found out there are some warnings in debugger console. One of the warning messages - **XR.js:200 Unrecognized feature requested: dom-overlay-for-handheld-ar** So...

Well, without 'dom-overlay' feature pressing AR button leads to just fullscreen page, no AR camera, nothing just a fullscreen page. Adding 'dom-overlay' feature normalise AR button functional