Skip to content
Alex edited this page Aug 20, 2020 · 3 revisions

Welcome to the Ballistics wiki!

The library is divided into 2 parts.

The core is a low level WASM binary, compiled from AssemblyScript. It accepts raw input data via the input buffer, digests it and outputs the result into an output buffer. The low level API here will show where to put the data inside the buffer, and where to take the result from.

Then higher level implementations abstract away this low level communication, and integrate into their platform specific environment. The project includes a Playcanvas implementation in the impl folder.

Which API do I need?