in-game narration/dialogue system

Problems building or running the engine, queries about how to use features etc.
slapin
Bronze Sponsor
Bronze Sponsor
Posts: 77
Joined: Fri May 23, 2025 5:04 pm
x 2

in-game narration/dialogue system

Post by slapin »

Hi, all!
Is there some implementation of dialogue system using Dear ImGUI with a custom GUI theme?
I don't need much as I have simple ink-like parser and editor, but I'm more interested in GUI stuff.
No hardcore GUI elements are needed, just text display and buttons. Sometimes disappearing buttons with progressbars.

User avatar
sercero
Bronze Sponsor
Bronze Sponsor
Posts: 513
Joined: Sun Jan 18, 2015 4:20 pm
Location: Buenos Aires, Argentina
x 188

Re: in-game narration/dialogue system

Post by sercero »

I'm using MyGUI but have not developed a dialog system yet, just inventory.

Have you tried MyGUI? Its pretty good.

slapin
Bronze Sponsor
Bronze Sponsor
Posts: 77
Joined: Fri May 23, 2025 5:04 pm
x 2

Re: in-game narration/dialogue system

Post by slapin »

Thanks a lot, will look at it.

slapin
Bronze Sponsor
Bronze Sponsor
Posts: 77
Joined: Fri May 23, 2025 5:04 pm
x 2

Re: in-game narration/dialogue system

Post by slapin »

Well, looks like MyGUI is too complicated for me to use, I give up. Will stick to ImGUI until I will need pretty looks.