ackwell / BrowserHost

Dalamud plugin for in-game browser rendering. Think OverlayPlugin, but it's in the game itself.
GNU Lesser General Public License v3.0
9 stars 12 forks source link

feature request: addition of js library to interact with dalamud #14

Open m4chinations opened 3 years ago

m4chinations commented 3 years ago

in the same way overlayplugin has a js library that publishes events from ACT, could browserhost do the same in order to access dalamud events and data?

this would enable so many use cases!

Zeffuro commented 3 years ago

Would love for something like this to be implemented. This would open up more ways players can develop plugins using HTML/JS/CSS as opposed to making a native plugin (in my case it would allow me to make ZeffUI compatible with this as well without OverlayPlugin to provide more ways for people to use it).