deffi420
deffi420
Open the extracted `urn-master/` folder in terminal, run`make` and after a successful build start urn with the command `./urn-gtk splits/sotn.json`. However, it is very likely that the make will fail...
We can customize the fonts and colors of the graphical interface using CSS. However, the order of components and which components are used etc cannot be customized yet. I agree...
I started refactoring the code into components using an object-oriented approach. Initial version of the component system is available in the branch 'refactor'. There is still a lot of testing...