www.digitalmars.com         C & C++   DMDScript  

c++ - graphics with dm

reply "paulo" <fake fake.pt> writes:
Hello,
i would like to know if it's possible do draw simple shapes like circle and
squares in graphic mode with dm

thanks
Paulo Victor
May 27 2003
next sibling parent "Kar Gay Lim" <kagay kimay.net> writes:
Which OS?

I do have stuff for DMC in DOS-16, tried to port to X32.

paulo <fake fake.pt> wrote in message news:bb0j2c$1iva$1 digitaldaemon.com...
 Hello,
 i would like to know if it's possible do draw simple shapes like circle and
 squares in graphic mode with dm

 thanks
 Paulo Victor
May 28 2003
prev sibling next sibling parent "Walter" <walter digitalmars.com> writes:
"paulo" <fake fake.pt> wrote in message
news:bb0j2c$1iva$1 digitaldaemon.com...
 i would like to know if it's possible do draw simple shapes like circle
and
 squares in graphic mode with dm
It's possible to call any functions with the C calling conventions, such as calling the Windows system API graphics functions in GDI.
May 28 2003
prev sibling parent Mark Evans <Mark_member pathlink.com> writes:
The Smoke Vector Graphics library has been released under LGPL and might be easy
to port.  It is cross-platform by design but is only tested under Linux.

http://www.chem.pwf.cam.ac.uk/~jdh30/programming/opengl/smoke/index.html
May 29 2003