webarkit / jsartoolkitNFT

jsartolkitNFT is a smaller version of jsartoolkit5 with only NFT support
GNU Lesser General Public License v3.0
132 stars 25 forks source link

Code enhancement: add interfaces IARToolKitNFT and IARControllerNFT #243

Closed kalwalt closed 1 year ago

kalwalt commented 1 year ago

I think it wolud be better tranform the delegateMethods interface https://github.com/webarkit/jsartoolkitNFT/blob/7f5d28abf3a24756766dbb584719098a0174640f/src/ARControllerNFT.ts#L46-L112 into the IARToolKitNFT interface and provide also an IARControllerNFT interface to extends the ARControllerNFT class.

kalwalt commented 1 year ago

done with #246