Marc Rousavy
Marc Rousavy
Ah yea I'll fix that as soon as possible. Why are you building for release?
This is only happening on Hermes + iOS. JSC + iOS, JSC + Android and Hermes + Android works fine. 🤨
Hi! I think tkinter simply isn't included in the IronPython runtime. Take a look at [Compilers/Python](https://github.com/mrousavy/Fiddle/tree/master/Fiddle.Compilers/Implementation/Python), and feel free to open a Pull Request including tkinter, I'll happily merge it....
I am aware of some issues but cannot fix them for now as I am very busy with school. I gladly accept any pull requests though. 😄
Unfortunately, .NET Standard only supports .NET 4.5 and above (See: [version chart](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support)). You could change the library framework to .NET 4.0 and build it yourself, I believe it would build...
Same here. Probably time to memoize this value, but still an issue
Nice work! 🔥 ❤️
Hey @CodyJasonBennett! I'm working with Axel (@axeldelafosse) on getting Three to load remote models/textures correctly in React Native. I have noticed that RN does not support constructing Blobs from `ArrayBuffer`...
I think the main issue here is that RN does not support streaming. @CodyJasonBennett let me know if you can think of a workaround that would unblock us here, otherwise...
I'm not sure if this polyfill is working correctly, I tried pulling it in and still got the same error. ```diff GLTFLoader: Created blob URL: blob:09187D72-14DE-47CC-8FCF-E7DF06EEC48D?offset=0&size=12332 PayloadTooLargeError: request entity too...