bp74 / StageXL

A fast and universal 2D rendering engine for HTML5 and Dart.
http://www.stagexl.org
Other
880 stars 82 forks source link

3D Framework #284

Closed unicomp21 closed 6 years ago

unicomp21 commented 6 years ago

Are there any dart projects which have something similar to the babylonjs feature set? I've used ChronosGL, but I'd like PBR features, etc.

bp74 commented 6 years ago

@nilsdoehring did a Dart interop facade packages for BabylonJS. https://github.com/block-forest/babylonjs-dart-facade

But i'm not aware of any native Dart packages.

unicomp21 commented 6 years ago

Thanks Bernhard! Are there StageXL examples for displacement and normal map filters? Or a format description for the rgba values?

On Sat, Sep 30, 2017 at 1:02 PM, Bernhard notifications@github.com wrote:

@nilsdoehring https://github.com/nilsdoehring did a Dart interop facade packages for BabylonJS. https://github.com/block-forest/babylonjs-dart-facade

But i'm not aware of any native Dart packages.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bp74/StageXL/issues/284#issuecomment-333321720, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhV_Ujf9BEj1gTr_Aszo9xYrBsYf9Nkks5snnQcgaJpZM4Ppir_ .

bp74 commented 6 years ago

There are samples for filters, especially for the normal map filters. There is no example for the displacement filter, but it's not that difficult to use. The displacement filter takes a bitmap where the red and green channel is the displacement in x and y direction. https://github.com/bp74/StageXL_Samples/tree/master/example/filter

bp74 commented 6 years ago

Edit: There is an old example for all filters, almost forgot about it: https://github.com/bp74/StageXL_Samples/tree/master/web/_old/filter http://www.stagexl.org/samples/filter/index.html

unicomp21 commented 6 years ago

Thanks!

On Sat, Sep 30, 2017 at 3:54 PM, Bernhard notifications@github.com wrote:

Edit: There is an old example for all filters, almost forgot about it: https://github.com/bp74/StageXL_Samples/tree/master/web/_old/filter

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bp74/StageXL/issues/284#issuecomment-333332106, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhV_UAI8ormOfD2TR6WDNEpUKVBmIPdks5snpyLgaJpZM4Ppir_ .