Skip to content

Commit 705d0d9

Browse files
Cleaned up/updated example links
1 parent db4f0d1 commit 705d0d9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
![logo](https://github.com/uic-evl/omicron/blob/master/logo.png) omicron
22

33
=======
4+
45
The omicron SDK is a library providing access to a variety of input devices, mostly used in immersive installations and stereo display systems.
56

67
Some of the devices currently supported by omicron are:
@@ -24,6 +25,8 @@ In addition to event services, omicron provides additional utility APIs to simpl
2425
* a mathematical/geometry library (eigen http://eigen.tuxfamily.org/index.php?title=Main_Page)
2526

2627
omicron input support can be integrated into C++ applications as a static library, or it can be run as a standalone *input server*, streaming input data to multiple applications. Omicron comes with client-side interfaces for:
27-
* [http://unity3d.com/ Unity]
28-
* [http://processing.org/ Processing]
29-
* C++, using a *single header*. Only a few lines of code needed. For more information see the *omicronConnector* section on the [GettingStarted Getting started page].
28+
* Unity (http://unity3d.com/)
29+
* Example Project: (https://github.com/uic-evl/omicron-unity)
30+
* Processing (http://processing.org/)
31+
* Example Project: (https://github.com/uic-evl/omicron-examples)
32+
* C++, using a *single header*. Only a few lines of code needed. For more information see (https://github.com/uic-evl/omicron/wiki/Adding).

0 commit comments

Comments
 (0)