cjpappas / MacSim

A repository containing an IDE to test and develop algorithms for the Virtual RobotX Competition
2 stars 1 forks source link

act function #33

Closed cjpappas closed 2 years ago

cjpappas commented 2 years ago

Demo/use-case: ability to set craft act function akin to draw() loop in processing.

craft.act = () => {
    // do stuff
}
cjpappas commented 2 years ago

feature implemented in 3fd23cbd03b917f07984e6e779b6f97f6115c0b3