Skip to content
Häfner edited this page Apr 19, 2021 · 2 revisions

An important part of creating interactive applications is to create the application logic. PolyVR has a script editor to write Python scripts, websites and shaders.

Scripting is the way to add logic, interaction and animations to the virtual scene. All features of PolyVR are accessible from scripts, including scene graph operations, content import or creation, physics, lightning, cameras and many more. A built in documentation and code completion helps to quickly build interactive applications.

In addition to Python scripts, websites allow to create 2D interactive UIs in combination with the CEF module.

The editor also allows to write GLSL shader to create advanced rendering effects.

Here you can find more on scripting.

Clone this wiki locally