Pebbling Club 🐧🪨

  • Make a Neon Vector Shooter in XNA: Bloom and Black Holes | Gamedevtuts+
    Notes
    We’ve added bloom using various shaders, and black holes using various force formulas. Shape Blaster is starting to look pretty good
    Feed
    Unfurl
  • Make a Neon Vector Shooter in XNA: Particle Effects | Gamedevtuts+
    Notes
    In this series of tutorials, I’ll show you how to make a neon twin stick shooter, like Geometry Wars, in XNA. The goal of these tutorials is not to leave you with an exact replica of Geometry Wars, but rather to go over the necessary elements that will allow you to create your own high-quality variant.
    Feed
    Unfurl
  • EditingHistory - Mercurial
    Notes
    "hg qimport -r BAD:tip<br /> <br /> will import the changesets into MQ. You can find newly created patches in .hg/patches. Those patches are nevertheless still applied, to strip them from the history, you need the qpop command. Issue<br /> <br /> hg qpop -a<br /> <br /> Now all changes since revision BAD are no longer available in your repository history. They are saved as patches in .hg/patches - and only there."
    Unfurl
  • ConcatenatingChangesets - Mercurial
    Notes
    "Concatenating multiple changesets into one"
    Unfurl
  • Everything You Need to Get Started With CodeIgniter - NETTUTS
    Notes
    "CodeIgniter is a web application framework for PHP. It enables developers to build web applications faster, and it offers many helpful code libraries and helpers which speed up tedious tasks in PHP. CodeIgniter is based on a modular design; meaning that you can implement specific libraries at your discretion - which adds to the speed of the framework. This tutorial will attempt to show you the basics of setting up the framework, including how to build a basic hello world application that uses the MVC approach. "
    Unfurl
  • Extending jQuery’s selector capabilities - James Padolsey
    Notes
    "I’m sure you all know that it’s possible to create plugins and extend various aspects of the jQuery JavaScript library but did you know you could also extend the capabilities of it’s selector engine?"
    Feed
    Unfurl
  • defmacro - The Nature of Lisp
    Notes
    "my attempt to explain Lisp in familiar, intuitive concepts."
    Unfurl