/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sakurakat.systems
| | jorislacance.fr
3.0 parsecs away

Travel
| | Portfolio of Joris La Cancellera, Software Engineer the day, Game Developer and Hacker some nights ?.
| | blog.eyas.sh
4.2 parsecs away

Travel
| | Those picking up Unity will likely have a lot of questions about the Unity Editor. How do I navigate it? What is a good development workflow using the Editor as
| | randolphburt.co.uk
4.3 parsecs away

Travel
| | TL;DR I wrote a version of the Arcade classic Centipede using AngularJS and the HTML5 canvas. You can play the game here and view the source code on GitHub. Introduction Normally I'm coding in c# and evangelising about MonoGame, however in recent times I've had to start using JavaScript, in particular AngularJS. As always when...
| | xosh.org
21.9 parsecs away

Travel
| I made some visualizations in HTML5 canvas and wanted to record them to display in blog. Could not find a simple way to do that. CCapture.js added too much performance overhead which made animations slow. CanvasRecorder.js uses built in MediaRecorder which is apparently the simplest and most effitient way to record whatever is happening on canvas. NOTE: I have only tested it with Chrome and it should work fine with Firefox