Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add timestamps for Building an Immediate-Mode GUI (IMGUI) from scratch #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sid-Bhatia-0
Copy link

Adding timestamps for a JuliaCon 2022 talk.

Talk title: Building an Immediate-Mode GUI (IMGUI) from scratch | Siddharth Bhatia | JuliaCon 2022
Talk link: https://www.youtube.com/watch?v=-z8_F9ozERc

Contents
00:00 - JuliaCon 2022 welcome screen
00:06 - Brief introduction to Graphical User Interfaces (GUIs)
01:46 - Partial pseudocode of a GUI application
03:49 - Handling user input (mouse/keyboard events)
08:13 - Widget related pseudocode in a GUI application
09:59 - Widget IDs - uniquely identify widgets across frames
12:22 - User interaction and the concept of hot and active widgets
18:35 - Implementing buttons, sliders, and text-boxes
23:26 - Outro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant