Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarincr/raspberrypi-gui-development-with-cpp
This repository contains C++ examples for constructing simple GUI (graphical user interfaces). C++ is faster and lighter than Python,allowing GUIs to respond rapidly and interface with related embedded C supported hardware designs directly.
https://github.com/sarincr/raspberrypi-gui-development-with-cpp
app appdev appdevelopment application arduino arm c cpp cpp11 embedded-systems fltk gui gui-application iot qt raspberry-pi sdl2 sfml tkinter wxwidgets
Last synced: about 2 months ago
JSON representation
This repository contains C++ examples for constructing simple GUI (graphical user interfaces). C++ is faster and lighter than Python,allowing GUIs to respond rapidly and interface with related embedded C supported hardware designs directly.
- Host: GitHub
- URL: https://github.com/sarincr/raspberrypi-gui-development-with-cpp
- Owner: sarincr
- License: mit
- Created: 2021-06-05T01:22:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T14:54:32.000Z (over 3 years ago)
- Last Synced: 2023-10-19T18:27:15.360Z (about 1 year ago)
- Topics: app, appdev, appdevelopment, application, arduino, arm, c, cpp, cpp11, embedded-systems, fltk, gui, gui-application, iot, qt, raspberry-pi, sdl2, sfml, tkinter, wxwidgets
- Language: C++
- Homepage:
- Size: 1.79 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains C++ examples for constructing simple GUI (graphical user interfaces). C++ is faster and lighter than Python,allowing GUIs to respond rapidly and interface with related embedded C supported hardware designs directly.
The tools used are :
1. QT
2. wxWidgets
3. FLTK
4. SFML
5. JUCE
6. SDL