Interactive UI Programming with C Plus Plus and ImGui 2024

0dayddl

U P L O A D E R
537368816_que-es-udemy-analisis-opiniones.jpg

1.82 GB | 11min 50s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
1 Promo.mp4 (37.93 MB)
2 Welcome - Do not skip this!.mp4 (42.98 MB)
4 Course Overview.mp4 (19.96 MB)
2 Intalling Visual Studio.mp4 (50.44 MB)
3 Installing Git.mp4 (20.68 MB)
4 Simple Hello, World!.mp4 (39.62 MB)
4 1 project-template-vs2019.zip (1.63 KB)
4 2 project-template.zip (1.63 KB)
1 What are Windows.mp4 (24.46 MB)
10 Creating the Graphics Context.mp4 (84.1 MB)
10 1 graphics-context.zip (3.6 KB)
11 Moving the Graphcis Context to the Window.mp4 (33.17 MB)
12 Resizing the Window.mp4 (43.54 MB)
12 1 resizing-and-graphics-context-in-window.zip (4.14 KB)
2 Creating a Window.mp4 (68.88 MB)
2 1 window.zip (926 B)
3 Coding Standards.mp4 (125.03 MB)
3 1 coding standards.zip (1.76 KB)
4 The BIG2 Stack.mp4 (62.65 MB)
4 1 intro big2.zip (1.7 KB)
5 Monitor Functions.mp4 (137.63 MB)
5 1 monitors.zip (2.22 KB)
6 What is a Graphical API.mp4 (48.31 MB)
7 Clearing the Window.mp4 (78.27 MB)
7 1 clearing.zip (2.6 KB)
8 1 multi-window-fix.zip (1.17 KB)
9 FrameBuffers & Multiple Windows.mp4 (55.52 MB)
9 1 framebuffers.zip (2.62 KB)
1 Introducing ImGui.mp4 (70.28 MB)
1 1 imgui-intro.zip (4.15 KB)
10 Better Calculator Task.mp4 (10.54 MB)
11 Better Calculator Solution.mp4 (21.27 MB)
2 Moving the ImGui Context.mp4 (37.46 MB)
2 1 imgui-move-context-to-window.zip (4.21 KB)
3 Multiple Windows with ImGui.mp4 (51.8 MB)
3 1 imgui-multiple-context.zip (4.21 KB)
4 ImGui Window.mp4 (51.34 MB)
4 1 custom-imgui-window.zip (4.26 KB)
5 ImGui Buttons.mp4 (31.98 MB)
5 1 imgui-buttons.zip (4.25 KB)
6 ImGui IDs.mp4 (24.42 MB)
6 1 imgui-ids.zip (4.2 KB)
7 ImGui Inputs.mp4 (38.19 MB)
8 ImGui Layout.mp4 (22.77 MB)
8 1 imgui-layout.zip (4.28 KB)
9 ImGui Caclulator App.mp4 (90.35 MB)
9 1 imgui-calculator.zip (4.65 KB)
1 ImGui Menu.mp4 (37.08 MB)
1 1 imgui-menu-bar.zip (4.33 KB)
2 ImGui More Inputs.mp4 (68.82 MB)
3 ImGui Styles.mp4 (52 MB)
3 1 imgui-more-controls-styling.zip (5.01 KB)
4 ImGui Tooltips.mp4 (42.47 MB)
5 ImGui Custom Draw.mp4 (66.61 MB)
6 ImGui Enable Math Operations.mp4 (24.36 MB)
6 1 imgui-math-operations.zip (4.99 KB)
7 ImGui Custom Theme.mp4 (23.89 MB)
8 ImGui Custom Control (Link).mp4 (53.87 MB)
8 1 imgui-custom-control-link.zip (5.26 KB)
9 ImGui Custom Fonts.mp4 (17.93 MB)
1 Setting the project up from scratch.mp4 (50.21 MB)
]
Screenshot
DCJiF7fY_o.jpg


RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
NitroFlare
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

b8a8d3e681bddac32bba6031d9113ac6.jpg

Interactive UI Programming with C++ and ImGui
Published 9/2023
Duration: 2h 6m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 1.41 GB
Genre: eLearning | Language: English​

Learn how to do UI in C++ with Dear ImGui, BGFX and GLFW

What you'll learn
Create 2D graphical applications using C++
Use GLFW for windowing and keyboard and mouse inputs
Use the GLM library for basic 2D mathematics
Work with multiple windows
Create UI with the help of ImGui
Multiple ImGui controls for logic
How to initialize BGFX for graphics programming
Good coding standards and google coding style
Requirements
Understand Basic C++
Description
Welcome
This course is an easy and straightforward introduction into UI programming with C++. The course is segmented into short and on point lessons that focus on concrete topics. In this course you will learn how to initialize a window and graphics and then create various elements with a library called ImGui.
To participate and learn from this course you should already know C++ at a good level since the basics of programming won't be covered. Otherwise this course is appropriate for junior developers that are familiar with the language. The level of C++ will be kept easy to grasp with no complicated concepts outside of basic OOP.
Libraries
Throught the course you will learn how to use a few different libraries. Learning these will generally help you understand a few more concepts than just the UI programming bit. The few major libraries that I've inlcuded in the course are:
GLFW - a library used to create and manage windows in your GUI environment. This is an abstraction library over the native interfaces of windows, mac and linux windows.
BGFX - a popular cross-platform library for rendering graphics onto a window. Similar to how GLFW is an abstraction over the native windows - bgfx represents an abstraction over Vulkan, OpenGL, DirectX, etc. This library is used by major developers including Microsoft's Minecraft.
GLM - a simple math library which we will use mainly for the 2D vector calculations for sizes and positions of UI elements onto the window.
Dear, ImGui - an immediate mode UI library. You define the UI through code and it issues commands for GLFW and BGFX to be rendered. Each frame is drawn immediately from the issued commands which also means that each frame you need to redefine the UI. This is usually easier to work with from a programmer stand point.
Who this course is for:
Beginner C++ developers who want to learn more about UI programming
Game programmers with knowledge about C++ who want to go deeper into graphics and UI
Programmers that want to create low-level tools with C++

Bitte Anmelden oder Registrieren um Links zu sehen.


CSjXmVuk_o.jpg



DDownload
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
NitroFlare
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten