Skip to content

Assembly script template for gamercade

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

NEARworld/gamercade-as

Repository files navigation

AS(AssemblyScript) Bindings & Example Project

For Gamercade and the Gamercade Console.

AS Bindings for Gamercade

Bindings are located at /gamercade.

Import the bindings into your project with import * as gc from "../gamercade/gamercade-raw";.

You can use the raw api. like gc.set_pixel(0, 10, 10).

Building the Example project

Build the project with npm run asbuild.

The file will be output at build/release.wasm.

Then, follow the guide on bundling a game with the editor.

AS Version

This was built and is compatible with AssemblyScript ^0.21.3.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Assembly script template for gamercade

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages