googlearchive / tango-examples-c

JNI example projects for Project Tango [deprecated] C-API
https://developers.google.com/ar
Apache License 2.0
337 stars 204 forks source link

Golang #109

Open ghost opened 7 years ago

ghost commented 7 years ago

From my reading of the API it looks like OpenGL API.

I am planning to do a bring up of an application authoring system and runtime system for tango devices. Its based on golang using the Google supported code GL here: https://godoc.org/golang.org/x/mobile/gl

So I want to also support tanga devices and so also need to wrap the c API with golang.

Would the team accept PR's for this assuming they met your guidelines ?