Javi Agenjo

Results 111 comments of Javi Agenjo

The problem is that most of the examples use files that could have copyright issues (like the Lee face, or some cubemaps). Im trying to create new assets so they...

Sorry Isaac, going very slowly, finishing some important fixes in the litefileserver so it is easy to share examples.

Hi Cristian: Cubemaps could come in four forms, an image in polar coordinates (the default one), an image with the 6 sides arranged vertically, a cross image, or a DDS...

The reason to that script is that the development of every library is simultaneos, I develop Webglstudio and when I miss a feature I go to litegui or litegl or...

Im considering it, but I want to be sure I have all the freedom I need

Ok, I will give it a look. This is my first time using git with other users so there are lots of problems like that one.

Fixed, thanks a lot for the tip. Btw, you are my first comment in github, I owe you a beer!

Not in the road map but litegl supports webgl2, so it should work with minor changes. Did you try to create a webgl2 context?

it is worth considering, the only problem is that besides catching the image I would have to catch lots of other parameters (transform matrix) so it wont be as easy...

The problem is that Path2D doesnt have any method to read back the information stored inside a Path2D, so my only solution would be to create an analogous Path2D version...