Colden Cullen

Results 33 comments of Colden Cullen

Thanks for the info! The HUGE advantage of Clang Power Tools here is the IDE integration. Seeing warnings and errors in the code, and having the quick fix option is...

Damnit, I totally thought I responded to this, my bad. If I miss something like this in the future, feel free to ping it. Most of the work for this...

@zeDoctor That's what I thought too, but turns out gl3n [doesn't have a vec3f](https://github.com/Dav1dde/gl3n/blob/master/gl3n/linalg.d#L691-L701).

I agree with you on the `vec3`, I think it's just confusing. I'll be glad to not use it anymore.

Great, thanks for doing that for us!

Thanks for the heads up. I'm running everything through an abstraction layer at this point, so it should be an easy fix.

Does `gfm:sdl2` depend on `colorize`? If so, what does it use it for? Just out of curiosity's sake. Also, [we do actually use `colorize`](https://github.com/Circular-Studios/Dash/blob/develop/source/dash/utility/output.d), so it don't think it makes...

Ok, so is the `Logger` that SDL.this() takes [here](https://github.com/d-gamedev-team/gfm/blob/master/sdl2/gfm/sdl2/sdl.d#L45) an `std.experimental.logger`? If so, I'll definitely send ours in.

Ahh, good to know. I'll try to do that upgrade this evening. I _think_ we should just need `EVENTS` and `VIDEO` like the example.