All Projects → aarzilli → Nucular

aarzilli / Nucular

Licence: mit
GUI toolkit for go

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Nucular

Polemarch
Simple WEB gui for infrastructure management by ansible playbooks or modules. This is only mirror with bins in releases.
Stars: ✭ 530 (-10.47%)
Mutual labels:  gui
Persepolis
Persepolis Download Manager is a GUI for aria2.
Stars: ✭ 5,218 (+781.42%)
Mutual labels:  gui
Appjar
Simple Tkinter GUIs in Python
Stars: ✭ 565 (-4.56%)
Mutual labels:  gui
Bmw Yolov4 Training Automation
This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.
Stars: ✭ 533 (-9.97%)
Mutual labels:  gui
Macroid
A modular functional UI language for Android
Stars: ✭ 537 (-9.29%)
Mutual labels:  gui
Layout
Single-file library for calculating 2D UI layouts using stacking boxes. Compiles as C99 or C++.
Stars: ✭ 551 (-6.93%)
Mutual labels:  gui
Autopy
A simple, cross-platform GUI automation module for Python and Rust.
Stars: ✭ 522 (-11.82%)
Mutual labels:  gui
Sauron Native
Truly cross platform, truly native. multiple backend GUI for rust
Stars: ✭ 587 (-0.84%)
Mutual labels:  gui
Dynamodb Gui Client
DynamoDb GUI Client
Stars: ✭ 540 (-8.78%)
Mutual labels:  gui
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (-5.41%)
Mutual labels:  gui
Fabgl
Display Controller (VGA, SSD1306, ST7789, ILI9341), PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32
Stars: ✭ 534 (-9.8%)
Mutual labels:  gui
Arwes
Futuristic Sci-Fi UI Web Framework
Stars: ✭ 5,031 (+749.83%)
Mutual labels:  gui
Helenos
A portable microkernel-based multiserver operating system written from scratch.
Stars: ✭ 553 (-6.59%)
Mutual labels:  gui
Qtsharp
Mono/.NET bindings for Qt
Stars: ✭ 532 (-10.14%)
Mutual labels:  gui
Vue Nodegui
Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.🚀
Stars: ✭ 575 (-2.87%)
Mutual labels:  gui
Dearpygui
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
Stars: ✭ 6,631 (+1020.1%)
Mutual labels:  gui
Vis Ui
libGDX UI toolkit
Stars: ✭ 547 (-7.6%)
Mutual labels:  gui
Engintron
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache.
Stars: ✭ 587 (-0.84%)
Mutual labels:  gui
Gui.cs
Console-based user interface toolkit for .NET applications.
Stars: ✭ 5,879 (+893.07%)
Mutual labels:  gui
Clui
Command Line User Interface (Console UI inspired by TurboVision)
Stars: ✭ 561 (-5.24%)
Mutual labels:  gui

Mostly-immediate-mode GUI library for Go. Source port to go of an early version of nuklear.

⚠️ Subject to backwards incompatible changes. ⚠️

⚠️ Feature requests unaccompanied by an implementation will not be serviced. ⚠️

Documentation

See godoc, _examples/simple/main.go and _examples/overview/main.go for single window examples, _examples/demo/demo.go for a multi-window example, and gdlv for a more complex application built using nucular.

Screenshots

Overview Gdlv

Backend

Nucular uses build tags to select its backend:

go build -tags nucular_gio

Selects the gio backend.

go build -tags nucular_shiny

Selects the shiny backend.

go build -tags nucular_shiny,metal

Selects the shiny backend but uses metal to render on macOS.

By default shiny is used on all operating systems except macOS and Windows, where gio is used.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].