Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asier-ortiz/build-editor
A Java-based school project for configuring Guild Wars 2 builds, utilizing JSON and XML files along with official API data
https://github.com/asier-ortiz/build-editor
gson java jsonpath swing-gui
Last synced: 27 days ago
JSON representation
A Java-based school project for configuring Guild Wars 2 builds, utilizing JSON and XML files along with official API data
- Host: GitHub
- URL: https://github.com/asier-ortiz/build-editor
- Owner: asier-ortiz
- License: mit
- Created: 2024-08-28T21:21:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T21:33:07.000Z (4 months ago)
- Last Synced: 2024-11-29T11:44:26.332Z (about 1 month ago)
- Topics: gson, java, jsonpath, swing-gui
- Language: Java
- Homepage:
- Size: 4.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build Editor
This Guild Wars 2 Build Editor is a school project developed in Java, designed to help players configure and manage character builds in the MMORPG Guild Wars 2. The application retrieves data directly from the Guild Wars 2 API, using tools like Google Gson and JsonPath, and allows users to customize their character's skills, weapons, and specializations.
Key Features:- Data Integration: Fetches up-to-date skills, specializations, and traits from the official API.
- User Interface: Offers a user-friendly GUI with options to select professions, weapon sets, and manage saved configurations.
- Configuration Management: Supports saving, exporting, and importing build setups via JSON and XML.This project demonstrates the practical application of file-based data management and real-time API integration in a gaming context.
## Screenshots