Skip to main content

Questions tagged [canvas]

Filter by
Sorted by
Tagged with
1 vote
0 answers
228 views

Canva has Templates that are unique & can be easily modified by anyone & replaced with their own text, images, etc... I want to build something like that. I have multiple options to use but ...
deadcoder0904's user avatar
-2 votes
1 answer
452 views

This question is about the architecture approach. How would someone go about creating the immutable state for a graphics editor that would eventually provide an "undo/redo" functionality, considering ...
flackjap's user avatar
1 vote
2 answers
147 views

Let's say I have a HTML/JS project which involves interaction with a canvas. Resizing, drawing, retrieving the current state, etc. Obviously I should separate these into several functions. However, I'...
clb's user avatar
  • 521
0 votes
1 answer
2k views

To simplify my question let's assume for a minute that all users are using the latest version of Chrome to view a particular website. Using the latest libraries (Polymer for example), I can render a ...
Cheetah's user avatar
  • 181
1 vote
3 answers
3k views

Here's something I wrote ages ago as Java applet. I want to convert it into JavaScript and run in html5 canvas in the browser. From what I can see, canvas makes the most sense here. (SVG / DIV ...
zipzit's user avatar
  • 119
3 votes
3 answers
2k views

I'm working on a module that allows users a basic paint function. I want to support undoing any modifications done to the painting surface. Assuming that we have one layer (for the sake of simplicity),...
Water's user avatar
  • 374
9 votes
2 answers
4k views

I'm having difficulty grasping how to structure/architect a canvas application using an MVC like approach in Javascript. UI will be fairly fluid and animated, the games fairly simplistic but with ...
wigglyworm's user avatar
1 vote
1 answer
168 views

I've currently been assigned a project to create the following with javascript, you can view the final product here: http://i1245.photobucket.com/albums/gg583/leetpete1994/Infografic-...
Peter Jewicz's user avatar
3 votes
2 answers
8k views

Creating an HTML5 page using canvas and javascript to draw a set number of musical staves on the page, spaced a pre-determined amount in between. What I have is re-drawn on top of the canvas 10 times,...
user avatar
-1 votes
1 answer
273 views

I'm looking for a pure JS library that allows to draw the mouse trail, but I cannot find anything pure but using canvas. Is there is a reason for that it could not be achieved? I'm on the wrong ...
Manu's user avatar
  • 109
5 votes
2 answers
1k views

I'm building a Delphi application which displays a blueprint of a building, including doors, windows, wiring, lighting, outlets, switches, etc. I have implemented a very lightweight script of my own ...
Jerry Dodge's user avatar
4 votes
3 answers
2k views

I want to do some hobby game development, but I have some unfortunate handicaps that have me stuck in indecision; I have no artistic talent, and I also have no experience with 3D graphics. But this ...
Jacob's user avatar
  • 382
0 votes
2 answers
2k views

What would be the most cross browser friendly (IE9, Chrome, FF, Safari, Opera) way to code an animated, interactive double-helix? HTML 5/JavaScript is fine. Flash or Java is not. I am unsure if ...
Matt Cashatt's user avatar
  • 3,325