Donate Bitcoin to 1JxrwJZgV9qBeEPH7BDF9qLJPSDcp6fqxz to help us pay for hosting and domain names.
For instructions on how to compile the game please read the compile guide.
GlPortal is an Open Source sci-fi first person puzzle-platformer with realistic physic simulation. It runs on all modern operating systems including GNU/Linux, Mac and Windows. You can find the website at http://glportal.de .
Chat with us at irc.freenode.org in the channel #glportalor our [Reddit]https://www.reddit.com/r/RadixEngine/.
GlPortal is powered by RadixEngine:
GlPortal is based on a project by Simon Larsen, which was created in 2012.
Henry Hirsch, Julian Thijssen, Dorian Wouters, Geert Custers, Jason Pulkkinen
Chat with us at irc.freenode.org in the channel #glportal for questions and discussions about the development of the game. Please report any issues found on GitHub.
Feel free to submit a pull request or suggest an issue on GitHub if you have any changes/suggestions for us.
These are instructions on how to setup your computer to be able to create your own copy of the project and edit it. First, if you have not already, download [GitHub Desktop]https://desktop.github.com/. Second, download [Git]https://git-scm.com/downloads onto your computer. Next, set your Git username by opening Git Bash, set user name (git config --global user.name "Mona Lisa"), then confirm you set it correctly (git config --global user.name). Then set your commit email address in the Git Bash as well type (git config --global user.email "[email protected]"), then confirm it (git config --global user.email), then add this email to your commit email on GitHub so that your commits will appear in your contrubutions graph. Next, I'd recommend downloading [Notepad++]https://notepad-plus-plus.org/download/v7.5.6.html so that you can open the code files and veiw them in a nice format. Now you are ready to start making contrubutions!