travisstaloch
travisstaloch
Thanks so much for the advice. I'll be working on this soon. Sounds fairly easy as you described. I think I need to adjust the card ids I'm using so...
First of all, thank you for sharing this great project. Very cool!. I started looking into loading .obj and .mtl files with OBJLoader and MTLLoader. There is a three.js issue...
Update: I managed to build and depend on this project locally now from windows after merging changes from https://github.com/Kjue/vue-gl That project also uses ```js "peerDependencies": { "three-full": "^11.3.2" } ```...
Thanks a lot for the feedback. I did as you said in the vgl-group created() method and it works fine. One minor difference, rather than adding the loaded children, I...
There is a [nim-gdb.py script in tools](https://github.com/nim-lang/Nim/blob/devel/tools/nim-gdb.py) which is supposed to help with this. On windows, I tried making a nim-gdb.bat file which calls nim-gdb.py and setting miDebuggerPath in launch.json...
I have been able to use vscode to debug nim from wsl by - installing nim on wsl ubuntu ( curl https://nim-lang.org/choosenim/init.sh -sSf | sh ) and adding [nim-gdb.py](https://github.com/nim-lang/Nim/blob/devel/tools/nim-gdb.py) to...
Try it from inside in a function. I noticed the same thing until I moved the code into a function.
Glad to help. Looking forward to more cm streams :smile: :zap:
addresses, maybe closes #59
This would be nice to have! Hope it happens.