Ryan Goodrich
Ryan Goodrich
Sorry for not responding to this for so long. Went on a bit of detour in my personal life and projects. But started looking at this again. I agree with...
In terms of managing modules, I personally never saw what was so terrible with git modules. The only big issue I see is that it doesn't automatically clone all dependencies...
On the subject of my last post. have you guys seen this? https://nxxm.github.io/ Looks to be the exactly perfectly alternative to npm that would work well for something like this.
Some more reading, this seems more popular: https://conan.io Im thinking I am going to try to get this set up with Conan.
+1 for this feature. Been battling with this for past day.
I could at some point. But really, a lot of the design and code layout isn't mine. It's replicated from the ShaderGraph library. Some of it I still haven't quite...
I can describe a bit more quickly though. Basically all the code inherited from the ShadeGraph has been refactored to output a JSON file which defines: - Name of node....
Yes, I find it is in SteamVR only too. The newest AMD Drivers also did not fix this at all. I'd also note, in my case, I got this after...
Word on the VR street is its fixed in the driver slated to release with 7000 series launch.
Excuse me for necro'ing this post but it's quite interesting to me that the intent of stb was to be a general-purpose lib to replace libc. I was thinking stb...