[SDL] widgets
Jeremy
jswigart at gmail.com
Thu Nov 29 08:26:32 PST 2007
You actually prefer external dependencies? I simply imported guichan into my
project and off I went. I avoid external dependencies as much as possible.
They add pointless complexity. That's actually why I changed from SDL to
SFML as well. Piling on additional dlls to the project for supporting fonts,
network, etc is something I prefer to avoid when possible. A Gui framework
is a good example of a usage where C++ simplifies things significantly, in
both implementation and the ability for users to extend existing widgets and
make new ones. I cringe at the thought of a pure C gui library. ymmv.
J
On Nov 29, 2007 5:54 AM, cocobear <cocobear.cn at gmail.com> wrote:
> 于 Thu, 29 Nov 2007 10:48:18 +0100
> "Olof Næssén" <olof.naessen at gmail.com> 写道:
>
> > > It's portable?
> > > But I did not find DLL files.
> >
> > We don't provide DLLs for Guichan because of binary incompatibility
> > with C++ between different compilers. I'm afraid you have to compile
> > Guichan yourself or simply include the source of Guichan to your
> > project.
> >
>
> I get it. Thanks.
>
>
> > /Olof
> >
> > On 29/11/2007, Marco Faletra <marco.faletra at sirioautomazione.it>
> > wrote:
> > > cocobear wrote:
> > >
> > > >于 Wed, 28 Nov 2007 13:14:01 -0800
> > > >Jeremy <jswigart at gmail.com> 写道:
> > > >
> > > >
> > > >
> > > >>Doh, you don't want c++, so guichan doesn't meet that requirement.
> > > >>You're really missing out by limiting yourself to C.
> > > >>
> > > >>On Nov 28, 2007 1:10 PM, Jeremy <jswigart at gmail.com> wrote:
> > > >>
> > > >>
> > > >>
> > > >>>I'm quite a fan of http://guichan.sourceforge.net/ myself.
> > > >>>
> > > >>>
> > > >>>
> > > >>>
> > > >
> > > >It's portable?
> > > >But I did not find DLL files.
> > > >
> > > >
> > > >
> > > >
> > > >>>On Nov 28, 2007 10:14 AM, Andre Krause < post at andre-krause.net>
> > > >>>wrote:
> > > >>>
> > > >>>
> > > >>>
> > > >>>>neil at cloudsprinter.com wrote:
> > > >>>>
> > > >>>>
> > > >>>>>Quoting cocobear <cocobear.cn at gmail.com>:
> > > >>>>>
> > > >>>>>
> > > >>>>>
> > > >>>>>>于 Wed, 28 Nov 2007 12:19:31 +0000
> > > >>>>>>neil at cloudsprinter.com 写道:
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>>anybody reccomend some really simple SDL + C (not c++) widget
> > > >>>>>>>things for text boxes, sliders and the like?
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>I'm try do a music player, and maybe it will use a text boxes,
> > > >>>>>>but I still have no idea.
> > > >>>>>>
> > > >>>>>>May someone give us some ideas?
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>
> > > >>>>>>
> > > >>>>>i have been on-paper planning a slider bar that should be
> > > >>>>>easilly configurable,
> > > >>>>>i have seen a few sets of widgets about when i last checked but
> > > >>>>>iirc
> > > >>>>>
> > > >>>>>
> > > >>>>they were
> > > >>>>
> > > >>>>
> > > >>>>>c++, or just abit to over the top, i think its a case of write
> > > >>>>>your
> > > >>>>>
> > > >>>>>
> > > >>>>own for
> > > >>>>
> > > >>>>
> > > >>>>>what you need really, i only really need stuff for short single
> > > >>>>>string
> > > >>>>>
> > > >>>>>
> > > >>>>input
> > > >>>>
> > > >>>>
> > > >>>>>when a player is created, to keep it sdl and non keyboard
> > > >>>>>system
> > > >>>>>
> > > >>>>>
> > > >>>>freindly i
> > > >>>>
> > > >>>>
> > > >>>>>might just have a keyboard that pops up on the screen and you
> > > >>>>>push the
> > > >>>>>
> > > >>>>>
> > > >>>>buttons
> > > >>>>
> > > >>>>
> > > >>>>>on the on screen keyboard with the mouse.
> > > >>>>>
> > > >>>>>_______________________________________________
> > > >>>>>SDL mailing list
> > > >>>>>SDL at lists.libsdl.org
> > > >>>>>http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
> > > >>>>>
> > > >>>>>
> > > >>>>you should google after "imgui" - immediate mode gui.
> > > >>>>
> > > >>>>it is so easy to write your own simple gui widgets that way,
> > > >>>>that you wont find
> > > >>>>any easier widget toolkit. any fullblown toolkit is almost
> > > >>>>always likely to be
> > > >>>>more complicated and stuffed with external dependencies.
> > > >>>>
> > > >>>>https://mollyrocket.com/forums/viewtopic.php?t=134
> > > >>>>_______________________________________________
> > > >>>>SDL mailing list
> > > >>>>SDL at lists.libsdl.org
> > > >>>>http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >>>
> > > >
> > > >
> > > >
> > > >Regards!
> > > >
> > > >/*
> > > > *Welcome to cocobear's home!
> > > > *http://cocobear.cn
> > > > */
> > > >_______________________________________________
> > > >SDL mailing list
> > > >SDL at lists.libsdl.org
> > > >http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
> > > >
> > > >
> > >
> > > Try Agar!
> > > You can find it on http://libagar.org/agar/
> > > Bye.
> > >
> > > _______________________________________________
> > > SDL mailing list
> > > SDL at lists.libsdl.org
> > > http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
> > >
> > _______________________________________________
> > SDL mailing list
> > SDL at lists.libsdl.org
> > http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>
>
>
> Regards!
>
> /*
> *Welcome to cocobear's home!
> *http://cocobear.cn
> */
> _______________________________________________
> SDL mailing list
> SDL at lists.libsdl.org
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20071129/ea53f299/attachment.html
More information about the SDL
mailing list