Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 797 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 797 Bytes

Duet Software Framework Go Bindings

Find out more about Duet Software Framework.

Find out more about Duet Software Framework Go Bindings.

Get in touch with the community at Duet Software Framework Forum for bug reports, discussion and any kind of exchange.

Differences

  • A few functionalities had to be left out since there was no good representation in Go
  • Since Go has no implicit type conversion there will be As() methods provided instead
  • Currently there is no notification mechanism for object model updates
  • In some cases zero values were chosen instead of nil that would be used by upstream
  • Geometry was renamed to Kinematics