Are there any basic immediate mode gui tutorials?
Asked Answered
A

1

15

I am trying to find any basic tutorial which could show me how could I do immediate mode gui. I know it is a really hard thing to make own gui. I have already tried to make retained gui (it ends up being very basic). I have been looking for any im gui tutorials for a long time, but could not find one. I've tried to read ImGui lib, but some things are hard to understand.

Do you have any vidoes, books, ...?

Could you give me some advices how could I make that type of gui.

I do not want to use external libs. I want to learn something.

Auschwitz answered 2/8, 2018 at 22:18 Comment(0)
E
20

The Dear ImGui readme has a couple of references:

The Immediate Mode GUI paradigm may at first appear unusual to some users. This is mainly because "Retained Mode" GUIs have been so widespread and predominant. The following links can give you a better understanding about how Immediate Mode GUIs works.

Reading/watching all of those should give you a better understanding at how they work and how to implement yours.

Exegetic answered 3/8, 2018 at 7:55 Comment(1)
Thank you, Omar! I'll look through all.Auschwitz

© 2022 - 2024 — McMap. All rights reserved.