flat assembler
Message board for the users of flat assembler.
Index
> Linux > GUI on Linux |
Author |
|
vid 14 May 2007, 10:19
Ozzy: most native form of doing GUI for linux is programming directly the X server. There are some examples from Feryno on this board.
But programming X server can be painful, so there are few libraries that do it for you. Most notably, there is GTK. It's C library, you can read few tutorials and try to write examples, it would be mostly welcomed. Then, there is Qt. This one is C++ library, so you won't go very far with it in assembly. Third very popular is WxWidgets. It's C++ too, so no go. This one is most portable (all three of them are ported to windows, but this one uses native looks of OS). I would suggest you to go for GTK. |
|||
14 May 2007, 10:19 |
|
rob.rice 07 Dec 2007, 03:03
there is also svgalib and frame buffer graphics these run in the terminal without X11
they may be a better starting point than X11 note on the frame buffer this one needs to be started from with in the kernel at boot time here is some info on using the frame buffer http://asm.sourceforge.net/articles/fb.html OH I almost forgot you may have to build a kernel to support the frame buffer depends on your distro |
|||
07 Dec 2007, 03:03 |
|
Ward 23 Feb 2008, 09:27
Quote:
so If I use GTK my asm program's GUI will run on all distros of linux? |
|||
23 Feb 2008, 09:27 |
|
dap 23 Feb 2008, 10:32
You may start here : http://asm.sourceforge.net/
|
|||
23 Feb 2008, 10:32 |
|
drhowarddrfine 23 Feb 2008, 13:43
Ward wrote:
|
|||
23 Feb 2008, 13:43 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.