obj2vtk

Convert triangular meshes from OBJ format to VTK format
git clone git://git.meso-star.com/obj2vtk.git
Log | Files | Refs | README | LICENSE

README.md (603B)


      1 # Obj to VTK
      2 
      3 Converts triangular meshes from the OBJ file format to the VTK legacy
      4 file format.
      5 
      6 ## Prerequisites
      7 
      8 - POSIX shell
      9 - [mandoc](https://mandoc.bsd.lv)
     10 - shellcheck (optional, for syntax checking)
     11 
     12 ## Install
     13 
     14 Edit Makefile as needed, then run:
     15 
     16     make install
     17 
     18 ## License
     19 
     20 Copyright (C) 2026 Centre National de la Recherche Scientifique
     21 Copyright (C) 2026 |Méso|Star> (contact@meso-star.com)
     22 
     23 This program is free software released under the GPL v3+ license: GNU
     24 GPL version 3 or later.
     25 You are welcome to redistribute it under certain conditions; refer to
     26 the COPYING file for details.