GithubHelp home page GithubHelp logo

jaydengui / js-cg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from make-github-pseudonymous-again/js-cg

0.0 2.0 0.0 920 KB

computational geometry code bricks for JavaScript

Home Page: http://aureooms.github.io/js-cg

License: GNU Affero General Public License v3.0

JavaScript 59.78% HTML 40.22%

js-cg's Introduction

js-cg

Computational geometry code bricks for JavaScript. Parents are aureooms/js-algo and aureooms/js-data-structures.

vcross( vsub( b , a ) , vsub( c , a ) ) ;

NPM license NPM version Bower version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Inline docs

Can be managed through jspm, duo, component, bower, ender, jam, spm, and npm.

Install

jspm

jspm install github:aureooms/js-cg
# or
jspm install npm:aureooms-js-cg

duo

No install step needed for duo!

component

component install aureooms/js-cg

bower

bower install aureooms-js-cg

ender

ender add aureooms-js-cg

jam

jam install aureooms-js-cg

spm

spm install aureooms-js-cg --save

npm

npm install aureooms-js-cg --save

Require

jspm

let cg = require( "github:aureooms/js-cg" ) ;
// or
import cg from 'aureooms-js-cg' ;

duo

let cg = require( "aureooms/js-cg" ) ;

component, ender, spm, npm

let cg = require( "aureooms-js-cg" ) ;

bower

The script tag exposes the global variable cg.

<script src="bower_components/aureooms-js-cg/js/dist/cg.min.js"></script>

Alternatively, you can use any tool mentioned here.

jam

require( [ "aureooms-js-cg" ] , function ( cg ) { ... } ) ;

Children

Reference

Information

Code

js-cg's People

Contributors

make-github-pseudonymous-again avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.