User Activity

  • Committed [r108]

    Updata to v.0.8.0

  • Posted a comment on ticket #18 on vn-canvas

    Hello Alexie. Thanks for the heads up. I'll try to fix a soon as I can. As for jquery, it is optional and the library should work without it (even though it is flagged as missing by the browser). Thanks.

  • Posted a comment on ticket #17 on vn-canvas

    Thanks Ramiro. That would indeed be a cool effect. But from what I heard, it's not that simple and it is a library in itself (like turnjs). But I'll see if I can incorporate it in a future release.

  • Committed [r107]

    Update to v0.7.5 (WebGL)

  • Committed [r106]

    Update to v.0.7.0

  • Posted a comment on ticket #16 on vn-canvas

    @Ramiro You're correct, it just displays the full variable. To display individual array elements, you'd have to patch the code a little. In vncanvas-base.js (around line 286+), look for: // Helper function to search for user variable findVar: function (id) { if (Stage.variables[id] != null) return Stage.variables[id].Value(); return null; }, Replace with the following: // Helper function to search for user variable findVar: function (id) { var ids = id.split(/[\[\]]/g); if (Stage.variables[ids[0]]...

  • Committed [r105]

    Update to v.0.6.3

  • Committed [r104]

    Update to v.0.6.2

View All

Personal Data

Username:
loner02
Joined:
2014-02-14 07:03:25

Projects

This is a list of open source software projects that Orville Labbao is associated with:

  • baybayin Learn Baybayin Last Updated:
  • Project Logo vn-canvas   Last Updated:

Personal Tools

MongoDB Logo MongoDB