https://github.com/leops/hammerjs
Display VMF files in a browser
https://github.com/leops/hammerjs
Last synced: 8 months ago
JSON representation
Display VMF files in a browser
- Host: GitHub
- URL: https://github.com/leops/hammerjs
- Owner: leops
- Created: 2014-10-06T09:11:22.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-02-08T17:31:50.000Z (over 11 years ago)
- Last Synced: 2025-04-07T04:19:39.697Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://leops.github.io/hammerjs/
- Size: 168 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HammerJS
===================================
I have to find a better name
-----------------------------------
This is a VMF file viewer in JavaScript, it's supposed to display Hammer map
files using my VMF parser, and three.js. It also uses nw.js for the UI. Right
now no packaged version exists, refer to the nw.js documentation to launch it.
It should be able to display correctly a basic map, but keep in mind this is a
WIP project. Displacements are supported, but the orientation is sometime wrong
for horizontal ones.
It should display the elements with the same color as Hammer (using the
editor.color property), but if a color isn't found it will use a random color
instead (generated by randomColor.js).