Skip to content

File Structure

Samyuth edited this page Aug 13, 2022 · 1 revision

Currently the project is split into five main directories each technically completely independent though they may depend on files from utilities in other directories. Also to note in the root are a heroku procfile as well as a package.json needed to deploy the markiplier in space application publicly.

  • Electron-UI: The desktop application currently only serving the parsed Tsukihime graph
    • client: Contains the frontend for the application
      • public: Contains the default public files generated by create react app as well as electron.js files
      • src: Contains the files for rendering react
    • server: The flask application currently only serving a parsed file from the Tsukihime choice graph
  • Lomando: Contains the scripts to parse and represent the lomando web game
  • Markiplier: Contains the scripts to parse and represent the choice from the youtube series Markiplier in Space
  • Node-UI: The user interface for the Markiplier in space application
    • [public]: Contains the HTML file with the vis-js settings and styling
  • Tsukihime: Contains the scripts to parse and create a representation of the tsukihme game

Clone this wiki locally