Tanner Rogalsky

Results 65 comments of Tanner Rogalsky

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

@dobkeratops You might be interested in reading this issue (https://github.com/rust-windowing/glutin/issues/1167). There's potentially some prior work in there that you could build off of.

I would suggest that a trait like that might not belong in this crate which, as you've pointed out, is more about bridging the gap between OpenGL and WebGL than...

Yeah, you're 100% right that there are some places where the practical desire for this to be generally useful has overridden the aspirational desire to represent the API available on...

As it pertains to the design of this lib, I'm curious about https://github.com/grovesNL/glow/commit/ed1ca4323cb2b976170a56daed53427099eed0b2. Was the driving force behind removing the more complex type system just to keep this crate as...

@brendanzab Can't hurt. I've added an `array_impl` that is not enabled by default.

The tooling around building a love.js page isn't very complicated and could be converted to Lua. It requires some binary file IO and rendering some HTML/JS templates but that's about...

Totally. https://github.com/TannerRogalsky/love.js/blob/0.11/index.js

One weird thing about that code is that I use different methods/file structure for it's passed a folder or a .love game. love-release should only have to worry about working...

I'm considering removing the debug build. It's really big and not particularly useful to end users. But, to answer your question, yeah, they should be separate things.