Josh Junon

Results 712 comments of Josh Junon
trafficstars

This is causing me a **ton** of headache right now trying to use this in a parent CMake project. I'm also using my own version of freetype2 and imgui, and...

@bkaradzic It breaks modularity, though. Having a tool used by end consumers of BGFX that relies upon example code means you have to compile the example code, which means hours...

We're not talking about libraries here, we're talking about include paths. Perhaps this is simply how CMake is configured in this repository. I still have issues with how mainline BGFX...

> Most people adopt these scripts into their own repo, hack them to bits, and never look back at mainline. It's probably the only sane way to do it. This...

This isn't an issue on my end. Could we add in the conditional for examples again and add the ability to disable (or better yet, fix) texturev? Because I can't...

I think you misunderstood my issues, as how you've described the problems as a whole is exactly how I see it 🙃. I think we're debating the same end. You...

> If I have described the problem exactly, where is my misunderstanding? I can't help you if I don't understand the problem. Nowhere, it looked like you thought I was...

@bkaradzic Designing deployment and CI/CD pipelines as well as working on multiple build systems as a career isn't what I'd consider just "some world view". The way the includes in...

```console $ mkdir /tmp/test-bgfx-cmake && cd /tmp/test-bgfx-cmake $ git init $ git submodule add https://github.com/JoshuaBrookover/bgfx.cmake.git bgfx $ git submodule add https://git.savannah.gnu.org/git/freetype/freetype2.git $ git submodule add https://github.com/zeux/meshoptimizer.git $ git submodule add...

> If you need it use provided version of meshoptimizer. If you don't need it exclude it from build. Hence #60. It doesn't negate the fact the include patterns are...