Coder Social home page Coder Social logo

gibber.graphics.lib's Introduction

gibber.graphics.lib

This library provides the 2D and 3D graphics capabilities of Gibber.

Building (for development)

You can simply download the repo and skip straight to the usage section if you don't need to modify the library. If you want to modify gibber.lib, here's how to build it:

  1. If you don't have it, install npm (the node.js package manager) from http://npmjs.org
  2. Inside the top level of the repo, run npm install in the terminal.
  3. Run gulp. This is a build module that is installed in step 2.

The build outputs a two UMD file, gibber.graphics.lib.js and gibber.graphics.lib.min.js.

Usage

The library can be used with plain script tags, CommonJS or AMD style includes. Below is an example HTML file that plays a simple drum beat, bass line, and random melody.

<html>

<head>
  <script src='build/gibber.graphics.lib.js'></script>
</head>

<body></body>

<script>
Gibber.init() // REQUIRED!

a = Gibber.Graphics.Geometry.Cube()
a.spin(.0005)
</script>

</html>

If you want to use CommonJS (node or browserify), just use the following to start things off (assuming you have the module installed):

Gibber = require( 'gibber.graphics.lib' )
Gibber.init()
Gibber.Graphics.init()

gibber.graphics.lib's People

Contributors

charlieroberts avatar

Watchers

Dan Fitch avatar James Cloos 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.