Avatar

Jamie Villeneuve

  • Total activity 403
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 1
  • Subscriptions 191

Articles

Recent activity by Jamie Villeneuve
  • Validator Test Results View

    The Validator Test Results view can be used to compare results from different test runs to the reference results. The view is located in the center of the perspective at the bottom. Here is how it...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • gre.SCRIPT

    The argument passed to Storyboard if an entry script was specified with -olua,script=[file]

    • Created
    • 1 follower
    • 0 comments
    • 0 votes
  • sbio_destroy_channel

    int sbio_destroy_channel( sbio_channel_handle_t *handle); Destroys a Storyboard IO channel. Parameters sbio_channel_handle_t A pointer to an sbio_channel_handle_t for the chann...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • gre_io_grow_buffer

    void gre_io_grow_buffer( gre_io_t* handle, gre_io_serialized_data_t * buffer ) This function attempts to expand the internal capacity of the Storyboard...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • canvas.fill

    canvas.fill(color) Flood fill the entire canvas with a specific color. Parameters: color An RGB color value as an integer value. Example: //Flood fill the canvas with a red background ...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • sb.animationCreateTween

    gre.animationCreateTween(name, tweenCallback) Create a new animation tweening (interpolation) function that can be used by both JavaScript and Animation Timeline animations. The name of the tweeni...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Recording Tests Using Validator

    When the record new test button  is selected from the test view. The test recorder will launch your application with recording enabled. This will be reflected by Storyboard Engine by showing a red...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • sbio_rem_event_callback

    int sbio_rem_event_callback( sbio_channel_handle_t *handle, sbio_event_callback_t callback_function, void *user_data); Removes a callback from a receive channel Parameter...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • canvas.fillArc

    canvas.fill_arc(x, y, radius_x, radius_y, start, end, rotation, color) Draw a filled arc defined by the center position (x,y), with x radius radius_x, y radius radius_y, start and end angles (star...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • sb.animationDestroy

    sb.animationDestroy(id) Destroy the animation associated with id. Parameters: id The animation to destroy Example: function create_animation(context) { var data = {}; // s...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes