2d-quadtree-js 中文文档教程

发布于 8年前 浏览 26 更新于 3年前

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.

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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文