-
Updated
Oct 15, 2021 - JavaScript
#
gui-framework
Here are 55 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
Oct 17, 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
Oct 17, 2021 - C++
A small C library for building user interfaces with C, XML and CSS.
-
Updated
Oct 17, 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
Oct 8, 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
Oct 15, 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
Oct 15, 2021 - Ruby
Java OpenGL GUI library. Created for using with latest LWJGL (LWJGL 3).
-
Updated
Sep 2, 2021 - Java
Free open-source modern C++17 / C++20 framework to create console, forms (GUI like WinForms) and unit test applications on Microsoft Windows, Apple macOS and Linux.
cli
console
c-plus-plus
gui
cmake
framework
cross-platform
cpp
toolkit
portable
gui-toolkit
desktop
test-framework
unittest
cross-platform-gui
gui-framework
raii
cross-platform-desktop
cplusplus-20
xtd
-
Updated
Oct 17, 2021 - C++
rahulporuri
commented
Apr 27, 2021
Note that similarly, other aliases have been created - https://wxpython.org/Phoenix/docs/html/MigrationGuide.html#font-pen-and-brush-styles
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
XCGUI的GO绑定,Windows GUI库,DirectUI设计思想。Golang bindings for XCGUI, Windows GUI library, DirectUI design idea.
desktop-app
go
windows
golang
gui
gui-toolkit
gui-application
desktop-application
gui-framework
windows-desktop
golang-bindings
gui-library
windows-gui
go-binding
go-gui
golang-tool
windows-library
xcgui
-
Updated
Oct 15, 2021 - Go
Examples for https://github.com/therecipe/qt
-
Updated
Jul 1, 2020 - Go
Future Home of illuxUI, C++ GUI Library/Framework
-
Updated
Jun 26, 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
Aug 2, 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
Oct 9, 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++
A collection of Classes to create GUI's and more based purely on pygame (https://www.pygame.org/news).
-
Updated
May 7, 2020 - Python
GUI framework in Assembly Language for Keygens/Patchers (Windows)
-
Updated
Jul 4, 2021 - Assembly
GWindows: GUI framework for MS Windows
-
Updated
Aug 25, 2021 - Ada
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