Socket
Socket
Sign inDemoInstall

2d-quadtree-js

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    2d-quadtree-js

Quadtree for games and simulations


Version published
Maintainers
1
Install size
2.23 MB
Created

Readme

Source

How to set up and run

  • Clone the repository
  • Run this command in the root of the repository:
    $ git clone https://github.com/anthony-nardi/2d-quadtree-js.git quadtree
    $ cd quadtree
    $ npm install && npm run dev
  • Navigate your browser to:
    • localhost:8000/demos
    • localhost:8000/demos/space_game

How to use in your project

  • Install via npm: npm install 2d-quadtree-js
  • Require in your files: var Quadtree = require('2d-quadtree-js');

Warning

  • This is my first published npm module...
  • There are no tests
  • There is no good looking documentation for you to read

If you'd like to see any changes or have comments, feel free to email me.

Keywords

FAQs

Last updated on 04 Aug 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc