HyemiSong / FlowMatic

FlowMatic: An Immersive Authoring Tool for Creating Interactive Scenes in Virtual Reality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlowMatic

This repository contains the code that accompanies our paper: FlowMatic: An Immersive Authoring Tool for Creating Interactive Scenes in Virtual Reality appeared at ACM UIST 2020.

If you found this work influential or helpful for your research, please consider citing

@inproceedings{zhang2020flowmatic,
  title={Flowmatic: An immersive authoring tool for creating interactive scenes in virtual reality},
  author={Zhang, Lei and Oney, Steve},
  booktitle={Proceedings of the 33rd Annual ACM Symposium on User Interface Software and Technology},
  pages={342--353},
  year={2020}
}

Installation

If you'd like to build from this repository, you must install node.js.

The project was originally built in npm version 6.13.7 and node version v9.8.0 in the year of 2020. As in 2023, we recommend using the node version of v12.22.12. You can use it via nvm.

Then, from inside the project source directory, run:

npm install .
npm run build
npm run start:dev

Contact: Lei Zhang (raynez@umich.edu)

About

FlowMatic: An Immersive Authoring Tool for Creating Interactive Scenes in Virtual Reality


Languages

Language:TypeScript 94.4%Language:HTML 5.2%Language:JavaScript 0.4%