Posts

Showing posts with the label Javascript

Set your browser on Fire with P5.js

Image
This post is made for those (like me) who like image processing , web development and maybe, for those who want to learn new programming technics ... - I will make you discover p5.js , a javascript library specialized in graphical creation for your web browser ! - I will also talk about the the Youtube channel "The Coding Train" presented by Daniel Shiffman. A lot of its videos are based on P5.js. It was for me a great source of inspiration and made me discover javascript (because I'm a newbie with JS...) So I'm pretty sure, you will learn a lot too... - Finally I will present you my personnal example of what I did with P5.js. It's about an old retro fire effect (used in demoscene few years ago) :) So let's begin with p5.js ! I- What is P5.js ? a- Presentation As I mentionned it previously, P5.js is a graphical Javascript library. With it, you will be able to make great effects in your web pages in a few minutes.  This lib

A Web Game in an Hour

Want to learn more about web latest technologies with fun? You can have a look in here : https://msdn.microsoft.com/en-us/magazine/dn913185.aspx . You will build a 2D game using HTML, Javascript & CSS. It could be a good starting point for people that want to learn those technologies.