google / dart-gl

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

Will there be any dart-gl for OpenGL (not ES) #21

Open orklann opened 7 years ago

orklann commented 7 years ago

I like dartlang, and I am likely to write my Desktop game by using Dart, but I can not find a good bindings for OpenGL on both Windows, macOS.

So will this library cover OpenGL later?

By the way, I just found one OpenGL binding for Dart, but the author said it's performance is not good enough to write a 3D game. It's https://pub.dartlang.org/packages/dartgl

lyceel commented 7 years ago

This extension works by parsing the gl2.h file. Most likely, if you just point out at a gl.h file instead it will mostly work (especially if you're just using core profile). You'll probably have to do some manual bindings, but there are examples for that.

If you do happen to take a stab at this, let us know how it goes.

Jason

On Aug 25, 2017 11:27 PM, "Aaron Elkins" notifications@github.com wrote:

I like dartlang, and I am likely to write my Desktop game by using Dart, but I can not find a good bindings for OpenGL on both Windows, macOS.

So will this library cover OpenGL later?

By the way, I just found one OpenGL binding for Dart, but the author said it's performance is not good enough to write a 3D game. It's https://pub.dartlang.org/packages/dartgl

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/dart-gl/issues/21, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9VNsypmSrJHiCCcu7Ncf6A1A6_uNkrks5sb7rqgaJpZM4PDYDO .