-
Notifications
You must be signed in to change notification settings - Fork 51
Setup
Lubos Lenco edited this page Jan 27, 2023
·
5 revisions
Check out iron examples.
Iron does not import standard 3D file formats directly. Instead, a custom .arm
scene format is developed for efficiency. See structure of the scene format. JSON (textual, debug) or ArmPack (binary, based on MessagePack, deploy) serialization is used, with optional compression supported.
.arm exporter for Blender is provided. Blender can be operated from command line, making it easy to integrate is as an asset converter.
To import .fbx
/.gltf
/.obj
formats, see armorbase_format.
Shaders are written in glsl syntax and cross-compiled using krafix.
TBD