Skip to content

Commit 4625816

Browse files
committed
Merge branch 'dev'
2 parents 6f5921e + 682923d commit 4625816

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
# name-of-tox here
1+
# TD Synapse
22

33
## Summary
4-
Summary of tox behvior here
4+
5+
TD Synapse is drop in TouchDesigner component that makes it easier to see the current performance metrics of your TouchDesigner project. Rather than viewing these statistics in your project Synapse passes your data over a websocket to a small single page app where you can view your project's metrics. Ideal for situations where you want to keep the rendering load light in your project, or circumstances where your project is operating inside of an engine or other host application. For example, you can embed TD Synapse in your TOX file that's playing on a host media server (Pixera for example) and see your project metrics.
6+
7+
[synapse.sudo.codes](https://synapse.sudo.codes/)
58

69
## TDM Installation
10+
711
If you are using the [TouchDesigner Dependency Manager](https://github.com/SudoMagicCode/TouchDesigner-Dependency-Manager) you can add this component to your local project with a `add package` command.
12+
813
```shell
9-
tdm add package {{repo_url_without_https://}}
10-
```
14+
tdm add package github.com/SudoMagicCode/td-synapse
15+
```

0 commit comments

Comments
 (0)