Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sam152/genie-smx
- Owner: Sam152
- Created: 2022-05-30T14:43:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T11:57:32.000Z (about 2 months ago)
- Last Synced: 2024-12-01T12:37:43.196Z (about 2 months ago)
- Language: TypeScript
- Size: 3.64 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)