mirror of
https://github.com/ACF-Team/CFW.git
synced 2025-03-04 03:03:16 -05:00
Update README.md
This commit is contained in:
parent
c8f4c77543
commit
134b6130d1
10
README.md
10
README.md
@ -1 +1,9 @@
|
||||
# CFW
|
||||
# Contraption Framework
|
||||
|
||||
[](https://steamcommunity.com/sharedfiles/filedetails/?id=3154971187)
|
||||
|
||||
Monitors constraints to create "contraption" objects and adds callbacks for changes made to contraptions for efficient contraption-aware functionality.
|
||||
|
||||
For example, in order to calculate the total mass of a contraption traditionally one would need to iterate over every entity on the contraption and store this information somewhere.
|
||||
|
||||
With Contraption Framework (CFW), a callback is run whenever an entity is added to or removed from a contraption and the total mass is added to or subtracted from the total stored in memory on the contraption object.
|
||||
|
Loading…
Reference in New Issue
Block a user