https://github.com/dbraun/matrixchop

Matrix Multiply CHOP

https://github.com/dbraun/matrixchop

Science Score: 36.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary

Keywords

touchdesigner touchdesigner-components touchdesigner-tool touchdesigner-tools

Keywords from Contributors

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

Repository

Matrix Multiply CHOP

Basic Info
  • Host: GitHub
  • Owner: DBraun
  • License: mit
  • Language: C++
  • Default Branch: master
  • Size: 94.7 KB
Statistics
  • Stars: 25
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
touchdesigner touchdesigner-components touchdesigner-tool touchdesigner-tools
Created over 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

MatrixCHOP (Matrix Multiply CHOP)

The MatrixCHOP produces the screen-space coordinates of points based on a camera and an aspect ratio. The inputs:

  • Positions (XYZ): 3 channels and any number of samples
  • Camera View and Projection Matrix : 16 channels and one sample. Check the demo project for an easy example.

The output:

  • The UV-coordinates of the positions in the camera's view. UVs are typically between [0,0] and [1,1] if they're inside the camera's view, but the MatrixCHOP does not clamp values or delete out-of-bounds samples.

Demo

In this image we render a white rectangle at an oblique angle. The MatrixCHOP takes the world-space positions of the rectangle's points, the camera's full view-projection-matrix, and then produces 4 new points. These 4 points are then depicted in a separate render of red squares. These squares land exactly on the corners in the first render, confirming that the MatrixCHOP outputs correct screen-space coordinates.

Instructions

Build the dll yourself, or use a compiled DLL file. MatrixCHOP/MatrixCHOP/Plugins/MatrixCHOP.dll has been compiled as a Custom Operator for TouchDesigner 2019.19160.

Changelog

  • 2019-09-27 Optimization
  • 2019-09-19 Public release

Owner

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

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

GitHub Events

Total
  • Watch event: 4
  • Push event: 2
Last Year
  • Watch event: 4
  • Push event: 2

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 8
  • Total Committers: 4
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.375
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@a****u 5
David Braun d****n@l****m 1
David Braun e****l@e****m 1
David 2****n 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 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