Skip to main content

zernikalos

actualpackagezernikalos
11 items
enum ZBaseType : Enum<ZBaseType>
data classZDataType
@Serializable
data class ZDataType(val type: ZBaseType, val format: ZFormatType)
class Zernikalos : ZernikalosBase
class Zernikalos : ZernikalosBase
class Zernikalos : ZernikalosBase
open class ZernikalosBase : ZLoggable
Base class for the Zernikalos Engine, providing core functionality for managing surface views, rendering contexts, scene contexts, state handlers, and logging. This class initializes the engine and coordinates the interaction between various components, such as the scene lifecycle, event management, and rendering operations.
enum ZFormatType : Enum<ZFormatType>
actual object OglDataTypes
expect object OglDataTypes
objectZTypes
object ZTypes
objectZVersion
object ZVersion
fun toOglBaseType(t: ZDataType): Int
fun toOglType(t: ZDataType): Int
fun upToRoot(obj: ZObject): Iterator<ZObject>
Returns an iterator over the tree nodes from the parameter obj to the root node. The first node returned from the iterator will be the parameter obj itself.