Skip to content

Releases: michaldudak/pintograph

v0.2.0

16 Sep 19:30
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Massive overhaul of the whole library:

  • Renamed contraptions:
    • CircularDrive, DoubleCircularDrive -> Wheel
    • SimplePen, RainbowPen -> Pen
    • SimpleArms -> VArm
    • CrossArms -> XArm
  • Added new contraption: Oscillator
  • Replaced Simulation object with Scene
  • Removed the demo editor (a full-fledged editor is in the making)
  • Introduced the concept of mount points, so contraptions can be mounted on top of each other without limits (other than processing power and available memory, of course)

This is still a work in progress and many APIs can and will change in the upcoming releases as the editor takes shape.

A better documentation will be prepared when the library is in more or less stable state.

v0.1.3

09 Sep 20:44
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Fixed problems when importing the library as ES modules

v0.1.2

09 Sep 18:40
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Added readme, license and changelog to package contents.

v0.1.1

09 Sep 18:32
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Initial published version.