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 🙏

© 2026 – Pkg Stats / Ryan Hefner

bp.js

v0.6.0-alpha

Published

Bulletproof is a HTML5 advanced danmaku (live comment) rendering engine.

Readme

Bulletproof

Travis

Advanced danmaku render engine based on WebGL and other HTML 5 technologies

以 WebGL 和其他 HTML 5 技术为核心的高级弹幕渲染引擎

WORK IN PROGRESS

You can also check out the live demo from http://hozuki.github.io/Bulletproof.

Details

Coming soon...

Downloading from NPM

npm install bp.js

(Why isn't the package name bulletproof? Because that name was registered before this package publishes to NPM. ( つ Д `))

Building & Testing

Git, Node.js, NPM and Gulp are required.

$ git clone https://github.com/hozuki/Bulletproof.git
$ npm install
$ git submodule update --init --recursive
$ cd lib/glantern
$ npm install
$ cd ../../
$ gulp

To preview, at least one of modern browsers is required:

  • Chrome (50-60 fps)
  • NW.js (50-60 fps)
  • Electron Has not been tested, but should work.
  • Firefox (40-60 fps)
  • Edge (~24 fps)
  • IE 11 (~20 fps)
  • Chrome for Android (~16 fps)

Although all these browsers are supported, the order of the list shows the how the experience will be. Chrome is greatly suggested since the performance on it is the best; Firefox sometimes is slow; Edge and IE 11 always have serious performance degeneration.

Features

  • [x] High speed rendering
  • [x] Cross browser compatibility
  • [ ] Web video player interface
    • [x] <video>
    • [ ] WebChimera
  • [ ] Basic text danmakus (ref: CommentCoreLibrary)
    • [ ] Flying (mode 0)
    • [ ] Anchored (mode 1 - mode 6)
  • [ ] Custom text danmakus (mode 7) (ref: BiliBili HTML5 Player)
  • [ ] Scripted danmakus (mode 8)
    • [x] Display
    • [x] Functions
    • [x] Global
    • [ ] Tween
    • [x] Player (almost, createSound() and setMask() are in progress)
    • [x] ScriptManager
    • [x] Utils
    • [ ] External library: Bitmap
    • [ ] External library: Storage
    • [ ] Safety sandbox
  • [ ] BiliBili XML parser

TODO

  • [x] DisplayObject.mask (Player.setMask())
  • [ ] Easing (Tween and ITween, $object.motion.easing)
  • [ ] Linking Player to VideoPlayer
  • [ ] Player.createSound()
  • [ ] Display.createButton()
  • [ ] Library: Bitmap
  • [ ] Display.createCanvas()

License

Bulletproof uses The MIT License. A copy of it can be found here.

A part of Bulletproof uses modifications based on webgl-utils.js. Its license file can be found here.