https://github.com/af/openra_chart
https://github.com/af/openra_chart
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/af/openra_chart
- Owner: af
- Created: 2014-03-30T15:47:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T20:48:43.000Z (almost 9 years ago)
- Last Synced: 2024-10-18T07:04:43.250Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://af.github.io/openra_chart
- Size: 181 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenRA Unit Chart
=================
A silly little visualization of [OpenRA](https://github.com/openra/openra) units,
using [d3.js](https://github.com/mbostock/d3).
[View it in action](http://af.github.io/openra_chart)
Playing with the code
---------------------
Javascript is bundled together with Browserify, and css is built from Stylus.
You can use `npm run build_js` and `npm run build_css`, respectively, or you
can use [shamus](https://github.com/af/shamus) to run them automatically as you
edit files.
Adding a release
---------------------
Check out `ra2json.js`, a node.js script that converts OpenRA's YAML(ish)
config files into unit json data.
Note on branches
----------------
The master branch contains the latest code, the gh-pages branch also includes
the built css/js files that are served through github pages.