Handling Vector Graphics in C++

S

Ska

I've just finished to write the 0.1b release of amanith (
www.amanith.org) a library to handle vector graphics fully written in
ANSI C++ with STL, it's crossplatform (win, linux, bsd, mac, irix for
now) and opensource. I need developers feedback ! :)

Ska - Amanith Team
 
B

bart.kowalski

Ska said:
I've just finished to write the 0.1b release of amanith (
www.amanith.org) a library to handle vector graphics fully written in
ANSI C++ with STL, it's crossplatform (win, linux, bsd, mac, irix for
now) and opensource. I need developers feedback ! :)

Most people here would consider your post to be spam, unless you have
questions or seek comments regarding some C++ feature that you are
using.

BTW, you can't write a vector graphics library using only 100% ANSI C++
because there are no graphics features defined in the language. You
must have used graphics facilities available for each platform.


Bart.
 
A

Alf P. Steinbach

* (e-mail address removed):
BTW, you can't write a vector graphics library using only 100% ANSI C++
because there are no graphics features defined in the language. You
must have used graphics facilities available for each platform.

That is incorrect.

E.g. it's trivial to produce SVG files using only the standard C++ library.
 
B

bart.kowalski

Alf said:
* (e-mail address removed):

That is incorrect.

E.g. it's trivial to produce SVG files using only the standard C++ library.

Well, that's not what we're talking about here, but okay. I'll be more
specific in the future.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top