www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - graphics with dm

↑ ↓ ← "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
→ "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
→ "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

 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
→ 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