raduprv

Results 39 comments of raduprv

How exactly would it help to add yet another dependency? Do we need all the 15 years worth of extensions? Don't we only use a few?

How about https://github.com/datenwolf/linmath.h ? It's C and it's supposed to be for glsl.

I think direct include would be best, no?

I don't think we can/should use a build flag for linmath if we do what xaphier suggested. They will be necessary for all the matrix math, both for the OpenGL...

It's just a header, no? What's the sense in having it as a system library? I think it only makes sense to use the header we provide, because this is...

You can modify the servers list, and put the main server to point to the test server. On 11/29/2016 3:01 PM, feeltheburn wrote: > > Ah. Forgot about the different...

That is something to consider on Android, but it would be the very last thing I would do, after I finish all the other stuff, including some optimizations, etc. I...

I think we should use the same code base for both, because some of the things done for Android, such as touch based gestures and OpenGL ES would be useful...

Yes, I did play with some SDL2 programs 2 years ago. I will try it as soon as we get the SDl2 port ready.

Yes, I think it's a good idea.