Navigation
Home
Downloads
FAQ
Discussion Forum
Screenshots
Search
Ajax Animator (direct)
Ajax Animator (iframe)
Web Statistics
FAQ
Links
Users Online
Guests Online: 1
No Members Online

Registered Members: 764
Newest Member: Appoboppido
Forum Threads
Newest Threads
how to set up new an...
New Offers from Vasi...
Can extract inhibit ...
gymnslislassy
Ðàññûëêà ëè÷íûõ ñîîá...
Hottest Threads
Paths and polylines [38]
Colors [15]
Transforms [13]
jsgraphics Library [10]
polylines and paths [9]
Latest Articles
Random Ideas For iPh...
MD5 Hash
Spam Filtering
Ads
As You Can See...
This site is completely abandoned, probably most noticably because of all the SPAM and other CRAP here. Luckily, the project isn't dead (yet), but rather, far from it. Head over to the root directory of the site for more info.
Bye. This is the *old* site
This is the old, outdated version of the site. It is mainly intended for archival purposes, and to fill the small gap in functionality provided by the new site.
View Thread
Ajax Animator | Ajax Animator | Development
Author jsgraphics Library
josep_ssv
Member

Posts: 68
Location: Spain
Joined: 07.12.07
Posted on 14-12-2007 19:54
No os seduce ser compatibles con navegadores?
Os parece dificil utilizar esta graphics library?

http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm
http://www.walterzorn.com/jsgraphics/demos/animarc.htm
http://www.malko.com/alkimistas/avatar/iavatar/reparto_ico_orden.htm
Edited by josep_ssv on 14-12-2007 19:56
www.malko.com/alkimistas Send Private Message
Author RE: jsgraphics Library
josep_ssv
Member

Posts: 68
Location: Spain
Joined: 07.12.07
Posted on 15-12-2007 09:20
excuse!
Ya compruebo la potencia gráfica de RICHDRAW
http://starkravingfinkle.org/projects/richdraw/richdraw_demo.htm
Y la magia de..
http://glimr.rubyforge.org/cake/canvas.html
pero no compatible
www.malko.com/alkimistas Send Private Message
Author RE: jsgraphics Library
admin
Super Administrator

Posts: 108
Joined: 20.05.07
Posted on 15-12-2007 18:56
I actually do use Richdraw for the svg editor. But the problem with IE support, is that it uses an alternate VML rendering engine when in IE. VML is quite different from SVG, which is what everything else is using. IE also has no support for document.createElementNS, or obj.setAttributeNS.

And about JS Graphics libraries, is that they do not function as actual editors, just as ways to display data. And WZ_graphics would be unbelievably slow if it were to be a real editor since it would have to render ~1000 divs every 500 millicseconds, rather than just changing a single attribute.

I have gotten the svg editor to work under internet explorer, but it doesnt display anything, and i figure making an animation blind is just about as bad as not making one at all. I've tried to couple the SVG-> VML engine by the author of richdraw, but it seems to (ironically) be unable to funciton in IE.

I'd actually rather consider a Flash based SVG editor than support IE with circumventions though, since there is really no way to support IE and still support other browsers. Sure the sum of all the other browsers in the world are smaller than IE, but it's just impossible to support IE.

I've gotten just about anything other than the core SVG/AXML system working under IE. And actually, most browsers dont support it.

So the support would be:
Firefox 1.5+ and Safari 3 Beta, and maybe Opera 9+
Send Private Message
Author RE: jsgraphics Library
josep_ssv
Member

Posts: 68
Location: Spain
Joined: 07.12.07
Posted on 16-12-2007 07:51
This script ..
EXCANVAS_0002
http://sourceforge.net/projects/excanvas

¿Soluciona la compatibilidad entre browsers?
Muy bueno..
He subido los tres ejemplos y van muy bién
http://aamap.110mb.com/graficos/example1.html
http://aamap.110mb.com/graficos/example2.html
http://aamap.110mb.com/graficos/example3.html

Tambien he encontrado interesante
http://caimansys.com/painter/
Edited by josep_ssv on 16-12-2007 08:44
www.malko.com/alkimistas Send Private Message
Author RE: jsgraphics Library
admin
Super Administrator

Posts: 108
Joined: 20.05.07
Posted on 18-12-2007 00:59
Excanvas will not solve cross-browser compatability issues since this application uses SVG, not CANVAS (which i actually would use if not for the next issue)

the CANVAS Painter you linked to has only One issue, and that is because it is not Vector. Vector means, that you can create something, go to another frame, move it somewhere else, so on and so forth.

several things can do that.
-Richdraw
-Cumulate Draw (currently Autodesk Project Draw) (based off richdraw)
-xdraw (would much prefer using this, but cant get source, and uses lots of libraries such as dojo which i dont really need for anything else)
-ajax13 draw (cant use since not open source, and uses XUL)
Send Private Message
Author RE: jsgraphics Library
josep_ssv
Member

Posts: 68
Location: Spain
Joined: 07.12.07
Posted on 20-12-2007 21:28
smileyprototype-graphic smiley
http://prototype-graphic.xilinus.com/
Edited by josep_ssv on 20-12-2007 21:29
www.malko.com/alkimistas Send Private Message
Author RE: jsgraphics Library
admin
Super Administrator

Posts: 108
Joined: 20.05.07
Posted on 21-12-2007 00:20
I actually like it more than richdraw. and it doesnt seem that hard to implement.

But it doesn't fix the problem with the cross browser collaboration. You still cant go from an IE computer to a Firefox computer and still be able to edit teh same animation.
Send Private Message
Author RE: jsgraphics Library
josep_ssv
Member

Posts: 68
Location: Spain
Joined: 07.12.07
Posted on 31-12-2007 08:06
inputdraw
<input type="draw" />
http://www.mainada.net/inputdraw

http://www.openlaszlo.org/
?

http://www.openjacob.org/
Edited by josep_ssv on 31-12-2007 08:07
www.malko.com/alkimistas Send Private Message
Author RE: jsgraphics Library
admin
Super Administrator

Posts: 108
Joined: 20.05.07
Posted on 31-12-2007 16:04
The problem with inputdraw is that it's not vector, but not svg
Open Jacob is vector, but not svg smiley
Send Private Message
Author RE: jsgraphics Library
josep_ssv
Member

Posts: 68
Location: Spain
Joined: 07.12.07
Posted on 02-01-2008 07:35
Inputdraw is Flash --> graphic vector
Inputdraw translate to SVG Path --> graphic vector
http://www.w3.org/TR/SVG11/paths.html
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 488 300"><g fill="none" stroke-miterlimit="6" stroke-linecap="round" stroke-linejoin="round"><path d="M 179 249 l 1 0 l 6 4 l 10 5 l 11 3 l 12 3 l 11 1 l 9 0 l 14 -5 l 21 -6 l 8 -2 l 5 -4 l 6 -4 l 4 -3 l 0 -1 l 1 0 l 1 0 l 0 -1" opacity="1" stroke="rgb(1,1,1)" stroke-width="2"/></g></svg>

Openlaszlo
It is a confluence of graphics technologies
www.malko.com/alkimistas Send Private Message
Author RE: jsgraphics Library
admin
Super Administrator

Posts: 108
Joined: 20.05.07
Posted on 02-01-2008 23:08
My definition of "vector" is slightly different to the dictionary one.

By vector, i mean that it allows you to use the advantages of it's vector format. With input draw, there is no "move" just "add" and "clear". the "move" ability is key to what i'm looking for. and i believe that openlaszlo only works on Java enabled servers (which i dont have).
Send Private Message
Jump to Forum:
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Member Poll
What do you think of the Ajax Animator?

Needs to support my browser

Confusing Interface

Needs more features

You must login to vote.
Shoutbox
Name:

Message:
1 + 4:
Help

odsgeyd
24/10/2009 07:41
vmhDMQ <a href="http://hueczhrouqr
e.com/">hueczhrouqre</a>
, [url=http://ffcgvbjgaauv.
com/]ffcgvbjgaauv[/url], [link=http://lzjptpjuckvh
.com/]lzjptpjuckvh[/link]<


odsgeyd
24/10/2009 07:41
vmhDMQ <a href="http://hueczhrouqr
e.com/">hueczhrouqre</a>
, [url=http://ffcgvbjgaauv.
com/]ffcgvbjgaauv[/url], [link=http://lzjptpjuckvh
.com/]lzjptpjuckvh[/link]<


cgqmlzn
04/10/2009 15:32
HdSxGy <a href="http://wngqlfymmmx
n.com/">wngqlfymmmxn</a>
, [url=http://srwlvoiwwyma.
com/]srwlvoiwwyma[/url], [link=http://lmelvgdolofn
.com/]lmelvgdolofn[/link]<


blznherdmm
11/09/2009 01:38
T0gK8a <a href="http://slwnrvaamov
j.com/">slwnrvaamovj</a>
, [url=http://eoiqqhmhtbad.
com/]eoiqqhmhtbad[/url], [link=http://ttvkdvqsphgx
.com/]ttvkdvqsphgx[/link]<


wxnwair
07/09/2009 20:45
W9J9Wd <a href="http://dywpapbfajx
z.com/">dywpapbfajxz</a>
, [url=http://lrfinvbqrhqi.
com/]lrfinvbqrhqi[/url], [link=http://mpqaypzfayyu
.com/]mpqaypzfayyu[/link]<


mxmmgicvba
05/09/2009 00:10
nEl8Us <a href="http://nstfmgcteqv
q.com/">nstfmgcteqvq</a>
, [url=http://xffopvpecoyy.
com/]xffopvpecoyy[/url], [link=http://yehrijbgpvvk
.com/]yehrijbgpvvk[/link]<


blah
06/08/2009 17:31
blah

znzcguo
28/07/2009 05:08
MoOAL1 <a href="http://iocrigsulhx
p.com/">iocrigsulhxp</a>
, [url=http://jbcbzwigxkpc.
com/]jbcbzwigxkpc[/url], [link=http://bacrhtfjhfll
.com/]bacrhtfjhfll[/link]<


xbpzuvliwl
25/07/2009 18:41
rY2K84 <a href="http://cndyakwielp
c.com/">cndyakwielpc</a>
, [url=http://meocoedekzbn.
com/]meocoedekzbn[/url], [link=http://lwtxoszbfcju
.com/]lwtxoszbfcju[/link]<


bnfgdcqsoo
11/07/2009 05:10
dU62fF <a href="http://aqycpnvpjvb
t.com/">aqycpnvpjvbt</a>
, [url=http://wcxceuzaftzm.
com/]wcxceuzaftzm[/url], [link=http://xzxtbpiqyyyf
.com/]xzxtbpiqyyyf[/link]<


thsppgmlcye
18/04/2009 10:17
EpXq6L <a href="http://ctmgaqmnjnk
v.com/">ctmgaqmnjnkv</a>
, [url=http://oxvemwkgdfgb.
com/]oxvemwkgdfgb[/url], [link=http://ognwtorzieyf
.com/]ognwtorzieyf[/link]<


fhqmql
18/04/2009 10:17
BnDAdI <a href="http://guqgvedxqdm
m.com/">guqgvedxqdmm</a>
, [url=http://lhxjuizlvyks.
com/]lhxjuizlvyks[/url], [link=http://rbluzhduhbnn
.com/]rbluzhduhbnn[/link]<


nqpvjlzky
09/04/2009 03:29
94VGcg <a href="http://zblnzxgziao
u.com/">zblnzxgziaou</a>
, [url=http://xozvbcxqmiyu.
com/]xozvbcxqmiyu[/url], [link=http://klretquzocpi
.com/]klretquzocpi[/link]<


asyacfuvuur
09/04/2009 03:29
iVNNLc <a href="http://occdunywfby
e.com/">occdunywfbye</a>
, [url=http://vcfwezyzyjqm.
com/]vcfwezyzyjqm[/url], [link=http://kwekurpidviw
.com/]kwekurpidviw[/link]<


mvgufbf
31/03/2009 01:11
Z8cIgd <a href="http://irmtcxkajbw
c.com/">irmtcxkajbwc</a>
, [url=http://rnhkorqqevjf.
com/]rnhkorqqevjf[/url], [link=http://cwdkeolrccia
.com/]cwdkeolrccia[/link]<


Shoutbox Archive
Ads