All Projects → gnustep → Libs Gui

gnustep / Libs Gui

Licence: other
The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***

Projects that are alternatives of or similar to Libs Gui

Iced
A cross-platform GUI library for Rust, inspired by Elm
Stars: ✭ 12,176 (+8127.03%)
Mutual labels:  graphics, gui, widgets
Fltk Rs
Rust bindings for the FLTK GUI library.
Stars: ✭ 241 (+62.84%)
Mutual labels:  graphics, gui, widgets
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (+156.08%)
Mutual labels:  gnu, gui
Core2d
A multi-platform data driven 2D diagram editor.
Stars: ✭ 475 (+220.95%)
Mutual labels:  graphics, gui
Vim Quickui
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !! 😎
Stars: ✭ 714 (+382.43%)
Mutual labels:  gui, widgets
Skui
Skia-based C++ UI framework
Stars: ✭ 218 (+47.3%)
Mutual labels:  graphics, gui
Orbtk
The Rust UI-Toolkit.
Stars: ✭ 3,460 (+2237.84%)
Mutual labels:  gui, widgets
Clui
Command Line User Interface (Console UI inspired by TurboVision)
Stars: ✭ 561 (+279.05%)
Mutual labels:  gui, widgets
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (+34.46%)
Mutual labels:  gui, widgets
Bogue
GUI library for ocaml based on SDL2
Stars: ✭ 48 (-67.57%)
Mutual labels:  gui, widgets
Ttkwidgets
A collection of widgets for Tkinter's ttk extensions by various authors
Stars: ✭ 57 (-61.49%)
Mutual labels:  gui, widgets
Gtk Fortran
A GTK / Fortran binding
Stars: ✭ 171 (+15.54%)
Mutual labels:  graphics, gui
Ocamlverse.github.io
Documentation of everything relevant in the OCaml world
Stars: ✭ 117 (-20.95%)
Mutual labels:  graphics, gui
Nuklear Rust
The bindings to the Nuklear 2D immediate GUI library.
Stars: ✭ 308 (+108.11%)
Mutual labels:  graphics, gui
Awesome Python Applications
💿 Free software that works great, and also happens to be open-source Python.
Stars: ✭ 13,275 (+8869.59%)
Mutual labels:  graphics, gui
Dearpygui
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
Stars: ✭ 6,631 (+4380.41%)
Mutual labels:  graphics, gui
Gi
Native Go (golang) Graphical Interface system (2D and 3D), built on GoKi tree framework
Stars: ✭ 864 (+483.78%)
Mutual labels:  graphics, gui
Horus ui
HorusUI Immediate Mode Graphical User Interface
Stars: ✭ 106 (-28.38%)
Mutual labels:  gui, widgets
Litegui.js
Javascript Library to create webapps with a desktop look-alike interface. All the widgets are created from Javascript instead of using HTML.
Stars: ✭ 131 (-11.49%)
Mutual labels:  gui, widgets
Scap Workbench
SCAP Scanner And Tailoring Graphical User Interface
Stars: ✭ 145 (-2.03%)
Mutual labels:  gui

1 README


The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framwork (which came from the OpenStep specification). These classes include graphical objects such as buttons, text fields, popup lists, browser lists, and windows; there are also many associated classes for handling events, colors, fonts, pasteboards and images.

1.1 Initial reading

  • The file 'ANNOUNCE' contains a very brief overview of the library. It also tells you where to get the most recent version.

  • The file 'NEWS' has the library's feature history.

  • The file 'INSTALL' gives instructions for installing the library.

1.2 License

The GNUstep libraries and library resources are covered under the GNU Lesser Public License. This means you can use these libraries in any program (even non-free programs). If you distribute the libraries along with your program, you must make the improvements you have made to the libraries freely available. You should read the COPYING.LIB file for more information. All files in this package EXCEPT files in the 'Tools' directories and subdirectories under this are covered under the GLPL.

GNUstep tools, test programs, and other files are covered under the GNU General Public License. This means if you make changes to these programs, you cannot charge a fee, other than distribution fees, for others to use the program. You should read the COPYING file for more information. All files in the 'Tools' directory are covered under the GPL.

1.3 How can you help?

  • Give us feedback! Tell us what you like; tell us what you think could be better. Send bug reports to [email protected].
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].