Doug Binks
Doug Binks
Thanks for the response! I think the easiest first step for file reading is to store the file version in the `ogt_vox_scene` structure and document the index order differences. However...
```TaskScheduler::WaitForTask``` will only run one task if ```0/NULL/nullptr``` passed instead of an ```ICompletable```, I will update the documentation on that shortly (I'm AFK a lot at the moment so responses...
Our workaround for markdown is in this gist: https://gist.github.com/dougbinks/65d125e0c11fba81c5e78c546dcfe7af We plan to remove the internal code dependencies and make this available at some point but have been a bit saturated...
Links to this in action: https://twitter.com/dougbinks/status/1005779748407119872 https://twitter.com/ocornut/status/1005483584860442625 We'll try and open source this properly this week.
We've updated the gist to remove dependencies, and will open source this properly later.
This isn't the intended way of using RCC++, which is designed for changing your own code at runtime. It is possible, but it's an advanced use case. You need to...
Have you first tried compiling the full example: https://github.com/juliettef/RCCpp-DearImGui-GLFW-example If this works then check for differences in logic or build (cmake) settings. My initial thought is that you don't have...
That's a different feature request to this one :) The current RCC++ is designed for any size of project (including very large ones), to be compatible with existing projects, and...
That's a great idea. I'll link to it from the readme soon.
Thanks, I'll take a look at this shortly.