Re: developing a game



From: Gregory Babusiaux <gbabusia ulb ac be>
>
> hi i'm greg from belgium.
> I'd like to develop a simple simulation game for the x-window system.
> the screen would be separated in three windows acting separatly but in parallelism.
> the main window would contain simple graphics (a point moving on a world map).
>
>
> Can I program all this with gtk+ or is there anything better to do this?
>
> Hope my english isn't too bad
>
> nice day 2 all
>
> greg

Gtk+ should handle this fine. For the graphics window, you probably
want to use a GdkPixmap as a graphics buffer, or perhaps
just create your own custom widget derived from GtkDrawingArea.

Ron Steinke




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]