Skip to content

Before you run the demos

Salvador Díaz Fau edited this page Jan 14, 2024 · 4 revisions

All WebUI applications need a library.

Depending on the operating system you use, you'll need to load a different library:

  • Windows applications need to load the webui-2.dll library.
  • Linux applications need to load the webui-2.so library.
  • MacOS applications need to load the webui-2.dylib library.

Those libraries are available in the Releases section of the main WebUI repository but they are also available in the bin64 directory of this repository.

The bin64 directory also includes the debug libraries in case you need to get more debug information in the console.

In the case of Windows or Linux applications you can place the WebUI library in any directory as long as you set the WebUI.LibraryPath property accordingly.

In the case of MacOS applications the webui-2.dylib dynamic library must be in the MyApplication.app/Contents/Frameworks directory.

Additional notes :

  • If you use the debug libraries you may see browser windows that didn't close properly.
Clone this wiki locally