This repository has been archived on 2022-10-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
eb82c96390b13eda92e37b814fe72b67c23c20c5
- Added text outlining
- Shrunk and moved compass bar (it no longer pretends to be a hotbar)
- Changed cross to match text proportions
- Refactored TileRenderSimple into TileRender{Opaque,Transparent}Surface
- Also renamed OpaqueTile into OpaqueSurface
- Added about and version info
Progressia
A free, open source sandbox survival game currently in early development.
Contributing
For now, contact @Javapony in Telegram for details. Contributing is completely allowed, but we don't have any set guidelines yet.
Building
$ git clone https://github.com/OLEGSHA/Progressia.git$ gradlew build
Additional setup for Eclipse IDE
If you have Buildship plugin installed, use File - Import - Gradle - Existing Gradle Project. Main class is ru.windcorp.progressia.client.ProgressiaClientMain.
Alternatively do the following:
- Add
id 'eclipse'intobuild.gradleinsideplugins { ... }:
plugins {
// Apply the java-library plugin to add support for Java Library
id 'java-library'
id 'eclipse'
}
$ gradlew eclipse- Import the project with File - Import - Existing Projects into Workspace
- On Windows, make sure the project has UTF-8 encoding with - Properties - Resource - Text file encoding - Other - UTF-8
Additional setup for IntelliJ IDEA
- Open the project with File - Open Project
- Press button 'Add configuration...' and open 'Application' in templates list
- Add
ru.windcorp.progressia.client.ProgressiaClientMainin 'Main class' text field - Choose
Progressia.mainin 'Use classpath of module' drop-down list - Click 'Create configuration' and press 'Apply'
Libraries
- LWJGL - OpenGL, OpenAL, GLFW and several more libraries ported to Java
- Google Guava
- Trove4j
- java-graphics/glm - GLM ported to Java. Maven Central contains an outdated version, a custom repository used instead
- OpenSimplex2
- log4j
Description
Languages
Java
99.6%
NSIS
0.2%
GLSL
0.2%