All Projects → aekrylov → vic2_economy_analyzer

aekrylov / vic2_economy_analyzer

Licence: other
Victoria 2 savegame economy analyzer, updated version

Programming Languages

java
68154 projects - #9 most used programming language
Lex
420 projects

Projects that are alternatives of or similar to vic2 economy analyzer

LogoRRR
A log viewer which visualises log events such that it is easy to identify problems or events of interest. This app was implemented using Scala and JavaFX, GluonHQ toolchain and GraalVM as platform.
Stars: ✭ 40 (-9.09%)
Mutual labels:  maven, javafx
Azkar-App
Desktop Application 💻 for Calculating Muslim prayer times 🕌 , Morning and Nights Azkar 🤲 with notification for random Azkar that pops-up in specific time.
Stars: ✭ 64 (+45.45%)
Mutual labels:  maven, javafx
VickyWarAnalyzer
Victoria II war analyzer. Java 8 + JavaFX + Maven
Stars: ✭ 43 (-2.27%)
Mutual labels:  maven, javafx
openjfx-docs
Getting started guide for JavaFX 11
Stars: ✭ 70 (+59.09%)
Mutual labels:  maven, javafx
Lib I18n
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application.
Stars: ✭ 40 (-9.09%)
Mutual labels:  maven, javafx
Drombler Fx
Drombler FX - the modular application framework for JavaFX.
Stars: ✭ 52 (+18.18%)
Mutual labels:  maven, javafx
lib-preferences
Lib-Preferences is a library for easy storing simple data to a Preferences.properties file in a Java(FX) & Maven desktop application.
Stars: ✭ 12 (-72.73%)
Mutual labels:  maven, javafx
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (+700%)
Mutual labels:  maven, javafx
Javafx Maven Plugin
Maven plugin for JavaFX
Stars: ✭ 764 (+1636.36%)
Mutual labels:  maven, javafx
Hellojpro
Stars: ✭ 46 (+4.55%)
Mutual labels:  maven, javafx
Maven Jpackage Template
Sample project illustrating building nice, small cross-platform JavaFX-based desktop apps with native installers while still using the standard Maven dependency system.
Stars: ✭ 74 (+68.18%)
Mutual labels:  maven, javafx
development-environment
A development environment for Java, Python, Node.js and Go built using Vagrant
Stars: ✭ 50 (+13.64%)
Mutual labels:  maven
jakartaee8-starter-boilerplate
A boilerplate project for starting a Jakarta EE 8 application in seconds
Stars: ✭ 55 (+25%)
Mutual labels:  maven
taxondna
Taxonomy-aware DNA sequence processing toolkit
Stars: ✭ 28 (-36.36%)
Mutual labels:  maven
CampusForum
校园论坛
Stars: ✭ 62 (+40.91%)
Mutual labels:  maven
tag
tagging apps with immutable intel
Stars: ✭ 23 (-47.73%)
Mutual labels:  maven
JFXC
Jonato JavaFX Controls - More Power for your JavaFX Gui
Stars: ✭ 42 (-4.55%)
Mutual labels:  javafx
macosappbundler-maven-plugin
Maven plugin for creating a native macOS bundle containing all dependencies required by a Maven project
Stars: ✭ 35 (-20.45%)
Mutual labels:  maven
mvn scalafmt
Scalafmt plugin for maven
Stars: ✭ 14 (-68.18%)
Mutual labels:  maven
maven-plugin-testing
Apache Maven Plugin Testing
Stars: ✭ 15 (-65.91%)
Mutual labels:  maven

Victoria 2 Savegame Economy Analyzer

Based on old Nashetovich's code with minor changes, so now it works with Java 8 and higher.

Usage

  1. Download the latest release (standalone or installer)
  2. Run the app (for standalone Windows the exe in root, for standalone Linux the binary in ./bin/)

Double-click on a table row (or single click on a chart item) opens detailed info window.

Check out project wiki for more info.

How to build

Use gradle run to run the app.

Use gradle jpackage to make a runtime image in build/dist folder (no JVM required)

Troubleshooting

  • Can't load large late game file

    -Xmx part in the .bat file is responsible for max memory usage. Change -Xmx1024m to bigger value, e.g. -Xmx1500m (should work for most systems).

    Please note that setting this value too big can cause errors on some systems.

To do list:

  • Upload jar files
  • Test with different environments
  • Improve architecture and code quality
  • Implement continuous watching for game history
  • Display or export game history
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].