0.7.0-alpha.11 ā€¢ Published 4 years ago

@bigby/physics2d v0.7.0-alpha.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

bigby

The Adequately Astonishing HTML5 Game Development Framework

npm CI

Summary

šŸš§ WARNING: UNDER CONSTRUCTION! šŸš§

Bigby is a JavaScript/TypeScript framework for the rapid development of HTML5 games. It is currently under heavy development, which is why I'm humbly asking you to not take anything you're seeing here too seriously, as the whole project is going to remain very much in flux for a little while longer. If you want to follow development, please follow @hmans and/or @BigbyFramework on Twitter. Thanks!

Resources

Features

  • Written in TypeScript, use it with any flavor of JavaScript
  • Use it to build 2D (via PIXI.js) or 3D (via Babylon.js) games
  • Out of the box support for audio, game controllers, VR/AR and more
  • Clean Entity and Behavior based design

Contributing

Bigby is split into various small-ish packages, all of which are developed in sync within a Lerna-powered monorepo. To get started, clone the repository, and run the following commands:

yarn install    # installs all dependencies
yarn build:all  # performs an initial build of all packages
yarn dev        # fires up dev/watch mode for everything