News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Graphics

Started by FL7777, June 25, 2007, 12:13:52 AM

Previous topic - Next topic

FL7777

How do I get started doing graphics programming in Linux with HLA / Assembly?

I have some C and C++ with Allegro and SVGAlib but I want to be able
to use Assembly too.

Thanks,

Fred

Sevag.K

If you're already familiar with HLA and its class subsystem, I wrote a small gui library demo that works with both MS Windows and Linux XWindows.  You should be able to get started by examining the Linux portions of the code.

See this post:
http://www.masm32.com/board/index.php?topic=4339.0

FL7777

Thanks Sevag.K

I am going to get started. I am hoping once I get basic
method of writing to the screen I can go from there.