Code Monkey home page Code Monkey logo

javelin's Introduction

CD codecov

javelin

Javelin is a suite of packages used to build multiplayer games for the web.

The primary goals of Javelin are speed, minimalism, and ease-of-use. A secondary goal is to provide examples of client-side prediction, input reconciliation, and other algorithms commonly used in fast-paced online games.

This library is comprised of an Entity-Component System (ECS) and an associated networking package used to synchronize game data between a client and server (or other clients).

Docs

Visit https://javelin.games

Packages

Package Description
@javelin/ecs Build games using the ECS pattern
@javelin/net Synchronize @javelin/ecs instances
@javelin/devtool Inspect and manipulate remote and local @javelin/ecs instances
@javelin/hrtime-loop Create a smooth, high-resolution game loop in NodeJS

Examples

Example Description
networking Entity/component synchronization over WebRTC datachannels

Scripts

Script Description
yarn build Build all packages and examples
yarn test Run all unit and integration tests
yarn perf Run all performance tests
yarn example:basic Preview basic ECS capabilities
yarn example:networking An example of synchronizing entities over WebRTC

Development

yarn --ignore-engines
yarn build
yarn example:networking

Note that when developing, changes to code in local, dependent packages will not automatically refresh development apps. Just build the dependent packages and restart the dev server process when you want to test a change.

javelin's People

Contributors

3mcd avatar github-actions[bot] avatar dependabot[bot] avatar rjmontgo avatar drsensor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.