-
Hello! I have been trying to write java bindings for SceneKit so that I can use the wrappers to create apps that target MacOS. I came across this repo but it looks to be for iOS. I was wondering if it was possible to use these java bindings for SceneKit to create MacOS apps instead of iOS? And if not, how difficult would it be to do the above? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
there is already console MacOS app possible to do CocoaTouch based app you need a specific bindings for it. |
Beta Was this translation helpful? Give feedback.
there is already console MacOS app possible to do CocoaTouch based app you need a specific bindings for it.
currently its only available for iOS but you can try to generate one using bro-get script (same way how iOS one are generated)