Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sam152/genie-smx

Genie Engine .SMX graphic file parser/renderer written in JavaScript
https://github.com/sam152/genie-smx

Last synced: 8 days ago
JSON representation

Genie Engine .SMX graphic file parser/renderer written in JavaScript

Awesome Lists containing this project

README

        

genie-smx
=========

A parser for the [SMX file format](https://github.com/SFTtech/openage/blob/master/doc/media/smx-files.md) used by the genie engine, inspired by [genie-slp](https://github.com/genie-js/genie-slp).

To build and test this project:

```
yarn install && tsc
cd test && yarn install && yarn run watch
```

[See it in action](https://sam152.github.io/genie-smx/)