GitHunt
OH

Ohmnivore/io_mesh_wiresterizer

:black_square_button: Blender exporter for .wire mesh format

Wiresterizer format

The Wiresterizer format was originally designed for a software quadrilateral wireframe rasterizer.

I might expand it in the future to serve other software rasterizer needs.

Features

  • Binary and human-readable modes
  • Exports vertex position
  • Choose between triangles/quads/n-gons
  • Exports face normals (optional)
  • Exports vertex normals (optional)
  • Supports explicitly setting endianness

TODO

  • N-gon mode face vertex count should be an 8-bit int
  • Endianness drop-down (system/little/big)
  • Vertex normals
  • Indexed mode

TODO (expansion)

  • Various vertex/attribute/dimension layouts
  • Materials
  • Textures and UV coordinates
  • Animation

Binary format specifications

TODO

Text format specifications

TODO

Languages

Python96.8%Batchfile3.2%

Contributors

Created July 1, 2018
Updated July 5, 2024
Ohmnivore/io_mesh_wiresterizer | GitHunt