开发者

Is there editor/IDE/RDE software for html/javascript canvas? [closed]

开发者 https://www.devze.com 2023-02-27 06:51 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

I have seen some very interesting wrappers and libraries for canvas, like RaphaelJs, FarbicJs, ProcessingJs, CakeJs, ThreeJs, CantoJs, jCanvaScript, Akihabara, jCotton, InfoVis, LibCanvas and seen some vectorgraphics editors, that use canvas element, but is there any graphical "editor" (web UI or hardcoded) that would开发者_运维问答 allow draw a vectorgraphic using lines, splines, shapes, and images, that would output JavaScript/canvas code (just like FabricJs demo, but much more enchanced), to draw that, what I have made in editor. That would ease creation of canvas graphics for maaaany steps, cause currently, using console, to write, execute, see changes, change stuff, reset, execute, see changes... takes forever, for more complex graphics, not mentioning animation stuff.

I guess, Sencha Animator is closest I could find, but it is made for CSS animations, and considers WebKit, as it's base (and it is still in development phaze), and I could not find, what output it has.

Can't see if Mozilla's Thunderhead is that, what I want. What do you think about something more serious, like Ample SDK JavaScript UI Framework? What will be future for Tempest game engine, noone knows... Sadly, Rocket Pack engine was acquired by The Walt Disney Company in March 2011, and no licensing for it, is avilable for community...

So, what are you using, to create canvas animations/graphics, like Androidify? Maybe, you are suggesting any of tools/libraries mentioned above?

My aim is to find some framework or library, that would allow create canvas animations for creating html games, just like Zynga facebook flash games. I don't want to overuse canvas, just for some interactive animations and other "heavy" stuff, that is hard to do, with HTML.


I guess, this is answered in another question Editor for Drawing canvas

  • http://www.htmlcanvasstudio.com/
  • http://canvimation.github.io/
  • http://fabricjs.com/

I guess, my question was too complex or not given clearly.


Microsoft made an Adobe Illustrator-to-canvas plugin that should suit your needs:

http://visitmix.com/labs/ai2canvas/

(Well, assuming you have Illustrator...)

0

精彩评论

暂无评论...
验证码 换一张
取 消