Impossible FX supports scripting in many languages. Currently we provide specialized SDKs for Javascript (node.js and Browser), Python, Java, Go and PHP.
While it is more convenient to use a SDK, you can run scripts in your preferred language and communicate with the FX Server via HTTP API calls directly.
The Project Management Console directly supports Script written in Javascript against the FX Javascrpt SDK. The advantage of running scripts in the Console is that they are located alongside your project and assets, and that you do need to provie extra authentication code or data.
The FX Javascript SDK is distributed in two versions: One to run in a node.js
environment and the other to run in a browser environment. The Scripts section in the Project Management Console uses the FX Javascript SDK for Browsers.
For more information about the Javascript SDK please see Impossible FX Javascript (Browser) SDK documentation and the Impossible FX Javascript (node.js) SDK documentation.
You can interface with the FX Service via HTTP REST API calls directly. For more information about service endpoints please see the REST API Reference.
Terms of Use | © 2017, Impossible Software, or its affiliates.