Getting started with Storyboard
What is Storyboard?
Storyboard Architecture
Typical Development Workflow
Storyboard Designer Environment
Creating A Storyboard Project
- New Project from a Photoshop PSD File
- New Project from a Sketch File
- Creating A Storyboard Project
- New Project from a Storyboard Sample
- New Project from Storyboard Embedded Engine File
- Working with Multiple Application Design Files
Adding Content to your Application
Working with Events
Connecting Events to Actions
Using Variables to Create a Dynamic UI
Creating and Applying Animations
Simulating your Application
Scripting with Lua
What are C Callbacks?
Working with Design States
Working with Images
Working with Text
Working with Touch, Gestures, and User Input
Creating Lists and Tables
Working with Scrolling Content
OpenGL and 3D Rendering
Working with Audio and Video
Multi-File Application Development
Reusable Graphical Components
Collaboration and Team Development
Exporting and Running on your Embedded Target
Working with Storyboard Lite Platforms
Working with Mobile Platforms: Android and iOS
Sending and Receiving Data with Storyboard IO
- Sending Events to a Storyboard Application
- Sending and Receiving Data with Storyboard IO
- Connecting to a Storyboard Application
- Setting Application Data
- Receiving Events from a Storyboard Application
- Debugging Storyboard IO
Optimizing Your Storyboard Application
Storyboard Performance Log Viewer
Extending Storyboard Functionality
Structuring Your Photoshop Import Content
Re-Importing Photoshop and Sketch Content
Storyboard Lua API
- Storyboard Lua API
- gre.APP ROOT
- gre.SCRIPT ROOT
- gre.PLUGIN ROOT
- gre.LOG constants
- gre.LEFT, gre.RIGHT, gre.CENTER, gre.TOP, gre.BOTTOM
Storyboard Lua Canvas API
- Storyboard Lua Canvas API
- gre.get canvas
- CANVAS:clear rect
- CANVAS:draw image
- CANVAS:draw text
- CANVAS:get dimensions
Storyboard Lua DOM Module
- Storyboard Lua DOM Module
- gredom.get application
- gredom.get object
- gredom.get control
- gredom.get table
- gredom.get group
Storyboard IO API
See all 15 articlesStoryboard Engine Plugin Options
Standard Event Definitions
- Standard Event Definitions
- System Events
- Pointer Events
- Keyboard Events
- Screen Manager Events
- Focus Events
Plugin Specific Event Definitions
- Plugin Specific Event Definitions
- Animation Events
- Gesture Events
- Logger Events
- Media Events
- Screen Display Capture (ScreenDump) Events
Standard Action Definitions
Standard Render Extension Definitions
See all 11 articlesStoryboard Engine Public API
- Storyboard Engine Public API
- gr application create args
- gr application create
- gr application free
- gr application run
- gr application quit