No description
Find a file
2025-02-20 13:07:18 +01:00
container Adapting container build 2025-01-28 12:24:00 +01:00
media Readme and images 2025-01-25 23:43:33 +01:00
rex_client Fyne version bump 2025-02-20 09:27:23 +01:00
rex_model Rex model 2025-01-26 11:20:57 +01:00
rex_server This was way more complicated than it should be 2025-01-28 12:06:22 +01:00
.gitignore An excuse for versioning for now 2025-01-28 11:08:52 +01:00
generate_version.sh Fix version string with git describe --tags 2025-01-28 12:28:26 +01:00
go.work go work 2025-01-26 11:22:21 +01:00
go.work.sum go work 2025-01-26 11:22:21 +01:00
LICENSE.txt Based & AGPL-Pilled 2025-01-25 07:04:31 +01:00
Makefile Tag latest on container build 2025-02-20 13:07:18 +01:00
README.md Readme 2025-01-28 13:41:33 +01:00

RexForge

A World of Warcraft addon manager. Nothing more, nothing less.

Built by users, for users.

rexclient


License

AGPLv3

This application is licensed under the AGPLv3 License, ensuring maximum user protection.


Getting Started

Install dependencies described here: https://docs.fyne.io/started/

For Fedora:

sudo dnf install golang golang-misc gcc libXcursor-devel libXrandr-devel mesa-libGL-devel libXi-devel libXinerama-devel libXxf86vm-devel libxkbcommon-devel wayland-devel

To build:

make

or

cd rex_client && make
cd rex_server && make