Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name for library changed #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dist/all/SimpleOculusRift/library.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# UTF-8 supported.

# The name of your library as you want it formatted
name = SimpleOpenNI
name = SimpleOculusRift

# List of authors. Links can be provided using the syntax [author name](url)
authorList = [Max Rheiner](http://code.google.com/p/simple-openni/)
authorList = [Max Rheiner](http://https://github.com/xohm/SimpleOculusRift/)

# A web page for your library, NOT a direct link to where to download it
url = http://code.google.com/p/simple-openni/
url = https://github.com/xohm/SimpleOculusRift/

# The category of your library, must be one (or many) of the following:
# "3D" "Animation" "Compilations" "Data"
Expand All @@ -23,7 +23,7 @@ category = 3D
# the name of your library here. Also, avoid saying anything redundant like
# mentioning that its a library. This should start with a capitalized letter, and
# end with a period.
sentence = A simple wrapper for OpenNI(Kinect-Library). Before you can use SimpleOpenNI you have to [install](http://code.google.com/p/simple-openni/wiki/Installation) OpenNI.
sentence =Processing Wrapper for the Oculus Rift.

# Additional information suitable for the Processing website. The value of
# 'sentence' always will be prepended, so you should start by writing the
Expand Down