Tagged Questions
0
votes
2answers
136 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
101 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, ...
3
votes
1answer
452 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
458 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
546 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
222 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
285 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
680 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.
...