Difference between revisions of "DataHub"

From TSG Doc
Jump to navigation Jump to search
(Created page with "{{Infobox software | name = DataHub | logo = | screenshot = | caption = | developer = Christian...")
 
Line 21: Line 21:
 
| genre                  = Data collection
 
| genre                  = Data collection
 
| license                = Open source
 
| license                = Open source
| website                = [https://unity.com/ unity.com]
+
| website                = [https://labstreaminglayer.readthedocs.io/info/intro.html LSL webpage]
 
| resources              =   
 
| resources              =   
 
   {{Infobox tsg
 
   {{Infobox tsg

Revision as of 10:00, 1 February 2022

DataHub
Developer(s)Christian Kothe; University of California San Diego.
Development statusin development
Written inC, C++, Python, Java, C#, MATLAB
Operating systemWindows, Linux, MacOS, Android, iOS
TypeData collection
LicenseOpen source
WebsiteLSL webpage
Manuals

Unity is a cross-platform game engine that can be used to create experiments with more complex interactivity and/or more elaborate audiovisual content, such as full 3D virtual environments. Unity is free for personal/non-commercial use.


Installation

We advise installing Unity via the Unity HUB. This provides a handy overview of all your projects and allows you to easily switch between different Unity versions. You will be required to create an account.

Versions

Unity is constantly updated, and new versions will frequently include Beta features that may not be super reliable and well documented yet. As such it is sometimes quite difficult to figure out which version to use. If you wish to create your own Unity projects, we advise to install the latest long term support (LTS) release. Beware that any tutorials, forum answers and plugins you find online may no longer be compatible with your version, so always check the date and official documentation. Of course you can also come to the TSG for help.

Usage

(Under Construction)
We are working on templates and tips. Stay tuned!

Builds

We advise not to run your experiment from the Unity Editor, this will cause unwanted overhead that harms the performance. You can create a PC Standalone build to run it on our lab computers.

References


External Links