1
vote
1answer
51 views

Best Way to Handle dynamic infograph with javascript?

I've currently been assigned a project to create the following with javascript, you can view the final product here: ...
0
votes
0answers
136 views

Using HTML5 Canvas in Java Applet

I have an old-platform Java Applet-based emulator which works very well. There is some analogs written in JS+Canvas, but it looks very bad (very dirty realtime, many functions doesn't work, many ...
1
vote
1answer
83 views

HTML Canvas: Should my app x, y values be global?

I have a large file of functions. Each of these functions is responsible for drawing a particular part of the application. My app has x and y parameters that I use in the setup function to move the ...
2
votes
2answers
263 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 ...
2
votes
1answer
173 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, ...
2
votes
1answer
502 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, ...
0
votes
1answer
596 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
593 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 ...
4
votes
3answers
233 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. ...
0
votes
2answers
354 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 ...
4
votes
2answers
784 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. ...