Skip to content
/ loom Public

The all-in-one Minecraft Bedrock modding framework.

License

Notifications You must be signed in to change notification settings

LoomMC/loom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loom

The all-in-one Minecraft Bedrock modding framework.

Loom is a mod framework similar to Forge/Fabric for the Java Edition. Loom strives to be a fast framework, as we are built with a C/C++ backend, which not only makes your mod compatible with the game, but lets it, run smoothly when the game gets it. Loom also is built with a C++ based frontend API run with a DLL for the best user-functionality.

Examples of using the Loom API include:

  • Accessing game functions that would be useful but difficult to get.
  • An advanced API for rendering things on screen easily and efficiently.
  • Having a built-in event system allowing for you to easily track when things happen.

Documentation

To use Loom, you are going to need to learn the funtions and the specific API, which can be found here.

Platforms

We want to support every single device that can run Bedrock Edition, except for consoles because of some limitations...

Contributing

If the Loom API does not support a specific function or structure, or you see an issue in the API, we encourage you to contribute. Check our guidelines to see what to do.

Stats

About

The all-in-one Minecraft Bedrock modding framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published