ruffle/web/packages/core
David Wendt f56d16a68d Separate player creation from root movie setup, and allow users of Ruffle to load in movies synchronously or asynchronously.
During the small period of time when a player is created but has no root movie, a temporary empty movie is installed with an assumed stage size and framerate of 550x400@12fps. This is Flash default for new projects, so it seemed appropriate. User ActionScript cannot see these values, and I'm not even sure JavaScript can, either.
2020-07-23 23:02:51 -04:00
..
src Separate player creation from root movie setup, and allow users of Ruffle to load in movies synchronously or asynchronously. 2020-07-23 23:02:51 -04:00
test web: Made VersionRange actually work, and add tests for it 2020-05-23 10:35:53 -07:00
.eslintrc.json web: Move each web package into a packages/ directory 2020-05-19 11:42:53 +02:00
README.md chore: Document web with readmes 2020-05-27 00:11:02 -07:00
index.js web: Switch to using commonjs style require/exports 2020-05-19 11:42:55 +02:00
package.json web: Hoist common dev dependencies up to the top (except CLI) and hopefully improve how we bootstrap 2020-06-13 12:35:14 -07:00
webpack.config.js web: Allow avm_debug in web 2020-07-23 11:25:59 -07:00

README.md

ruffle-core

ruffle-core is the core javascript bindings to the Wasm ruffle-web binary, and contains the bulk of the public API.

Using ruffle-core

Please do not use this package directly, either use ruffle-selfhosted or ruffle-extension. This page may be merged into ruffle-selfhosted at a later date.

Building, testing or contributing

Please see the ruffle-web README.