https://github.com/dbraun/smoothstepchop

Smoothstep and linear remap CHOP.

https://github.com/dbraun/smoothstepchop

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary

Keywords

touchdesigner touchdesigner-components

Keywords from Contributors

touchdesigner-tool vst geometry glsl graphics interactive realtime rendering easing easing-functions
Last synced: 6 months ago · JSON representation

Repository

Smoothstep and linear remap CHOP.

Basic Info
  • Host: GitHub
  • Owner: DBraun
  • License: mit
  • Language: C++
  • Default Branch: master
  • Size: 63.5 KB
Statistics
  • Stars: 9
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
touchdesigner touchdesigner-components
Created over 6 years ago · Last pushed over 5 years ago
Metadata Files
Readme License

README.md

SmoothstepCHOP

What is Smoothstep?

see Wikipedia and Shaderific

The SmoothstepCHOP has a range input: Fromrange1, and Fromrange2. It also has a range output: Torange1, and Torange2. For an input value x, the SmoothstepCHOP is equivalent to the following GLSL code: return mix(Torange1, Torange2, smoothstep(Fromrange1, Fromrange2, x));

There are alternative modes such as "smootherstep", "smootheststep", and "linear clamp".

Instructions

Build the dll yourself, or use of the compiled DLL files. CPlusPlusCHOP/build/SmoothstepCHOP.dll has been compiled for TouchDesigner 2018.26750 and CustomOperator/build/SmoothstepCHOP.dll has been compiled for TouchDesigner 2019.17550. This newer version can be used as a Custom Operator

Changelog

  • 2019-08-07 create a Custom Operator version for TD 2019.17550.
  • 2019-07-16 working version of smoothstep, smootherstep, smootheststep, and linear clamp.

Thanks

Owner

  • Name: David Braun
  • Login: DBraun
  • Kind: user
  • Company: DIRT Design

Do It Real-Time | Audiovisual ML, Faust, TouchDesigner | alum @ccrma

GitHub Events

Total
Last Year

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 7
  • Total Committers: 3
  • Avg Commits per committer: 2.333
  • Development Distribution Score (DDS): 0.286
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
David Braun d****n@l****m 5
David Braun e****l@e****m 1
David 2****n 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels