Daniel Gonzalez
Posts
-
Updates to the Metrics View
In 8.0 some great new additions have been made to the Metrics view. The Metrics view now has a runtime selection list and will update the metrics values based on the selected runtime: Note: The Me...
-
NEW! - Develop With JavaScript!
Not familiar with Lua? No problem; now available in Storyboard 8.0 is the ability to script using JavaScript! A JavaScript callback can be hooked up to a trigger in the same way a Lua callback can....
-
Generate A Static String Map In C Header Exports
With the release of 8.0 came updates to various aspects of the export processes. One such addition is the ability to generate a static string map when exporting C/C++ Storyboard Embedded Resource H...
-
Improve Your Workflow - Terminal Sessions Inside Storyboard Designer
Often times during development you will be jumping back and forth between Storyboard and Terminal sessions.This could be because you're making changes to your Storyboard app, exporting to a target ...
-
3 Quality of Life Improvements in Storyboard 8.0
Some of the best additions with new software versions also happen to be the smallest.With the introduction of Storyboard 8.0 comes many quality of life changes that really make developing with Stor...
-
Export Storyboard IO Events as Lua and Java Script Files
Storyboard 8.0 has introduced the ability to export your Storyboard IO events to new file types instead of the standard C/C++ Header File.Namely: Lua and Javascript files. Take a look at the follow...
-
Arcs With Round End Caps
Some users have requested how they can go about making an arc progress bar that has round edges. Like what is seen in this image: There are a couple of ways you could go about creating this, but o...
-
Issues Simulating A Nested Project
When trying to simulate, some customers have encountered the error: "Project Selection Missing - A Storyboard project needs to be selected in order to simulate". This error can be very confusing e...
-
Playing an RTSP Stream via GStreamer-Backend
At the end of the GStreamer crash course article, it briefly mentions that If your stream uses rtsp then instead of filesrc you will use rtspsource, which ends up looking like: "rtspsrc location=[...
-
How to Send An Event From Your UI Without Using Lua
A customer once mentioned that for certain scenarios they found it a bit cumbersome to pass events using data from the frontend into Lua and then sending it to the back end. They remarked that it w...