[My GitHub repo], though planning to move onto Codeberg later. My first and only software project is GeoPicSorter, and is outlined in its homepage.

  • 1 Post
  • 2 Comments
Joined 7 months ago
cake
Cake day: February 24th, 2024

help-circle

  • Thanks for your input, I think that’s where my issue is, since a few external libraries/APIs are required and I can’t settle with a solution, I didn’t have such issues with Java, as it was easy to configure dependencies and how to build the JAR with Maven.

    Ideally I’m looking for it to be available for Windows, Mac and Linux. Windows is the minimum due to how widely it’s used and my program would work on Wine for Linux users.

    That’s some good advice to keep in mind. My project isn’t planned to have many dependencies for now, at least, so I don’t believe the dependency tree will be too complex/large.

    If you like, you can take a look at this example of my code, not only NetBeans generated the GUI code in a messy way, it’s made read-only, and if edited externally, things break on the project in the IDE.