steamworks_gen 0.4.4
steamworks_gen: ^0.4.4 copied to clipboard
A command-line tool to generate Steamworks SDK in a darty way
steamworks_gen #
A package that generates steam_api binding from steam_api.json. Check the resulting library here
Usage #
- Add
steamworks_gen
to yourpubspec.yaml
:dart pub add -d steamworks_gen
- Add
package:ffi
to yourpubspec.yaml
:dart pub add ffi
- Run the tool:
dart run steamworks_gen <parameters>
Example:
dart run steamworks_gen -o generated steam_api.json