Skip to content
@RaidcoreGG

Raidcore

Raidcore creates tools for "Guild Wars 2". Founded by @DeltaGW2.

About Raidcore

There's not much here just yet, but you can visit our website and join our discord!

About contributing to open-source projects

Project versioning

All projects are versioned (publically facing) as follows: YYYY.MM.DD.{HH*60+mm} This versioning was chosen as it's immediately apparent by the date from when it is and the shortened Build number in the end fits in a i16/u16. Most C++ projects include a pre-compile step generating a Version.h to include within the project. If they do not use this versioning yet, please do not add your own versioning, but instead add this system.

Build System & Packages/Modules

All projects use Visual Studio's Build System and git submodules for packages. If you are contributing to a project and want to use another build system, keep those files only locally. Use git submodules for packages.

Branch & Remotes

Sometimes projects need to display their branch name to distinguish between dev, staging, release or similar. Do not hardcode the branch, pull it via git. Sometimes projects need to display their remote repo URL, e.g. for auto-updates or references. Do not hardcode the URL, pull it via git.

For Versioning, Branch and Remote URL take a look at RCGG-Scripts.

Pinned Loading

  1. api-cdi api-cdi Public

    Collaborative Development Initiative for Public APIs.

    JavaScript 4 2

  2. Nexus Nexus Public

    All-in-one addon solution for Guild Wars 2.

    C++ 108 13

  3. GW2-RadialMenus GW2-RadialMenus Public

    Highly customisable radial menus for Guild Wars 2.

    C++ 7 2

  4. GW2-CommandersToolkit GW2-CommandersToolkit Public

    A GW2 addon that allows you to track boon & role coverage in a squad.

    C++ 18 4

  5. ImAnimate ImAnimate Public

    Immediate Mode animation extension for Dear ImGui.

    C++ 8

Repositories

Showing 10 of 28 repositories
  • Nexus Public

    All-in-one addon solution for Guild Wars 2.

    RaidcoreGG/Nexus’s past year of commit activity
    C++ 108 13 9 (1 issue needs help) 0 Updated Oct 26, 2025
  • api.raidcore.gg Public

    This repository is a mockup for the actual Raidcore API, ensuring certain functionality to function with static data.

    RaidcoreGG/api.raidcore.gg’s past year of commit activity
    0 0 0 0 Updated Oct 20, 2025
  • api-cdi Public

    Collaborative Development Initiative for Public APIs.

    RaidcoreGG/api-cdi’s past year of commit activity
    JavaScript 4 MIT 2 0 0 Updated Oct 2, 2025
  • Nexus-Styles Public

    A public repository for users to post their custom Nexus styles & colours.

    RaidcoreGG/Nexus-Styles’s past year of commit activity
    0 MIT 2 0 0 Updated Sep 30, 2025
  • imgui_positioning Public

    Plug and play extension for imgui allowing window docking or screen relative positions.

    RaidcoreGG/imgui_positioning’s past year of commit activity
    C++ 1 MIT 0 0 0 Updated Sep 28, 2025
  • GW2-SlashGG Public

    Nexus addon to GG with the press of a button.

    RaidcoreGG/GW2-SlashGG’s past year of commit activity
    C++ 3 MIT 1 0 0 Updated Sep 28, 2025
  • RCGG-Utils Public

    Utility collection for C++ projects.

    RaidcoreGG/RCGG-Utils’s past year of commit activity
    C++ 0 0 0 0 Updated Sep 26, 2025
  • RCGG-Scripts Public

    Contains various scripts used in Raidcore projects.

    RaidcoreGG/RCGG-Scripts’s past year of commit activity
    Batchfile 0 MIT 0 0 0 Updated Sep 13, 2025
  • gw2streams.com Public

    A collection of curated Guild Wars 2 streamers!

    RaidcoreGG/gw2streams.com’s past year of commit activity
    HTML 0 0 0 0 Updated Sep 7, 2025
  • GW2-Compass Public

    A GW2 addon that adds an in-world compass to the game, as well as a compass UI element.

    RaidcoreGG/GW2-Compass’s past year of commit activity
    C++ 2 MIT 1 0 0 Updated Aug 19, 2025

Most used topics

Loading…