Nick Polet

Results 17 comments of Nick Polet

Being able to move a widget with x and y variables would be great. And I agree, it can be quite confusing at the moment when dealing with normalized/absolute values....

Experienced this as well. Fixed it by going into **AWS Gateway API > Custom Domain Names** and deleting the custom domain (zappa will have created on if you have run...

Awesome to see the start of this being ported over to Godot 4. Honestly one of the best addons for it. Good luck with porting it over, hopefully the constant...

I'm also getting this error. Ubuntu 20.04

Just pulled this down to have a look around and it's looking great. Nice to see a healthy set of examples. Superb work dude. Can't wait to import this from...

I have used [tween.js](https://github.com/tweenjs/tween.js/) for tweening in r3r before, calling setState to update the state of the scene. var TWEEN = require('tween.js'); let self = this; var coords = {...

I'm looking for react 16 comparability as well. Really frustrated to not have it with this library. I understand that it's a fairly large overhaul to get it working well...

@toxicFork This has made working on 3D applications really fun again. While threejs in itself is fantastic, I always felt lost without the state driven nature of react. Combining the...

Would love the functionality that @Shadercloud mentioned above. Really handy for splitting up multiple tasks into different servers, with long running power hungry tasks running on a high powered machine,...

You can run `yarn eject` and it will eject all the config files and everything out into the directory.