GithubHelp home page GithubHelp logo

erichocean / blossom Goto Github PK

View Code? Open in Web Editor NEW
211.0 211.0 16.0 11.02 MB

Blossom is an iOS-style user interface framework for the web (JavaScript views, <canvas> rendering, and implicit animation).

Home Page: http://fohr.github.io/blossom/

License: Other

JavaScript 99.97% Shell 0.03%

blossom's People

Contributors

datakurre avatar erichocean avatar geoffreyd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blossom's Issues

BT.Project.serve ignores host

Typo in serve method of BT.Project . When creating Server use attribute hostname instead of host . Fix below

...
serve: function(host, port) {
  host = host === undefined? 'localhost': host;
  port = port === undefined? 4020 : port;

BT.Server.create({
    project: this,
    hostname: host,
    port: port
  });
},
...

TypeError: Cannot read property 'isObservingSuspended' of undefined

I was following the instructions from Install.md and got this error when attempting node projectfile.js.

node projectfile.js 

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
TypeError: Cannot read property 'isObservingSuspended' of undefined
    at Object.propertyDidChange (/home/lyle/dev/blossom/foundation/mixins/observable.js:461:33)
    at Object.set (/home/lyle/dev/blossom/foundation/mixins/observable.js:326:26)
    at Object.freeze (/home/lyle/dev/blossom/foundation/mixins/freezable.js:103:24)
    at Object.<anonymous> (/home/lyle/dev/blossom/foundation/system/index_set.js:1202:42)
    at Module._compile (module.js:441:26)
    at Object..js (module.js:459:10)
    at Module.load (module.js:348:31)
    at Function._load (module.js:308:12)
    at Module.require (module.js:354:17)
    at require (module.js:370:17)

My node version is 6.11 and I'm on Ubuntu. I tried master ( d5ad1e6 ) and an earlier commit: ( 9d907d4 )

SC.Transform3DRotateY(xform, 2*Math.PI); doesn't work

When trying to rotate completely around an axis, webkit translates the 2*PI to 360 degress, to 0 degress, so no rotation occurs. Erich wants to create a "transform list" to work around the issue, and also so users can queue up transforms to be applied.

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.