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.

Repository from Github https://github.comsarincr/RaspberryPi-GUI-Development-with-CPPRepository from Github https://github.comsarincr/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. The tools used are :

  1. QT
  2. wxWidgets
  3. FLTK
  4. SFML
  5. JUCE
  6. SDL

About

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.

License:MIT License


Languages

Language:C++ 41.8%Language:C 39.9%Language:Makefile 18.3%