#
gui-framework
Here are 44 public repositories matching this topic...
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
Sep 4, 2020 - 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
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 1, 2020 - C++
A small C library for building user interfaces with C, XML and CSS.
-
Updated
Sep 30, 2020 - 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 1, 2020 - Python
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
Jun 9, 2020 - C
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
Sep 24, 2020 - Julia
Glimmer - DSL Framework for Desktop GUI, XML/HTML Documents, CSS styling, and Webification of Desktop Apps.
ruby
windows
macos
linux
mac
gui
framework
jruby
dsl
gui-toolkit
desktop
glimmer
swt
gui-framework
desktop-application-sdk
dsl-engine
-
Updated
Sep 27, 2020 - Ruby
Java OpenGL GUI library. Created for using with latest LWJGL (LWJGL 3).
-
Updated
Sep 22, 2020 - 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.
Examples for https://github.com/therecipe/qt
-
Updated
Jul 1, 2020 - Go
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
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
A GUI framework, all wrapped in rice and seaweed for extra flavor.
-
Updated
Sep 23, 2020 - Lua
Future Home of illuxUI, C++ GUI Library/Framework
-
Updated
Jun 8, 2020
(WIP) Java OpenGL GUI library. Created for using with latest LWJGL (LWJGL 3).
-
Updated
Sep 14, 2020 - 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
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
Sep 30, 2020 - C++
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++
An awesome GUI framework for Minecraft Forge. Unfinished, on hiatus.
-
Updated
Apr 21, 2016 - Java
GUI for displaying Binary Search Trees written in C++ using the Qt Library.
-
Updated
Apr 26, 2019 - C++
Easy to Use GUI Toolkit & Framework for MATLAB
-
Updated
Sep 17, 2019 - MATLAB
dominter.py is a simple GUI (Graphical User Interface) package for small web application.
-
Updated
Jun 24, 2018 - Python
GWindows: GUI framework for MS Windows
-
Updated
Sep 30, 2020 - 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