Advanced Search
Search Results
535 total results found
Build Menu
The build menu allows to quickly trigger a build from the specified Build-Projects. It lists all available default builds and, depending on the tool configuration, special tool specific builds. Same can be done via the toolbar. Additionally, the related B...
Project Settings
Several project related configurations can be performed in the project settings window which is accessible var the “Edit” menu or the shortcut “Ctrl + 0”. Via the List on the left the displayed options can be filtered to make it faster to find a related set...
Builds
When a build is started the Build-Window will be shown and the build will be automatically started. If the build contains some Option-Values an additional dialog will be displayed before the actual Build-Window, which allows the user to configure the build. ...
Default variables
Besides user configured variables the following default environment variables will be set. Name Description BUILD_NAME Name of the build BUILD_DESCRIPTION Description of the build BUILD_SCRIPT_PATH Path to build script files BUIL...
Overview
The CGI Connector offers support for multiple ‘tools’ for which it can generate specific code to make integration easier. Currently the following tools are supported: Name Description Generic Standard generic C/C++ interface for integration into...
Generic
The ‘Generic’ tool provides a plain C/C++ based interface which can be used to integrate the CGI application into any C/C++ based software. This generic interface is also the basis for the integration of other tools and will therefore always be present. Spec...
MATLAB
The ‘MATLAB’ tool offers special features to make integration into MathWorks MATLAB easier. Requirements The following requirements must be fulfilled to be able to use the CGI Connector with MATLAB: MATLAB Version:The current version is tested to run with M...
Behaviors 3.15
New Behaviors Orbit Camera Transform Demo Mode Action Demo Mode Execution Demo Mode Changed Demo Mode Check Input type Demo Mode Record Action Demo Mode Recording Mapped Value Action Mapped Key Condition
General 3.15.1
This page describes general updates that were made to CGI Studio version 3.15.1. Scene Composer Improved import procedures General performance improvements Sample Solution Updated GettingStartedControls Solution Updated Post Processing Solution Up...
Candera 3.15.1
Candera Engine Dirty Area Management support added Improved performance for several rendering related functions Switched from zlib to miniz to reduce code size Improved touch interaction handling Bitmap Stride information is automatically set on support...
Behavior 3.15.1
Image and Video Decoding JPEG Decorder: Traveo II behavior to allow usage of the platforms JPEG decoder Value Processing Value Generator behavior added
Scene Composer 3.15.1
New Feature Dirty Area Management added Bitmap stride information can be configured on asset export Import feature improvements Added new FBX import options Improved glTF import Smart Importer Added "Freehand dialog background color" to the Smar...
Manage Render Targets
Manage Render Targets dialog allows you to view and edit the various settings of the render targets included in solution. Open the Manage Render Targets dialog The Manage Render Targets dialog can be opened in two ways: From the [ Platform > Manage Render...
STM32MP157 Target Setup Guide
Before you Begin Before starting with the setup guide, we recommend the following to get familiar with CGI-Studio: Explore CGI-StudioRead the Quick Start Guide. Learn to create SceneComposer SolutionsThe documentation provides instructions on how to crea...
Target Setup Guide
Please refer to below for setup guides for each target device supported by CGI Studio Professional Edition. STM32MP157 RASPBERRYPI
Graphics driver and Hardware related Best-Practices
Images and Color formats Best practice for image drawing: Always use as small images as possible to save memory consumption and memory bandwidth. Cut off transparent area in the bitmap before usage. Bitmaps that contain transparent areas<Origin> <Im...
CGI Studio related Best-Practices
General recommendation Enable snap to device pixel. This makes sure no filters must be applied that slow down the BLIT operation. Only use bilinear filter if an image is rotated, scaled, or positioned between two pixels.If none of the above happens then st...
JPEG Decoder Behavior
Feature Description The JPEG Decoder behavior allows the user to decode JPEG images at runtime using the hardware decoder. This means that the pre-decoded bitmaps need not be included in the assets, reducing the overall asset size. JPEG images are compressed,...