1.4.0-matter-0.9.0-beta-2 • Published 1 year ago
@rbxts/matter-bootstrap v1.4.0-matter-0.9.0-beta-2
@rbxts/matter-bootstrap
A simple class that handles everything needed to bootstrap a Matter world including hot-reloading, live debug, networking (using @rbxts/yetanothernet), and component replication.
// server/index.ts
import { ServerStorage } from "@rbxts/services"
import MatterBootstrap from "@rbxts/matter-bootstrap"
import { Components } from "shared/components"
new MatterBootstrap(ServerStorage.MatterSystems, Components)// shared/components.ts
import { component } from "@rbxts/matter"
import { Replicated } from "@rbxts/matter-bootstrap"
export class Components {
@Replicated
public static readonly secondsPlayedTimer =
component<{
secondsPlayed: number
}>("secondsPlayedTimer")
}1.4.0
1 year ago
1.3.10
1 year ago
1.4.0-matter-0.9.0-experimental-0
1 year ago
1.4.0-matter-0.9.0-experimental-1
1 year ago
1.4.0-matter-0.9.0-beta-2
1 year ago
1.4.0-matter-0.9.0-beta-1
1 year ago
1.4.0-matter-0.9.0-beta-0
1 year ago
1.4.0-matter-0.9.0-experimental
1 year ago
1.4.0-matter-0.9.0-beta
1 year ago
1.3.9
1 year ago
1.2.0
2 years ago
1.3.7
2 years ago
1.3.6
2 years ago
1.3.5
2 years ago
1.3.4
2 years ago
1.3.3
2 years ago
1.3.2
2 years ago
1.3.1
2 years ago
1.2.2
2 years ago
1.3.0
2 years ago
1.2.1
2 years ago
1.3.8
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago