ArmCord / LegUI-old

Web Technologies based Crossplatform GUI Framework - DEPRECATED

Home Page:https://juancarlospaco.github.io/webgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://juancarlospaco.github.io/webgui

License:MIT License


Languages

Language:Nim 100.0%