1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Sample Lenses for Unity
-----------------------
This project collects example lenses for Unity in most popular programming
languages.
The directory structure is as follows:
language1/
simple/
full/
language2/
simple/
full/
...
The simple examples are just plain files that you run from the directory,
following the instructions from the README files found alongside the example.
The full examples contains a full project with build- and configuration scripts
as would be found in a production lens or scope.
|