Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.79 KB

File metadata and controls

26 lines (19 loc) · 1.79 KB

Random

Cool random tools

Tools for better development, better data vis, etc. etc.

Link Author Type Description
Web Server for Chrome chromebeat.com Chrome Extension A Web Server for Chrome, serves web pages from a local folder over the network, using HTTP. Runs offline.
Atom Live Server jas-chen Atom package Launch a simple development http server with live reload capability.

Cool random libraries

JS libraries to do things!

Link Description
Zdog Zdog is a 3D JavaScript engine for <canvas> and SVG. With Zdog, you can design and render simple 3D models on the Web. Zdog is a pseudo-3D engine. Its geometries exist in 3D space, but are rendered as flat shapes. This makes Zdog special.
Anime.js JavaScript animation library. It works with CSS properties, SVG, DOM attributes and JavaScript Objects.

Cool random things

Collection of random things regarding code and how to learn code.

Link Author Type Description Code Examples
Experiments with Google Various Collection of code Chrome Experiments is a showcase of work by coders who are pushing the boundaries of web technology, creating beautiful, unique web experiences. Yes
D3.js Tutorials repo Samuel Gratzl, Holger Stitz Collection of tutorial This is a short interactive tutorial introducing the basic elements and concepts of D3. At the beginning of this tutorial the foundations of D3 namely HTML, CSS, SVG, and JavaScript are briefly explained. Yes