Tom Atkinson

Results 83 comments of Tom Atkinson

> Replace the two classes HPPFoo and Foo by one class Foo, that provides interfaces for both bindings. I am all for this. I think this would help dramatically! Ill...

Hey @jherico, great ideas! I agree that we are a little bloated in this area. There is an ongoing initiative to simplify the framework. I think i have a branch...

Feel free to request my review when your ready, I'll try be prompt

We should be able to achieve hot reloading with either offline or online shaders. The only difference is what recompiles the shaders. An online approach is likely better as you...

Thanks @jherico for taking a look. In terms of hashing and abseil. I would prefer to keep the single header approach for now. No need to import an entirely new...

This PR is no longer needed. The complexity of this PR is to support our implementation of variants. The working group has opted to reduce our variant usage allowing this...

An alternative for tinygltf is to define `TINYGLTF_NO_INCLUDE_JSON` and use the version of nlohmann json that we want. In either case, we likely need to bump our tinygltf version as...

> Is the concurrency stuff in the *.yml files related to adding tracy? > > > > Besides that, I'm not familiar with tracy. How would I get that nice...

Tracy is supported. It is likely my script doesn't work on windows - Yet! The script was meant as a build helper as you need the same Tracy version as...

@asuessenbach sorry for the delay on this. Each time I have thought I would have time I've had a distraction I'm going to pin the submodule version to v9.1.0 https://github.com/wolfpld/tracy/tree/v0.9.1...