Giter Club home page Giter Club logo

naia-macroquad-example's Introduction

naia-macroquad-example

Discord chat MIT/Apache

Demonstrates using naia with macroquad to create a 2D multiplayer web game.

Run the server, then open a couple of clients. Each client is assigned their own square. Move around with WSAD. The white controlled square demonstrates how the client runs ahead of the server's simulation, and is reconciled with server state when clientside-prediction makes an error.

Server:

To run a UDP server on Linux: (that will be able to communicate with Linux clients)

cd server
cargo run --features "use-udp"

To run a WebRTC server on Linux: (that will be able to communicate with Web clients)

cd server
cargo run --features "use-webrtc"

Client:

To run a UDP client on Linux: (that will be able to communicate with a UDP server)

cd client
cargo run

To run a WebRTC client on Web: (that will be able to communicate with a WebRTC server)

1. Enter in your IP Address at the appropriate spot in client/src/app.rs
2. In a terminal, make sure your current directory is at the root naia-macroquad-example directory.
3. bash client/deploy.sh     // this will build and deploy a live reloading dev http server (should open your browser to localhost)

To simply build these examples instead of running them, substitute the above commands like so:

`cargo build` for `cargo run`, and

`npm run build` for `npm run start`

naia-macroquad-example's People

Watchers

James Cloos avatar

Forkers

rj

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.