/
Atoms script language
Atoms script language
Atoms uses C/C++ as its script language. It uses Clang and LLVM JIT to compile the scripts on the fly.
Built-in classes that can be used in Atoms.
Math:
Strings:
Containers:
Atoms:
Built-in functions:
void info(const char* format, …); // Print a string to the info log
void info(const String& message); // Print a string to the info log
void warning(const char* format, …); // Print a string to the warning log
void warning(const String& message); // Print a string to the warning log
void error(const char* format, …); // Print a string to the error log
void error(const String& message); // Print a string to the error log
All function from cmath and cstdlib are exposed to the Atoms scripting.
, multiple selections available,
Related content
C++ examples
C++ examples
More like this
Python
More like this
Libraries
Libraries
More like this
Metadata
Metadata
More like this
Scene initialization - Houdini
Scene initialization - Houdini
More like this
Scene initialization
Scene initialization
More like this
Copyright © 2017, Toolchefs LTD.