google / dart-gl

OpenGL ES 2.0 Dart Native Extension
BSD 3-Clause "New" or "Revised" License
91 stars 17 forks source link

How about Windows support? #18

Closed orklann closed 7 years ago

orklann commented 7 years ago

Can this library works on Windows?

jtmcdole commented 7 years ago

Yes. I develop on windows at home and try to make sure this stays operational.

jtmcdole commented 7 years ago

Note; windows has some funny dll shuffling... you have to a) have some gles2.0 library (mali has one such abstraction) b) have all the dll's in the right path. I've had this working with the Nvidia drivers before as well, I just need to dig up the instructions.

With the dll open that we're doing now, we should / could distribute the DLLs with the package so there wouldn't be a need to build it locally. Right now we've left that as 'an exercise for the developer'.