Skip to content

A modern ECS library for Roblox

License

Notifications You must be signed in to change notification settings

matter-ecs/matter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e233ade · Dec 12, 2024
Nov 18, 2024
Dec 27, 2021
Oct 21, 2024
Aug 15, 2024
Nov 17, 2024
Dec 12, 2024
Jul 19, 2022
Oct 21, 2024
Jul 2, 2024
Dec 21, 2023
Jul 16, 2024
Nov 8, 2021
Feb 1, 2024
Dec 21, 2023
Nov 18, 2024
Jan 9, 2024
Jan 9, 2024
Jan 9, 2024
Aug 15, 2024
Sep 17, 2024
Oct 21, 2024
Nov 8, 2021
Jul 2, 2024
Dec 12, 2024
Dec 21, 2023
Jul 2, 2024
Aug 26, 2024
Nov 8, 2021
Jul 2, 2024
Nov 15, 2024

Repository files navigation

Matter


Matter is a modern ECS library for Roblox.

Installation

Matter can be installed with Wally by including it as a dependency in your wally.toml file.

Matter = "matter-ecs/matter@0.8.4"

Migration

If you're currently using the scope evaera/matter, prior versions are the same package. You can migrate by changing your wally.toml file to use the scope matter-ecs/matter.

Building

Before building, you'll need to install all dependencies using Wally.

You can then sync or build the project with Rojo. Matter contains several project files with different builds of the project. The default.project.json is the package build. The example.project.json is the example game build.

Contributing

Contributions are welcome, please make a pull request! Check out our contribution guide for further information.

Please read our code of conduct when getting involved.

Project Legacy

Matter was originally pioneered by @evaera. She laid the robust foundation for the work we continue today.

License

Matter is free software available under the MIT license. See the license for details.