Immediate Mode Graphical User interface

Just starting out? Need help? Post your questions and find answers here.
Didaktik
User
User
Posts: 79
Joined: Fri Mar 14, 2014 2:12 pm

Immediate Mode Graphical User interface

Post by Didaktik »

I found quite interesting and powerful library. I think it could become a viable alternative to conventional GUI in PB.
In mode Full Screen and WindowedScreen.

https://github.com/ocornut/imgui

And it is not just a library. This entire GUI creation paradigm.

http://www.johno.se/book/imgui.html
http://www.cse.chalmers.se/edu/year/201 ... /IMGUI.pdf

Image
Image

The library is written in C ++. But there seems to be, and C version.
In addition, she works in a procedural style, and I think it would be nice to become friends with PB.
User avatar
Lunasole
Addict
Addict
Posts: 1091
Joined: Mon Oct 26, 2015 2:55 am
Location: UA
Contact:

Re: Immediate Mode Graphical User interface

Post by Lunasole »

Thanks for info about this library, looks interesting. I previously was trying to use nuklear (https://github.com/vurtun/nuklear) as UI lib, but didn't liked it, while other existing libs are even worse for lot of reasons.
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
hippy
User
User
Posts: 28
Joined: Tue Mar 05, 2013 3:11 pm

Re: Immediate Mode Graphical User interface

Post by hippy »

Hey,

I've started an interface to CImGui for PB. https://github.com/hippyau/pb-cimgui

Need some help to finish it off, so please contribute to improve it.

Image

it's based on CImGui https://github.com/Extrawurst/cimgui

Which is a C wrapper for the C++ ImGui Project.

Cheers,
Hippy
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: Immediate Mode Graphical User interface

Post by djes »

Good to know, thank you :)
User avatar
idle
Always Here
Always Here
Posts: 5096
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Immediate Mode Graphical User interface

Post by idle »

following 8)
Windows 11, Manjaro, Raspberry Pi OS
Image
ozzie
Enthusiast
Enthusiast
Posts: 429
Joined: Sun Apr 06, 2008 12:54 pm
Location: Brisbane, Qld, Australia
Contact:

Re: Immediate Mode Graphical User interface

Post by ozzie »

Interesting! Does this package come with a form designer?
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: Immediate Mode Graphical User interface

Post by DoubleDutch »

This looks good. Now that PureBasic will soon be compiled in C, it may be easier to interface to?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Post Reply