Category Archives: Canvas

Current Project Canvas Shmup

Posting my most current project (well my most current that happens to be cool anyway). Its a canvas shootemup, not really sure what Ill settle on for a title, but heres a screeny What I think is pretty cool about … Continue reading

Posted in Canvas, Game Development, Javascript, Programming, Web Development | Tagged , , | Leave a comment

My SOPA/PIPA Ludum Dare entry

Was pretty stressful trying to make this in a day (especially since I did a full workday at my day job as well!). This ended up being my entry. I borrowed some game concepts (ok all of them) from the … Continue reading

Posted in Canvas, Game Development, Javascript, Programming | Tagged , , , , | Leave a comment

Fake 2d Lighting with javascript

Just started messing with realtime 2d raycasting for lighting today, used a pretty good code example from facepunch.com/threads/1011659. Heres my version in JS, and a fiddle to play with. If you look at the code youll notice I added a … Continue reading

Posted in Canvas, Gaming, Javascript, Programming, Web Development | Tagged , | 2 Comments

My entry for js1k #3

Below is what I ended up settling on for an entry for the JS1k. My ideas ranged for a rainbow road (similar to the Mario Kart level), to a 3d tombstone that said dysentary, a terrain generator, then a wave … Continue reading

Posted in Canvas, Javascript, Programming, Web Development | Tagged , , , , | Leave a comment

JS1k XMAS submission

Wanted to submit something that was just graphical this time around so I worked on a 3D Christmas Tree for my submission. The hardest thing was trying to pack a 3D engine with depth sorting and lighting into such a … Continue reading

Posted in Canvas, Javascript, Programming, Web Development | Tagged , , , , , | Leave a comment

New js1k Submission JSGrapple

Update Submission for the js1k competition. My 3rd, and final one only the last one you enter is judged and I think this is going to be as good as it gets from me that is. I ended up settling … Continue reading

Posted in Canvas, Game Development, Programming, Web Development | Tagged , , , | 2 Comments

JS1k Submission

My first submission to the javascript 1k competition. Continue reading

Posted in Canvas, Programming, Web Development | Leave a comment

JSLander completed

Finally sat down this weekend and completed my Javascript Lunar Lander clone, JSLander. Continue reading

Posted in Canvas, Game Development, Programming, Web Development | Tagged , , | 6 Comments

Cellular Texture Generation with JavaScript and Canvas

Been messing with canvas again, and put together a little demo that creates procedural cell looking textures, based off of the Worley algorithm. You canĀ achieveĀ some pretty amazing results, also added the option to animate, but since the algorithm has not … Continue reading

Posted in Canvas, Design, Game Development, Programming, Web Development | Tagged , , , , , | Leave a comment

JavaScript Canvas Lightning Effect

Messing around with JavaScript and Canvas. Here is a version of some lightning code I adapted to work in JS and Canvas. Continue reading

Posted in Canvas, Programming, Web Development | Tagged , , , , , | Leave a comment