Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
/ LegUI-old Public archive
forked from juancarlospaco/webgui

Web Technologies based Crossplatform GUI Framework - DEPRECATED

License

Notifications You must be signed in to change notification settings

Legcord/LegUI-old

 
 

Repository files navigation

LegUI

  • Web Technologies based Crossplatform GUI. Fork of WebGui

Install

Install webgui using the nimble tool.

$ nimble install https://github.com/ArmCord/LegUI.git

LegUI also requires that your OS have the GTK+ 3.0 and webkit2gtk 4.0 packages installed (Nimble should ask for these system dependencies on Ubuntu).

Generic instructions can be found at:

In Ubuntu (or Ubuntu-based distributions), these packages can be installed as follows:

$ sudo apt-get install gtk+-3.0 webkit2gtk-4.0 build-essential

Documentation

Apps

Legcord

Uninstall

$ nimble uninstall LegUI

Hello World

import LegUI
let app = newWebView()
app.run()
app.exit()

FAQ

  • Does it works on Hackintosh or Cracked Windows?.

Probably.

Please try your code on legit operating system before reporting bugs.

  • On Windows it says it can not find the URL?.

Windows is more annoying about URL format, check your URL is correct, try with raw string literal.

Please check that your URL is correct before reporting bugs.

  • Whats the oldest compatibility?.

If you need to target Windows, then your software needs to support Internet Explorer 11.

About

Web Technologies based Crossplatform GUI Framework - DEPRECATED

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nim 100.0%