Skip to content

History / Spline

Revisions

  • updated simple example code to use SFML 3, as well as replacing links to SFML classes with the same link to the list of classes

    @Hapaxia Hapaxia committed Feb 21, 2025
  • update to v1.7, including move/scale manipulations and exports

    @Hapaxia Hapaxia committed Nov 12, 2023
  • updated to v1.6, adding set/getRandomNormalOffsetsActivated, external Splines (adding, connecting, adding&connection), modified Simple Example 1b to use setRandomNormalOffsetsActivated.

    @Hapaxia Hapaxia committed Oct 6, 2020
  • added another simple example (1b) to show the random normal offsets (lightning effect)

    @Hapaxia Hapaxia committed Jun 5, 2019
  • added 2 more simple examples (3b and 4b) to show the usage of rounded corners and caps.

    @Hapaxia Hapaxia committed Jun 4, 2019
  • update to 1.5, which adds more corner types to allow point length limiting/capping

    @Hapaxia Hapaxia committed Jun 2, 2019
  • update to 1.4, which adds corner and cap types as well as random normal offsets.

    @Hapaxia Hapaxia committed May 29, 2019
  • added simple example 6, which shows per vertex colours and thickness

    @Hapaxia Hapaxia committed May 1, 2017
  • update to v1.3, which add per-vertex thickness and colour, ability to retrieve more interpolated position information and rendertarget note added to drawing section

    @Hapaxia Hapaxia committed May 1, 2017
  • update to v1.2, which adds closed spline, initializer list and access to the interpolated positions

    @Hapaxia Hapaxia committed Apr 29, 2017
  • removed unused "windowCenter" from simple examples 3 and 4

    @Hapaxia Hapaxia committed Apr 29, 2017
  • removed vertical sync from simple examples 3 and 4

    @Hapaxia Hapaxia committed Apr 29, 2017
  • added extra simple examples to show thickness both with and without bezier interpolation

    @Hapaxia Hapaxia committed Mar 13, 2017
  • fixed simple example - it now uses the correctly named method (setBezierInterpolation), which changed in v1.1 (from setBezierInterpolationEnabled)

    @Hapaxia Hapaxia committed Mar 13, 2017
  • update to v1.1, which adds option to give the spline thickness

    @Hapaxia Hapaxia committed Mar 5, 2017
  • remove window style from first simple example

    @Hapaxia Hapaxia committed Jan 5, 2016
  • remove window style from simple example

    @Hapaxia Hapaxia committed Jan 5, 2016
  • add new declarations

    @Hapaxia Hapaxia committed Dec 12, 2015
  • correct small grammar error

    @Hapaxia Hapaxia committed Dec 12, 2015
  • add link to examples folder

    @Hapaxia Hapaxia committed Nov 28, 2015
  • add getLength() and getInterpolatedLength()

    @Hapaxia Hapaxia committed Nov 17, 2015
  • add [] operator

    @Hapaxia Hapaxia committed Nov 17, 2015
  • add smoothed example

    @Hapaxia Hapaxia committed Nov 16, 2015
  • add smoothHandles() method

    @Hapaxia Hapaxia committed Nov 16, 2015
  • correct small spelling error

    @Hapaxia Hapaxia committed Nov 16, 2015
  • add simple example (code and screenshot)

    @Hapaxia Hapaxia committed Nov 16, 2015
  • Created Spline (markdown)

    @Hapaxia Hapaxia committed Nov 14, 2015