Skip to content

Commit b2b1add

Browse files
committed
update release to 1.1.7
1 parent ab39fd0 commit b2b1add

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_*

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This is a TouchDesigner native port of [LYGIA Shader Library](https://github.com
44

55
## Description
66

7-
This repository is a statically built version of the library ~ and hence no internet connection is needed for file resolution during runtime.
8-
This version uses TouchDesigner's native include resolution mechanism for all the library's `#include`.
7+
This repository is a statically built version of the library ~ and hence no internet connection is needed for file resolution during runtime.
8+
This version uses TouchDesigner's native include resolution mechanism for all the library's `#include`.
99
The provided `.tox` file bundles all the files from the original libraries with modified paths and compliant names for it to work inside TouchDesigner.
1010

1111
## Versioning
1212

13-
> current version is `v.1.1.6`
13+
> current version is `v.1.1.7`
1414
1515
This port will include static snapshots of the upstream repository and will be updated on every release porviding matching versions for each release.
1616

@@ -21,8 +21,8 @@ This port will include static snapshots of the upstream repository and will be u
2121

2222
## Usage
2323

24-
You can find along the `.tox` file a demo `sandbox.toe` project showcasing it's use.
25-
Mainly you need to make the `.tox` file to your project either via the global component library or by dragging it inside your project.
24+
You can find along the `.tox` file a demo `sandbox.toe` project showcasing it's use.
25+
Mainly you need to make the `.tox` file to your project either via the global component library or by dragging it inside your project.
2626
Once the file is on your project, all works as expected with one **main difference**: file extensions for the `{filename}.glsl` programs become inside TouchDesigner a corresponding prepopulated `textDAT` named `{filename}_glsl`, hence your import will look as follows:
2727

2828
```
@@ -41,14 +41,14 @@ as opposed to
4141

4242
## Motivation
4343

44-
Shortly after the original library's release `v1.0.0` a TouchDesigner version of it was published [here](https://derivative.ca/community-post/asset/lygia-touchdesginer/66804) by [LeithBA](https://github.com/LeithBA).
44+
Shortly after the original library's release `v1.0.0` a TouchDesigner version of it was published [here](https://derivative.ca/community-post/asset/lygia-touchdesginer/66804) by [LeithBA](https://github.com/LeithBA).
4545
While the library works perfectly fine, it uses runtime web resolution for the files, which then makes having an internet connection available a requirement, on top of the overhead of such resolutions.
46-
On the other hand TouchDesigner has native include resolution at it's core.
46+
On the other hand TouchDesigner has native include resolution at it's core.
4747
For those reasons I decided to bundle a native version of the library.
4848

4949
## Details
5050

51-
The whole library is packaged by cloning the upstream source and parsing all the files, updating the include paths and populating the guts of several `textDAT`s placed in their corresponding project hierarchy.
51+
The whole library is packaged by cloning the upstream source and parsing all the files, updating the include paths and populating the guts of several `textDAT`s placed in their corresponding project hierarchy.
5252
The parsing script might be released opensource if there is enough interest.
5353

5454
## LYGIA License

lygia-1.1.6.tox

-149 KB
Binary file not shown.

lygia-1.1.7.tox

146 KB
Binary file not shown.

sandbox.toe

-2.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)