suilib
v0.2.0
Published
UI Framework using SFML
Downloads
2
Readme
Installation
$ npm install suilib
Note: postinstall script will not show in the foreground console. The script will automatically download and build SFML, it takes some minutes.
Usage
- Refer to TypeDoc: https://sfml.js.org/;
- Refer to Typing Definitions: https://github.com/XadillaX/node-sfml/blob/main/index.d.ts;
- And SFML's official documentation: https://www.sfml-dev.org/documentation/2.5.1/.
Examples
- n/a
PR is welcomed. You can add your own sfml.js example.
Special Thanks
- Khaidi Chu - Initial sfml.js source
- NuriYuri - Maintainer of sfml.js