Show all feed information | Ping Blog Update
You can send in your Node projects for review through our contact form or @dailyjs .
Buster.JS A reader sent in Buster.JS (GitHub: busterjs , npm: buster , License: BSD ) by Christian Johansen and August Lilleaas, which is a new test framework for Node and browsers. It’s made up of a …
Note: You can send your plugins and articles in for review through our contact form or @dailyjs .
TextExt TextExt (GitHub: alexgorbatchev / jquery-textext , License: MIT ) by Alex Gorbatchev is a modular library for enhancing text inputs. It supports features seen before in similar plugins, …
You can send in your Ender-related projects for review through our contact form or @dailyjs .
Be sure to also update the Ender package list page on the Ender wiki .
Swig for Ender Swig for Ender (npm / Ender: ender-swig ), by Nicolas Chambrier , is a wrapper and build script for Swig , by Paul …
FeatherGL FeatherGL (GitHub: bnason / FeatherGL , License: MIT ) by Brandon Nason is a new lightweight WebGL library. It includes support for camera manipulation, lights, meshes, textures, scenes, and even shaders. There’s an online example of an animated teapot with FeatherGL which covers …
Let's Make a Framework is an ongoing series about building a JavaScript framework from the ground up. These articles are tagged with lmaf . The project we're creating is called Turing . Documentation is available at turingjs.com . Last week I started retrofitting Turing with AMD (Asynchronous …
You can send in your Node projects for review through our contact form or @dailyjs .
i18next i18next (GitHub: jamuhl / i18next-node , License: MIT , npm: i18next ) by Jan Mühlemann is a library for supporting multiple languages in Node applications. I previously posted about i18next in the …
Note: You can send your plugins and articles in for review through our contact form or @dailyjs .
CraftMap CraftMap (License: free for non-commercial use , Price: $49, Size: 13KB, Minified: 6.5KB) by Marcin Dziewulski is a lightweight plugin that turns an image into a map, complete with …
Gerbil Gerbil (npm: gerbil ) by Bruno Aguirre is a test framework for both Node and client-side development. Tests are structured in a BDD-like style, and assertions are included. It’s a small library but it offers a quick way to get started writing tests without many dependencies. I …
Meincraft Meincraft (GitHub: mitsuhiko / webgl-meincraft , License: BSD ) by Armin Ronacher a WebGL demo that generates terrain and allows navigation with its own camera implementation. It’s currently a simple personal project rather than a fully-fledged web-based Minecraft engine, similar …
Let's Make a Framework is an ongoing series about building a JavaScript framework from the ground up. These articles are tagged with lmaf . The project we're creating is called Turing . Documentation is available at turingjs.com . Last week I looked at how AMD (Asynchronous Module Definition) …