webarkit / ARnft

A small javascript library for WebAR with NFT
GNU Lesser General Public License v3.0
220 stars 54 forks source link

I want a sample without three.js. #261

Closed gtk2k closed 2 weeks ago

gtk2k commented 2 years ago

I'm currently developing an app for Unity's WebGL, wanting to use AR markers in this app, and wondering if I can use ARnft. So, I would like to receive a sample (event only) without three.js.

kalwalt commented 2 years ago

I'm currently developing an app for Unity's WebGL, wanting to use AR markers in this app, and wondering if I can use ARnft. So, I would like to receive a sample (event only) without three.js.

Hi @gtk2k ufortunately i have no experience with Unity. Anyway ARnft lib not depends on threejs. It send data via events and just you need to listen to it. I made this separation so you can easily develop your plugin. In a near future i would improve the documentation with these details so it will be easier to develop a plugin. I would support you but i have no so much time at the moment, and i would improve other part of the lib before. But maybe other WebARKiter's has the required experience and can help you.

gtk2k commented 2 years ago

thanx!