flat assembler
Message board for the users of flat assembler.
Index
> Linux > 32bit gui in assembly? |
Author |
|
vid 19 Oct 2005, 15:22
look at dissassembly of apps that use GUI.
|
|||
19 Oct 2005, 15:22 |
|
Reverend 19 Oct 2005, 18:10
http://flatassembler.net/examples.php -> gtk-examples by Sven Blumenstein
|
|||
19 Oct 2005, 18:10 |
|
gunblade 22 Oct 2005, 22:47
GTK is good for general applications, easy, and fast enough for most things (and those examples are very useful to learn how to use it). If you want something a bit faster, theres always Xlib (X11), and if you dont want external libraries, you can talk to the X server directly (nasty stuff though). Above that, theres OpenGL (GLuT comes in useful for that) and SDL if you're wanting to make some kind of game/animated GUI.
That is one thing i miss from Windows (well, DOS really) is the simplicity and speed of int 10h. (which reminds me, if you want a GUI without the X server running, then you can use svgalib). Hope it helped, gunblade (I know the post is like.. 3 days after the last post, but you know.. the traffic is horrible ) |
|||
22 Oct 2005, 22:47 |
|
Reverend 23 Oct 2005, 22:43
Here's also a great tutorial covering writing programs on X LIB in NASM: http://www.rag.kgb.pl/zip/XProg_asm_by_Nekro.tar.gz (unfortuantely it's PL only).
|
|||
23 Oct 2005, 22:43 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.