npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

flixel-js

v1.1.0

Published

Flixel JS is a port to JavaScript of Flixel AS3, it has also some improvements to increase performance.

Downloads

9

Readme

Flixel JS 1.1

##Flixel JS 1.1 Flixel JS is a port of the famous AS3 library Flixel.

Index

##About Flixel JS is a port of the famous AS3 library Flixel. It has some improvements and also some new stuff like support for SpriteSheets or Tiled Map format parser.

It's still new and shinny so you may find some bugs.

Version: 1.1.0 "NewWorld" - Released: 23th September 2014

By Adrian Vega, ratalaika

Things you can do now:

##Features Simple Features

  • Integrated basic collision
  • Groups
  • Sound
  • Mouse input
  • Keyboard input
  • Touch input
  • Color utilities
  • Particles
  • Text display
  • Save games and preferences
  • Camera scrolling
  • Tilemap support
  • Tiled Map format parser

Advance Features

  • Record and play back
  • Path finding
  • Camera systems for split screen
  • Object recycling
  • Tweening
  • Sprite Sheep loading for performance
  • On Screen game pads
  • Bitmap Fonts
  • Fixed and variable time steps allowed

##Getting Started Installing NodeJS and Grunt You can get a copy of NodeJS on its site here and install it. After installing it you will want to install grunt from the command line. If you have installed Grunt in the past you may want to remove it first:

Now you can install Grunt's command line tools by typing out the following:

From here, Grunt should work via the command line.

Setting up the Template's Dependencies Via the command line, cd into the template's directory on your compute and run the following command:

This will run through all the dependencies in the package.json file and install them locally for the project to use. After that you can simply run:

Bugs?

If you find any kind of bug, or weird problems with the library add them to the Issue Tracker. Add as much information as possible, also upload the source code that causes the problem if you can :)!

License

Flixel JS is released under the MIT License. Flixel JS uses source code from multiple open source projects. Check the license file for more information.