Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jogi1/golang-mvd
go mvd parser
https://github.com/jogi1/golang-mvd
Last synced: 24 days ago
JSON representation
go mvd parser
- Host: GitHub
- URL: https://github.com/jogi1/golang-mvd
- Owner: jogi1
- Created: 2019-09-20T20:36:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T19:57:54.000Z (about 2 years ago)
- Last Synced: 2024-06-21T18:53:15.593Z (5 months ago)
- Language: Go
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# golang-mvd
# building
golang 1.13 is required.# output
output is handled via javascript run in a vm. if a file "runme.js" is in the same dir as the parser it will be used instead of the inbuild default (wich can be found in "data/default.js")
check ```examples/frame.js``` for an example of the ```on_frame(current, last, events)``` handling