-
Updated
Jun 5, 2021 - JavaScript
#
gui-framework
Here are 49 public repositories matching this topic...
React Native Components and APIs for the Web
Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
javascript
android
go
windows
macos
linux
golang
freebsd
raspberry-pi
ios
qt
webassembly
cross-platform-gui
gui-framework
sailfish-os
ubuntu-touch
asteroidos
felgo
-
Updated
Jan 7, 2021 - Go
klieret
commented
May 28, 2019
Type of Issues (Enhancement, Error, Bug, Question)
Bug:
- Initialize Window
- Show it (
window.Read()) - Run
window.Disable() - The whole desktop environment freezes, nothing is clickable anymore
- Change to tty terminal and kill application
- Things are normal again
Operating System
Ubuntu 16.04 LTS 64 bit
Python version
Python 3.5.2
PySi
Desktop GUI Framework
-
Updated
May 20, 2021 - Rust
Cross-Platform GUI Library - Report issues here: https://trac.wxwidgets.org/
c-plus-plus
gtk
gui
cross-platform
portable
x11
wxwidgets
desktop
cocoa
gui-framework
win32
cross-platform-desktop
-
Updated
Jun 4, 2021 - C++
A small C library for building user interfaces with C, XML and CSS.
-
Updated
May 31, 2021 - C
cztomczak
commented
Mar 11, 2017
Cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications:
wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
-
Updated
May 25, 2021 - Python
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
react
productivity
finance
data-science
bioinformatics
dashboard
julia
web-app
modeling
plotly
data-visualization
dash
gui-framework
charting
no-javascript
technical-computing
plotly-dash
no-vba
-
Updated
May 26, 2021 - Julia
Cross-Platform GUI Toolkit (stable)
c
windows
macos
linux
gui
opengl
cross-platform
interface
toolkit
portable
sdl
perl
xorg
gui-toolkit
x11
bsd
gui-framework
ada
gui-library
gui-components
-
Updated
Mar 1, 2021 - C
DSL Framework consisting of a DSL Engine and a Data-Binding Library used in Glimmer DSL for SWT (JRuby Desktop Development GUI Framework), Glimmer DSL for Opal (Pure Ruby Web GUI), Glimmer DSL for XML (& HTML), Glimmer DSL for CSS, and Glimmer DSL for Tk (MRI Ruby Desktop Development GUI Library)
ruby
windows
macos
linux
mac
gui
framework
jruby
dsl
gui-toolkit
desktop
glimmer
swt
gui-framework
desktop-application-sdk
dsl-engine
-
Updated
Mar 23, 2021 - Ruby
Java OpenGL GUI library. Created for using with latest LWJGL (LWJGL 3).
-
Updated
May 28, 2021 - Java
corranwebster
commented
Sep 21, 2020
Using an Image trait here would mean that users could pass image names or paths instead of ImageResource objects.
Web Technologies based Crossplatform GUI Framework with Dark theme
electron
javascript
lightweight
gui
cordova
html5
nim
css3
dark-theme
high-performance
gui-toolkit
electron-app
minimalist
gui-framework
node-webkit
responsive-design
nim-lang
web-technologies
es2020
crossplatform-gui
-
Updated
Jul 13, 2020 - Nim
Examples for https://github.com/therecipe/qt
-
Updated
Jul 1, 2020 - Go
Modern c++17 / c++20 framework to create console, forms (GUI like WinForms) and unit test applications on Microsoft Windows, Apple macOS and Linux.
windows
macos
linux
console
c-plus-plus
gui
cmake
cross-platform
portable
desktop
gtk3
unittest
cocoa
macosx
gui-framework
c-plus-plus-17
win32
unittesting
xtd
-
Updated
Jun 6, 2021 - C++
Future Home of illuxUI, C++ GUI Library/Framework
-
Updated
May 29, 2021
The Application Framework for the Orion Operating System
ui
toolkit
gui-toolkit
gui-framework
orion
pre-alpha
ui-toolkit
ui-framework
window-toolkit
okit
luxury-linux
-
Updated
May 30, 2021 - C++
A GUI framework, all wrapped in rice and seaweed for extra flavor.
-
Updated
May 21, 2021 - Lua
Forms is a GUI framework for the Unreal Development Kit. Programmed in UnrealScript independent of Scaleforms and UIScene. Inspired by OOP and subobjects semantics of the Unreal Engine 2 GUI's framework.
-
Updated
Mar 11, 2014 - UnrealScript
(WIP) Java OpenGL GUI library. Created for using with latest LWJGL (LWJGL 3).
-
Updated
Jun 4, 2021 - Java
java
minecraft
library
bukkit
gradle
spigot
paper
spigot-plugin
bukkit-plugin
minecraft-plugin
gui-framework
java-library
command-framework
-
Updated
Sep 3, 2020 - Java
RGUI is useful, powerful Reactive Graphical User Interface framework.
-
Updated
Jan 12, 2018
MACE is A C++ Engine
windows
linux
c-plus-plus
gui
cmake
ui
opengl
cross-platform
osx
game-engine
cpp
graphics
audio-player
cpp11
pointer
doxygen
cross-platform-gui
gui-framework
ui-components
opengl-math
mace
-
Updated
Dec 9, 2019 - C++
GWindows: GUI framework for MS Windows
-
Updated
May 21, 2021 - Ada
An awesome GUI framework for Minecraft Forge. Unfinished, on hiatus.
-
Updated
Apr 21, 2016 - Java
Easy to Use GUI Toolkit & Framework for MATLAB
-
Updated
Mar 26, 2021 - MATLAB
Improve this page
Add a description, image, and links to the gui-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gui-framework topic, visit your repo's landing page and select "manage topics."
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E