Giter Site home page Giter Site logo

mcanthony / gibber.interface.lib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from charlieroberts/gibber.interface.lib

1.0 3.0 0.0 392 KB

standalone library for interface elements using Gibber notation

License: MIT License

JavaScript 99.95% HTML 0.05%

gibber.interface.lib's Introduction

gibber.interface.lib

This library provides the interface capabilities of Gibber without the code editing environment.

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 UMD file, gibber.interface.lib.js, and a minified version.

Usage

The library can be used with plain script tags, CommonJS or AMD style includes. Below is a simple example that displays four interactive widgets

<html>

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

<body></body>

<script>
Gibber.init()

a = Slider({ label:'slider' })
b = Button({ label:'button' })
c = Crossfader()
d = Keyboard()

</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.interface.lib' )
Gibber.init()

gibber.interface.lib's People

Contributors

charlieroberts avatar

Stargazers

Michael Anthony avatar

Watchers

James Cloos avatar Michael Anthony 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.