https://github.com/tenphi/sm-parser
Parser for Stepmania *.sm files (in development)
https://github.com/tenphi/sm-parser
Last synced: about 1 year ago
JSON representation
Parser for Stepmania *.sm files (in development)
- Host: GitHub
- URL: https://github.com/tenphi/sm-parser
- Owner: tenphi
- License: mit
- Created: 2014-05-09T06:59:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T07:59:11.000Z (almost 9 years ago)
- Last Synced: 2025-03-25T22:01:38.781Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sm-parser
=========
It's a demo-parser for Stepmania *.sm files. You can try to generate json files for your projects but do not use it inside your programs 'cause result could be frustrating.
Usage:
```bash
$ node parser.js /path/to/simfile.sm
```
It generates `/path/to/simfile.json` file.