Apple forbids other web engines explicitly (or only allows the WebKit respectively) in § 2.5.6 of App Store Review Guidelines: https://developer.apple.com/app-store/review/guidelines/ 2.5.6 Apps that browse the web must…
Good question, still a "green" technology but I have had great successes with it for the past 4-5 years in production (ASM.JS before widespread WASM compatibility). "promising that we'll be able to build web apps in any…
Looks fantastic, shouldn't be 'too difficult' to port to web via WebAssembly. There goes my weekend! Keep up the great work :)
Firstly great app, I enjoyed using this on my baby daughter crawling around the living room! Keep up the good work :) If you were to implement a camera picker, take a gander at:…
Good question, I would say neither, this responsibility is for the browser and native apps you use which display web content (e.g. Chrome, Firefox, Facebook, etc). Not apple or the web app developer. At most OP should…
Used to live around the corner. Nice owner, good food and a great beer selection. I now [Ironically?] live in the states and miss that pub quite a lot.
Some use cases I have personally worked on: To allow surgeons to interact with my software within an operating room without the need for an assistant (to remain sterile). Interactive retail displays outside the store.…
This is good advice. I would also extend this and write out an FAQ / stackexchange for the next engineer at your company who has to go through the same learning curve.
Nice suggestion, we do this for certain deployments. Amazing what magic you can do in Janus, etc, :)
I do a significant amount of work with Hospitals and secure environments (Military, etc). TURN is needed 100% of the time. P2P traffic is not allowed. All IP addresses need to be known and kept static upfront for…
When dealing with Health or Military systems installing or updating a native application could result in months of delays (e.g. quarterly OS image update cycles). However running within Chrome, Firefox, and other…
Thanks, much appreciated! I think WebAssembly is more used than it appears, just difficult to see/tell. A few years ago I actually tried integrating AR via WebAssembly with Amazon. We couldn't get the approval due to…
I feel like I am looking in a mirror! Ten years ago I did the same but in Java and JOGL (before Apple banned OpenGL graphics within Java Applets embedded within a webpage). Was used for AR Watch try on within…
An example I can give: I use WebAssembly for a few cross-platform plugins. E.g. An AR 3D rendering engine in C++ and OpenGL. With very little effort it is working in browser. No bespoke code, same business logic, etc.…
I understand your point but I see this as a global B2B requirement. Most products I use and have built cover North America, Europe, Middle East and now Africa. Each country or region has its quirks. If you are GDPR…
yes. I am a data processor not a controller. If you store data tied to the user you still need a mechanism to retrieve / delete it. This is something I encountered. Even if it is in reality not an issue and by itself…
Love this, OpenCV and all WebAssembly projects. I also use next-translate now and then so kudos for that! I have been putting AR in-browser when Java applets with JOGL was a thing! I've been nominated twice this year…
I like this, I see what they're doing and it looks promising. However It lacks a data request/GDPR takedown section which for me makes the project commercially useless. Most teams/products always look at compliance as…
Without the Kinect (1 & 2) and Primesense cameras I wouldn't have been able to make numerous award winning retail Augmented Reality makeup and clothing tryon experiences. For that alone I have a huge appreciation to the…
> "I'd love to hear about some actual use case for this" I use WebAssembly for non security critical but fun in browser Augmented Reality experiences. We have an ever improving 10 year old fully tested C++ SDK which has…
This^ I have made countless cross-platform AR apps for mobile and desktop. Never an issue with WebRTC/getUserMedia, iOS, windows, etc. However Android is always a nasty problem. From incorrect aspect resolutions, image…
This has been in airports for years - mainly for advertising/targeted adverts. There is no point in trying to block it.
Apple forbids other web engines explicitly (or only allows the WebKit respectively) in § 2.5.6 of App Store Review Guidelines: https://developer.apple.com/app-store/review/guidelines/ 2.5.6 Apps that browse the web must…
Good question, still a "green" technology but I have had great successes with it for the past 4-5 years in production (ASM.JS before widespread WASM compatibility). "promising that we'll be able to build web apps in any…
Looks fantastic, shouldn't be 'too difficult' to port to web via WebAssembly. There goes my weekend! Keep up the great work :)
Firstly great app, I enjoyed using this on my baby daughter crawling around the living room! Keep up the good work :) If you were to implement a camera picker, take a gander at:…
Good question, I would say neither, this responsibility is for the browser and native apps you use which display web content (e.g. Chrome, Firefox, Facebook, etc). Not apple or the web app developer. At most OP should…
Used to live around the corner. Nice owner, good food and a great beer selection. I now [Ironically?] live in the states and miss that pub quite a lot.
Some use cases I have personally worked on: To allow surgeons to interact with my software within an operating room without the need for an assistant (to remain sterile). Interactive retail displays outside the store.…
This is good advice. I would also extend this and write out an FAQ / stackexchange for the next engineer at your company who has to go through the same learning curve.
Nice suggestion, we do this for certain deployments. Amazing what magic you can do in Janus, etc, :)
I do a significant amount of work with Hospitals and secure environments (Military, etc). TURN is needed 100% of the time. P2P traffic is not allowed. All IP addresses need to be known and kept static upfront for…
When dealing with Health or Military systems installing or updating a native application could result in months of delays (e.g. quarterly OS image update cycles). However running within Chrome, Firefox, and other…
Thanks, much appreciated! I think WebAssembly is more used than it appears, just difficult to see/tell. A few years ago I actually tried integrating AR via WebAssembly with Amazon. We couldn't get the approval due to…
I feel like I am looking in a mirror! Ten years ago I did the same but in Java and JOGL (before Apple banned OpenGL graphics within Java Applets embedded within a webpage). Was used for AR Watch try on within…
An example I can give: I use WebAssembly for a few cross-platform plugins. E.g. An AR 3D rendering engine in C++ and OpenGL. With very little effort it is working in browser. No bespoke code, same business logic, etc.…
I understand your point but I see this as a global B2B requirement. Most products I use and have built cover North America, Europe, Middle East and now Africa. Each country or region has its quirks. If you are GDPR…
yes. I am a data processor not a controller. If you store data tied to the user you still need a mechanism to retrieve / delete it. This is something I encountered. Even if it is in reality not an issue and by itself…
Love this, OpenCV and all WebAssembly projects. I also use next-translate now and then so kudos for that! I have been putting AR in-browser when Java applets with JOGL was a thing! I've been nominated twice this year…
I like this, I see what they're doing and it looks promising. However It lacks a data request/GDPR takedown section which for me makes the project commercially useless. Most teams/products always look at compliance as…
Without the Kinect (1 & 2) and Primesense cameras I wouldn't have been able to make numerous award winning retail Augmented Reality makeup and clothing tryon experiences. For that alone I have a huge appreciation to the…
> "I'd love to hear about some actual use case for this" I use WebAssembly for non security critical but fun in browser Augmented Reality experiences. We have an ever improving 10 year old fully tested C++ SDK which has…
This^ I have made countless cross-platform AR apps for mobile and desktop. Never an issue with WebRTC/getUserMedia, iOS, windows, etc. However Android is always a nasty problem. From incorrect aspect resolutions, image…
This has been in airports for years - mainly for advertising/targeted adverts. There is no point in trying to block it.