Skip to content

tomaz82/b2s-designer

 
 

Repository files navigation

B2S (Backglass 2nd Screen) Designer

It allows you to edit and create directB2S backglasses for the B2S.Server using a "WYSIWYG" editor.

Documentation is available in the package as html-help but can also be read online here.

NOTE If you are having problem opening the html-help B2SBackglassDesigner.chm file, try right click and select Unblock. This is a security feature of Windows

Developers

To build either B2S.Server or B2S.Designer, open the *.sln files in Visual Studio (any version from 2019 should work) and select build->Build Solution from the menu. Microsoft has prepared VM's that include Windows 11 and Visual Studio in one bundle. The licence for these is usually 3 months. This is an easy way to test if it works without having to install lots of different components.

Linux users

You can run this application on linux with wine:

export WINEPREFIX=./wine
export WINEARCH=win32
winetricks dotnet40
winetricks gdiplus
# I could not make it run with wine-mono but it was fine with dotnet
winetricks remove_mono
winetricks dotnet48

# The application can now be started with
wine B2SBackglassDesigner.exe

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Visual Basic .NET 75.8%
  • HTML 23.5%
  • Other 0.7%