dreemproject / dreemgl

DreemGL is an open-source multi-screen prototyping framework for mediated environments, with a visual editor and shader styling for webGL and DALi runtimes written in JavaScript, produced in collaboration between Teeming Society and Samsung Electronics. http://teem.nu | http://samsung.com.
https://dreemproject.org
Apache License 2.0
201 stars 28 forks source link

Custom Render #109

Open nykevinwong opened 7 years ago

nykevinwong commented 7 years ago

Is it possible to write my own custom render to support any other third-party WebGL library such as phaser.js?

I'd like to use this visual editor to create GUI elements for my game that is made in Phaser.js

http://phaser.io

makepaddev commented 7 years ago

Technically that should be possible, there are backends for node-webgl, dali and browser webGL, but you would have to dig into the renderer internals to align it to phaser.js, its going to be quite a lot of work to do so.