Coder Social home page Coder Social logo

ui's Introduction

V UI 0.0.4

Build Status

Twitter handle

ui.window(
    width: 600
    height: 400
    title: 'V UI Demo'
    children: [
		ui.row(
			margin: ui.Margin{10, 10, 10, 10}
			children: [
				ui.column(
					width: 200
					spacing: 13
					children: [
						ui.textbox(
							max_len: 20
							width: 200
							placeholder: 'First name'
							text: &app.first_name
						),
						ui.textbox(
							max_len: 50
							width: 200
							placeholder: 'Last name'
							text: &app.last_name
						)
					]
				)
			]
		)
	]
)

Installation

v up
v install ui

Running the examples

cd examples
v run users.v
v run temperature.v
v run ...

This is pre-alpha software.

V UI is a cross-platform UI toolkit written in the V programming language for Windows, macOS, Linux, Android, and soon iOS and the web (JS/WASM). V UI uses native widgets on Windows and macOS, on all other platforms the widgets are drawn by V UI. Right now only the non-native widgets are available.

This is a very early version of the library, lots of features are missing, lots of things will change.

The API is declarative, and there will be hot reloading, similar to SwiftUI and Flutter.

On Linux, V UI will be a full-featured lightweight alternative to GTK and Qt.

0.1 roadmap

Discord: #v-ui channel

Documentation will be available soon. In the meantime use the examples as the documentation. The framework is very simple and straightforward.

Dependencies

Binaries built with V UI will have no dependencies.

To develop V UI apps, you need to install V. This takes a couple of seconds.

On some Linux distros you also need a few development dependencies:

  • Debian/Ubuntu: sudo apt install libxi-dev libxcursor-dev mesa-common-dev
  • Fedora: sudo dnf install libXi-devel libXcursor-devel mesa-libGL-devel

On ChromeOS Linux/Crostini, install the Debian dependencies listed above followed by this:

License

V UI is licensed under GPL3. A commercial license will be available. Open-source projects will have access to the commercial license for free. Every single feature will be open-sourced right away and available under both licenses. At some point in the future the library will be relicensed under MIT.

Contributing

After the first contribution you will be asked to agree to a CLA, declaring that you have the right to, and actually do, grant us the rights to use your contribution.

ui's People

Contributors

alehander92 avatar alexesprit avatar alichraghi avatar andoleal avatar bafs avatar ben-fields avatar changrui avatar danieldaeschle avatar delta456 avatar dhonx avatar elimisteve avatar esquerbatua avatar gladear avatar hex2f avatar jagtesh avatar joseluisq avatar larpon avatar m4ssd35truct10n avatar medvednikov avatar ntrel avatar origel avatar progamateur avatar rcqls avatar serkonda7 avatar spaceface777 avatar spytheman avatar thecodrr avatar uwekrueger avatar wwkeyboard avatar yuyi98 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.