The canvas tag has no wiki summary.
4
votes
3answers
221 views
Open Source Licenses
I'm independently developing a physics-based game using HTML5 canvas and JavaScript; I've used no external code at all (including physics or game engines), and my code is about 5000 lines in length. ...
4
votes
2answers
652 views
Are there any frameworks available for drawing with CSS?
I realize this sounds silly. Let me explain:
I just came across this page about using CSS elements to create shapes- square, circle, triangle, star, yin-yang (yin-yang!), etc. using pseudo elements.
...
4
votes
1answer
173 views
Scripting custom drawing in Delphi application with IF/THEN/ELSE statements?
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 ...
3
votes
1answer
444 views
Are there any good javascript libraries for programming with html5 canvas element? [closed]
I've done some js-coding with the html5 canvas element and am somewhat familiar with the api, but I think some kind of library which encapsulates the somewhat tedious canvas api would be a good thing, ...
2
votes
1answer
95 views
Any resources or books to build VNC client [closed]
I am very interested in network programming and I want to build a VNC client for fun and for learning purposes. I have been Googling for resources about VNC client and server, but most of time, ...
0
votes
1answer
445 views
Is there a Javascript library for creating vintage photos? [closed]
I'm working on a Canvas object in HTML5, and I am attempting to make some photos look "better".
I tried VintageJS, an existing photo-retouching Javascript library, and Picozu, a web application ...
0
votes
2answers
543 views
Starting an HTML canvas game with no graphics skills
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 ...
0
votes
2answers
277 views
HTML 5 Double-Helix/DNA
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 ...
0
votes
2answers
109 views
Repetitive Drawing in Javascript & Canvas
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 ...
0
votes
0answers
28 views
Masking effect using HTML5 canvas [migrated]
I'm just a junior developer and I am wrestling with a bug and not sure how to fix.
If you see this example: http://jsfiddle.net/gfZ5C/
When user mouseout from the image, a large circle is left at ...
0
votes
0answers
18 views
Tag an image in various places, and save to database
Id like to create something similar to what you see here...
http://www.houzz.com/ideabooks/9424693/list/8-Beautiful-Ways-to-Work-Glass-Into-Your-Kitchen-Cabinets
If you click on the second photo ...
-1
votes
1answer
193 views
What's is the actual reason that JavaScript is not enough to draw? [closed]
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 ...