Is drawTriangles in html5 and neko possible?

I have a working example of it in flash, but I wasn’t able to figure out how to make it work in html5, neko or windows.
TIA

I believe its supported, but slow – there is no drawTriangles method in canvas and Cairo, so it is custom and not accelerated.

I’d like to add OpenGL drawTriangles support in the future

1 Like

Thanks @singmajesty. Despite the fact that I didn’t want to, I think I will have to use OpenGL for this.