Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gammasoft71/examples

Shows how to use Gui controls with some common toolkits.
https://github.com/gammasoft71/examples

appkit cocoa cpp cpp17 csharp fltk gtk gtkmm objective-c python python-3 python3 qt qt5 tk tkinter win32 win32api winforms wxwidgets

Last synced: about 1 month ago
JSON representation

Shows how to use Gui controls with some common toolkits.

Awesome Lists containing this project

README

        

# Examples

Shows how to use gui controls with some common toolkits.

## Toolkits

| | Examples | Language | Github sources | SourceForge projects |
|-------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
| [![xtd_logo](Docs/Pictures/xtd_forms.png)](https://gammasoft71.wixsite.com/xtdpro) | [xtd](https://gammasoft71.wixsite.com/xtdpro) | [C++](https://isocpp.org) | [xtd/examples](https://github.com/gammasoft71/xtd/tree/master/examples) | [xtd](https://sourceforge.net/projects/xtdpro/) |
| [![winforms_logo](Docs/Pictures/Winforms.png)](https://gammasoft71.wixsite.com/gammasoft/csharp) | [Winforms](https://gammasoft71.wixsite.com/gammasoft/csharp) | [C#](https://docs.microsoft.com/en-us/dotnet/csharp/) | [Examples_CSharp](https://github.com/gammasoft71/Examples_CSharp/tree/master/System.Windows.Forms) | [csharpexample](https://sourceforge.net/p/csharpexample/) |
| [![cocoa_logo](Docs/Pictures/Cocoa.png)](https://gammasoft71.wixsite.com/gammasoft/cocoa) | [Cocoa (AppKit)](https://gammasoft71.wixsite.com/gammasoft/cocoa) | [Objective-c](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html) | [Examples_Cocoa](https://github.com/gammasoft71/Examples_Cocoa) | [objectivecexamples](https://sourceforge.net/p/objectivecexamples/) |
| [![fltk_logo](Docs/Pictures/FLTK.png)](https://gammasoft71.wixsite.com/gammasoft/fltk) | [FLTK](https://gammasoft71.wixsite.com/gammasoft/fltk) | [C++](https://isocpp.org) | [Examples_FLTK](https://github.com/gammasoft71/Examples_FLTK) | [fltkexamples](https://sourceforge.net/p/fltkexamples/) |
| [![gtk_logo](Docs/Pictures/Gtk.png)](https://gammasoft71.wixsite.com/gammasoft/gtk) | [Gtk](https://gammasoft71.wixsite.com/gammasoft/gtk) | [C++](https://isocpp.org) | [Examples_Gtk](https://github.com/gammasoft71/Examples_Gtk) | [gtkexamples](https://sourceforge.net/p/gtkexamples/) |
| [![gtkmm_logo](Docs/Pictures/Gtkmm.png)](https://gammasoft71.wixsite.com/gammasoft/gtkmm) | [Gtkmm](https://gammasoft71.wixsite.com/gammasoft/gtkmm) | [C++](https://isocpp.org) | [Examples_Gtkmm](https://github.com/gammasoft71/Examples_Gtkmm) | [gtkmmexamples](https://sourceforge.net/p/gtkmmexamples/) |
| [![juce_logo](Docs/Pictures/JUCE.png)](https://gammasoft71.wixsite.com/gammasoft/juce) | [JUCE](https://gammasoft71.wixsite.com/gammasoft/juce) | [C++](https://isocpp.org) | [Examples_JUCE](https://github.com/gammasoft71/Examples_JUCE) | [jujeexamples](https://sourceforge.net/p/juceexamples/) |
| [![tk_logo](Docs/Pictures/Tk.png)](https://gammasoft71.wixsite.com/gammasoft/python) | [Tkinter](https://gammasoft71.wixsite.com/gammasoft/python) | [Python](https://python.org) | [Examples_Python](https://github.com/gammasoft71/Examples_Python/tree/master/tkinter) | [pythonexample](https://sourceforge.net/p/pythonexample/) |
| [![qt_logo](Docs/Pictures/Qt.png)](https://gammasoft71.wixsite.com/gammasoft/qt) | [Qt / Qt Quick](https://gammasoft71.wixsite.com/gammasoft/qt) | [C++](https://isocpp.org) | [Examples_Qt](https://github.com/gammasoft71/Examples_Qt) | [qtexample](https://sourceforge.net/p/qtexample/) |
| [![win32_logo](Docs/Pictures/Win32.png)](https://gammasoft71.wixsite.com/gammasoft/win32) | [Win32 Api](https://gammasoft71.wixsite.com/gammasoft/win32) | [C++](https://isocpp.org) | [Examples_Win32](https://github.com/gammasoft71/Examples_Win32/tree/master/Win32.Gui) | [win32examples](https://sourceforge.net/p/win32examples/) |
| [![wxPython](Docs/Pictures/wxPython.png)](https://gammasoft71.wixsite.com/gammasoft/python) | [wxPython](https://gammasoft71.wixsite.com/gammasoft/python) | [Python](https://python.org) | [Examples_Python](https://github.com/gammasoft71/Examples_Python/tree/master/wxPython) | [pythonexample](https://sourceforge.net/p/pythonexample/) |
| [![wxwidgets_logo](Docs/Pictures/wxWidgets.png)](https://gammasoft71.wixsite.com/gammasoft/wxwidgets) | [wxWidgets](https://gammasoft71.wixsite.com/gammasoft/wxwidgets) | [C++](https://isocpp.org) | [Examples_wxWidgets](https://github.com/gammasoft71/Examples_wxWidgets) | [wxwidgetsexamples](https://sourceforge.net/p/wxwidgetsexamples/) |

## Languages

| | Examples | Github sources | SourceForge projects |
|------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|-------------------------------------------------------------------|---------------------------------------------------------------------|
| [![c_logo](Docs/Pictures/C.png)](https://gammasoft71.wixsite.com/gammasoft/c) | [C](https://gammasoft71.wixsite.com/gammasoft/c) | [Examples_C](https://github.com/gammasoft71/Examples_C) | [cexamples](https://sourceforge.net/p/cexamples/) |
| [![csharp_logo](Docs/Pictures/CSharp.png)](https://gammasoft71.wixsite.com/gammasoft/csharp) | [C#](https://gammasoft71.wixsite.com/gammasoft/csharp) | [Examples_CSharp](https://github.com/gammasoft71/Examples_CSharp) | [csharpexample](https://sourceforge.net/p/csharpexample/) |
| [![cpp_logo](Docs/Pictures/Cpp.png)](https://gammasoft71.wixsite.com/gammasoft/cpp) | [C++](https://gammasoft71.wixsite.com/gammasoft/cpp) | [Examples_Cpp](https://github.com/gammasoft71/Examples_Cpp) | [cppexamples](https://sourceforge.net/p/cppexamples/) |
| [![objectivec_logo](Docs/Pictures/Objective-c.png)](https://gammasoft71.wixsite.com/gammasoft/cocoa) | [Objective-c](https://gammasoft71.wixsite.com/gammasoft/cocoa) | [Examples_Cocoa](https://github.com/gammasoft71/Examples_Cocoa) | [objectivecexamples](https://sourceforge.net/p/objectivecexamples/) |
| [![python_logo](Docs/Pictures/Python.png)](https://gammasoft71.wixsite.com/gammasoft/python) | [Python](https://gammasoft71.wixsite.com/gammasoft/python) | [Examples_Python](https://github.com/gammasoft71/Examples_Python) | [pythonexample](https://sourceforge.net/p/pythonexample/) |