olee / Browsingway

Dalamud plugin for rendering browser overlays in-game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browsingway

Dalamud plugin for rendering browser overlays in-game.

Enables you to play in fullscreen (and G-SYNC) while having access to e.g. ACT overlays.

This project is a fork off ackwell's BrowserHost plugin (https://github.com/ackwell/BrowserHost). The original scope of the project was to add Endwalker support and nothing more. However since then a few new features and improvements have been added:

  • DPI awareness
    • The displayed browser overlays are scaled correctly in regards to your display's dpi. This essentially means you get the same sized output as you get from your browser.
  • Zoom support
    • Overlays can be zoomed in and out to make them smaller and bigger, same way your browser's zoom works.
  • Opacity support
    • Make your overlays as transparent as you like.
  • Framerate configurable
    • The rendering framerate for each individual overlay can now be set.
  • Disable support
    • Completly disable an overlay without deleting it.
  • Mute support
    • Can mute specific overlays.
  • ACT optimizations
    • Optimizes the overlay handling for ACT overlays. Also enables and disables them depending on if ACT itself is running.
  • Updated Chromium version
    • 108.0.5359.125
  • Project cleanup
    • Everything now uses .net 7
    • Nullable enabled
    • DalamudPackager for easier deployment
    • Some source cleanups
  • Minor stability improvements

Future (Roadmap)

The initial release focused on making the overlays work again, the focus now rests on rewriting core parts to make the plugin more robust and easier to maintain.

You can also open an issue for new feature requests.

ACT support

For ACT overlays to work correctly the overlay WSServer has to be enabled. ACT also provides an URL generator that will create the correct URLs to use within Browsingway:

image

You might also want to enable 'ACT optimizations' inside Browsingway for the specifc overlays, this will also enable and disable them automatically if ACT is running or not running.

About

Dalamud plugin for rendering browser overlays in-game.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%