Click here to Skip to main content
15,881,413 members
Articles / Multimedia / OpenGL

First Steps / Tutorial: How to Start with TGUI (Running on SFML and Utilizing OpenGL) using Code::Blocks on Linux

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
5 Nov 2022CPOL23 min read 10K   8  
My way to have a first sample program running with "Texus' Graphical User Interface" (TGUI) - a cross-platform modern C++ immediate GUI, on which I use "Simple and Fast Multimedia Library" (SFML) as backend.
This tip provides instructions for successfully installing "Code::Blocks", "Simple and Fast Multimedia Library" (SFML) and "Texus' Graphical User Interface" (TGUI) on Linux to create and run a first little TGUI sample program in C++. The sample program shows some things that are not currently covered by example in the TGUI tutorial: [a] Creating a ribbon-like UI. [b] Working with the internal file dialog. [c] Setting the widget font.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader Celonis SA
Germany Germany
I am currently the CEO of Symbioworld GmbH and as such responsible for personnel management, information security, data protection and certifications. Furthermore, as a senior programmer, I am responsible for the automatic layout engine, the simulation (Activity Based Costing), the automatic creation of Word/RTF reports and the data transformation in complex migration projects.

The main focus of my work as a programmer is the development of Microsoft Azure Services using C# and Visual Studio.

Privately, I am interested in C++ and Linux in addition to C#. I like the approach of open source software and like to support OSS with own contributions.

Comments and Discussions