Software pipeline concept - nsiomos/3dCorridor GitHub Wiki

art pipeline for 3d models

art pipeline for textures

pipeline for text fonts

pipeline for documentation images, sketches, diagrams

Software to use

  • draw.io

Workflow

  • NOTE: Don't use draw.io web-based, since
    • It can't store to filesystem besides browser's download folder.
    • It can't store to dropbox besides a hardcoded "Apps" folder.
  • Download the windows app.
  • Create one diagram per concept page and name it like the concept page.
  • For every image in the concept page:
    • Create a page in the diagram.
    • Export the page as png into the project's local folder under "Resources/wiki/images" (keep hierarchy flat, no subfolders)
    • Keep the auto-generated name during export, it is like ${diagramName.drawio}-${pageName}
  • After exporting, push the new changes to the repository.
  • Link the generated images to the wiki like this: ![](https://media.githubusercontent.com/media/nsiomos/3dCorridor/master/Resources/wiki/images/${diagramName.drawio}-${pageName})