AOI (Art of Illusion)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=3D and CAD/CAM Models |extensions={{ext|aoi}} |wikidata={{wikidata|Q770497}} }} '''AOI''' (Art Of Illusion model) is the file forma...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|wikidata={{wikidata|Q770497}} | |wikidata={{wikidata|Q770497}} | ||
}} | }} | ||
− | '''AOI''' (Art | + | '''AOI''' (Art of Illusion model) is the file format for saved models in the open-source design program Art of Illusion. Given its open-source status, one might hope that the format would be well-documented and designed for interoperability, but this is unfortunately not true. Instead, the format is basically a raw dump of the program's data structures, and the best way to attempt to document it would be to dig through the source code. You'd probably be lucky if compatibility is maintained between different versions of Art of Illusion or builds for different platforms. |
+ | |||
+ | Scripting can be done within AOI using the [[Groovy]] scripting language. | ||
+ | |||
+ | ==Format Information== | ||
+ | '''AOI''' files are compressed using [[GZIP]], uncompressed file may have ascii, <code>artofillusion.image</code> or <code>artofillusion.material</code>, etc. | ||
+ | |||
+ | == Sample files == | ||
+ | * [http://www.artofillusion.org/artgallery Art gallery] | ||
== Links == | == Links == | ||
Line 11: | Line 19: | ||
* [http://www.artofillusion.org/documentation Art of Illusion documentation] | * [http://www.artofillusion.org/documentation Art of Illusion documentation] | ||
* [https://sourceforge.net/p/aoi/discussion/47784/thread/d2cf07d4/ Forum discussion on file format] | * [https://sourceforge.net/p/aoi/discussion/47784/thread/d2cf07d4/ Forum discussion on file format] | ||
+ | * [http://www.artofillusion.org/docs/scripttut/index Scripting in Art of Illusion] | ||
+ | |||
+ | [[Category:GZIP based file formats]] |
Latest revision as of 23:07, 15 December 2023
AOI (Art of Illusion model) is the file format for saved models in the open-source design program Art of Illusion. Given its open-source status, one might hope that the format would be well-documented and designed for interoperability, but this is unfortunately not true. Instead, the format is basically a raw dump of the program's data structures, and the best way to attempt to document it would be to dig through the source code. You'd probably be lucky if compatibility is maintained between different versions of Art of Illusion or builds for different platforms.
Scripting can be done within AOI using the Groovy scripting language.
[edit] Format Information
AOI files are compressed using GZIP, uncompressed file may have ascii, artofillusion.image
or artofillusion.material
, etc.