IMGUI tutorial

Hi,

Just wanted to mention that I’ve written a simple IMGUI tutorial using SDL;

http://iki.fi/sol/imgui/

The concept is surprisingly simple and quick to implement., even
though it doesn’t fit all programs, but it’s especially suited for
games.

Cheers,
Jari Komppa

Looks like the Zero Memory Widget library:

http://www710.univ-lyon1.fr/~exco/ZMW/

Were you inspired by that, or was it just a coincidence?On 9/26/06, Jari Komppa <jari.komppa at gmail.com> wrote:

Hi,

Just wanted to mention that I’ve written a simple IMGUI tutorial using SDL;

http://iki.fi/sol/imgui/

The concept is surprisingly simple and quick to implement., even
though it doesn’t fit all programs, but it’s especially suited for
games.

Cheers,
Jari Komppa


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Rodolfo Borges

Rodolfo Borges wrote:

Looks like the Zero Memory Widget library:

http://www710.univ-lyon1.fr/~exco/ZMW/

Were you inspired by that, or was it just a coincidence?

Hi,

Just wanted to mention that I’ve written a simple IMGUI tutorial using SDL;

http://iki.fi/sol/imgui/

The concept is surprisingly simple and quick to implement., even
though it doesn’t fit all programs, but it’s especially suited for
games.

Cheers,
Jari Komppa


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

I think the inspiration came from a Game Developer magazine article.
sadly… i have no access. so i cannot tell whats in that article. but i
found these links:

there is a very nice video tutorial:

interesting discussions here:
https://mollyrocket.com/forums/viewforum.php?f=10

a critical discussion on [Sweng-gamedev] mailing list:
"Why IMGUI arguments fall short"
http://lists.midnightryder.com/pipermail/sweng-gamedev-midnightryder.com/2005-September/003908.html

seems to me as immediate gui’s are the weapon of choice for small home
brewn guis. either you do it that way or you are free to waste months
building just another deep object - hierarchy style gui…> On 9/26/06, Jari Komppa <jari.komppa at gmail.com> wrote: