From 8fdd6f6f26972d7edf4c6d0094c610d50ac99bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vid=20Drobni=C4=8D?= Date: Fri, 21 Aug 2015 11:03:44 +0200 Subject: [PATCH 1/3] added startup script --- start.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..27797ba --- /dev/null +++ b/start.sh @@ -0,0 +1,2 @@ +java -jar RiftVision.jar & +bash start_python.sh & From d463341ac634d3713bb898d4a7f710102924f987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vid=20Drobni=C4=8D?= Date: Wed, 2 Sep 2015 21:31:31 +0200 Subject: [PATCH 2/3] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ecdcb2e..829c6f7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Sourcegasm +Copyright (c) 2015 Sourcegasm(Vid Drobnič, Klemen Pevec, Žiga Patačko Koderman) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 7c14a95c38de79813a2b9bbc60abc68099c64b9e Mon Sep 17 00:00:00 2001 From: Pylo Date: Fri, 4 Sep 2015 07:50:19 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0255ab2..2b098e4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Here are some of the implemanted features: ![](http://www.auplod.com/u/opauld5f883.gif) - gksudo (if you don't already have it) - PyGame Python library (Debian-like distros: sudo apt-get install python-pygame) - - LWJGL + - LWJGL (version compatible with Linux is already located in the lib directory of the project, including natives) ![](http://i.imgur.com/aw0QuDg.gif)