Skip to content

GW2Raidar/gw2raidar

Repository files navigation

image

Vision

To be the go to site for Guild Wars 2 raid and fractal insights

Introduction

GW2 Raidar is a web application to parse ARCDPS log files for Guild Wars 2. In addition, nearly all metrics and statistics are compiled into a global database for comparison and further insights.

Due to time constraints and the ever increasing list of features and requests, we have decided to finally go open source to hopefully speed up the development of certain new features as well as speedy fixing of bugs encountered. Feature requests and bug reports are welcome! You can submit them via our Discord or issues log

Contributing

Almost anyone can contribute to this project. The main issue comes down to understanding the relationship and linking between all facets of the application and the limited system resources available to do it. In order for your contribute to be implemented, we require the following:

  • Knowledge of basic game mechanics and interactions
  • Understanding of the GW2R spec
  • Understanding of the ARCDPS log file spec
  • Understanding of Python and / or willingness to learn
  • Tenacity and perserverence to actually implement the change

To start, head on over to the Wiki where the GW2R documentation and contribution guildelines sit.

License

See the License file

UI Guidelines

GW2 Raidar's style guide

You do not need an account to use the style guide as a reference but creating a Figma account will give you access to exporting assets or duplicate the file to use the prebuilt components.

CSS Quickstart

We use UIkit as our base framework which is compiled with our custom CSS.

SASS is used to keep the CSS organized and easy to change. You can compile this in several ways, based on your preference and familiarity on CLI. Codekit is the easiest way to get started but you can also use Grunt or Gulp if you are familiar with them.