Video Demo


Quick Notes

Tool created in conjunction with FFLogs api to facilitate resource planning for FFXIV combat encounters

This application takes an encounter code (or Fight code) from FFLogs and calls the FFLogs Rest api in order to parse all the data for that particular report. It allows the user to then select which encounter from that report to simulate and then after selecting the jobs to take on that particular run they can start using the application.

After the encounter and selected jobs are loaded the user can click on the cells on the screen, for example, if they double click on a cell at time 0:00:00 then it will consider the ability's cooldown and duration, its duration (lets say 20seconds) would be painted in the base color of the ability, its cooldown (lets say 50 seconds) would be painted in a grey color, it also validates if the user tries to mark the use of an ability when it is not allowed, for example, using an ability that is already on cooldown.

This program was created in 2017 and I am currently creating a more up to date version as well as a web application for it, but it was good practice for Windows Forms usage.