Skip to content

BRCI (Brick Rigs Creation Interface) is a toolkit written in python for developers to create and edit Brick Rigs Creations with code.

License

Notifications You must be signed in to change notification settings

MrPerruche/BRCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brick Rigs Creation Interface (Update C56)

BRCI is a library written in python that allows you to create and edit your creations though code.

Information and support

Read Doc\DOCUMENTATION.md to learn how to use BRCI

See Doc\BRICKS.md for Brick Rigs' brick list.

Learn more, request help and report bugs on our discord: https://discord.gg/sZXaESzDd9

More details and how to use

Note: There appears to be some confusion around what BRCI is. Unlike most content in #maps-and-mods-uploads, this is a library (not a program nor a regular mod) written in python. As such, to use it, python knowledge is required.

As there also appears to be some confusion as to how to set it up, here's a guide on how to set it up:

  • Create a new python project.
  • Download BRCI by clicking on Code then Download Zip.
  • Unzip it in the same directory as your python file.
  • Rename BRCI-main or whatever name the folder was given to BRCI.
  • In your python file, import BRCI (preferably using import BRCI as brci) and use it.
  • Follow remaining instructions in Doc\DOCUMENTATION.md.

NumPy is a dependency of BRCI. If you do not have NumPy installed in your environment or Python installation, certain functionality will be disabled to prevent errors. Install NumPy with pip install numpy, or use the requirements file with pip install -r requirements.txt.

Credits

BRCI is provided by :

  • Destiny (FateUnix29 / a.k.a. Copper / @destiny_29)
  • Perru (MrPerruche / @perru_)
  • Conspicuous (AbsolutelyNotConspicuous / a.k.a. ANC / @conspicuous.develops)
  • Spectre (Inferna829 / @spectre829)
  • Erzbengel Raziel (@erzbengel_raziel)
  • TLM (@thelegomonstrosity)

Thanks to:

  • Fluppi393 (@fluppi393)
  • KV (@kvthetank)

About

BRCI (Brick Rigs Creation Interface) is a toolkit written in python for developers to create and edit Brick Rigs Creations with code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages