Tom Brückner
Tom Brückner
Your WebRTC libraries look very promising, I really like what you do! What I am missing, however, is a demo for an integration with Cordova (the former Phonegap). It is...
So far, I had been reading the image bytes from the gallery file path manually, i.e. using File.ReadAllBytes, loaded them into a texture via texture.LoadImage(), scaled and rotated them using...
I am working with an external C# library for Unity where the developer created XML document tags, but was too lazy to actually create the docs out of it. I...
I'm trying to get phonertc integrated with Meteor. As soon as I include the phonertc plugin, however, the app won't start on my Nexus 7 anymore. Without the plugin, the...
Hi, we want to use `vue-draggable-plus` in combination with the TinyMCE richtext editor. For this, we place one TinyMCE instance in every draggable div: We noticed that once you drop...
Usually in Meteor, a Collection is defined by its collection name. You will then subscribe to publications, and the collections track any changes caused by these subscriptions. In this library,...
I noticed that the `login` method silently ignores errors due to network connection issues. Instead of returning a callback with an error, nothing happens. The library does detect a WebSocket...
We're developing an application that uses Unity as a front-end (AR app) and Meteor as a backend. Our network connection is based on an OpenSource DDP library for Unity that...
Hi, we have an AR app that downloads a couple of textures for objects around the user. For these textures, we have to know the predominant color. The texture images...
I managed to upload a file successfully to S3. But how do I get the URL to display this file in the browser? According to the docs (which are quite...