3DCoat Python API
The 3DCoat Python API documentation.
Loading...
Searching...
No Matches
HelloWorld.py

The simplest Hello World!

The simplest Hello World!

1# The simplest program - just show the Hello world!
2import coat
3# just show the text in the dialog with the OK button.
4# most of 3DCoat functions accesible using the coat module
5coat.dialog().text("Hello world!").ok().show();
Definition coat.py:3433