picaGL icon indicating copy to clipboard operation
picaGL copied to clipboard

Results 3 picaGL issues
Sort by recently updated
recently updated
newest added

It would be great if this was licensed to allow redistribution in ports. It seems like it’s already “allowed” but I’d like to see it set in stone. Maybe GPL?

It seems calling `glDrawArrays` and `glDrawElements` without specifying a color array or texture doesn't seem to work (nothing will be rendered, even if `GL_COLOR_ARRAY` is disabled and `glColor` is used).

### **Intro:** First, I want to thank you for your research and development on PicaGL. While it may not be a fully completed GL implementation, with Xash3d and ioQuake you've...

enhancement