AeThex-Engine-Core/showcase_games
MrPiglr 7c95244e3e Add Discord Rich Presence module for AeThex Engine
Features:
- Native IPC connection to Discord (Windows named pipes, Unix sockets)
- Full presence customization (details, state, images, timestamps)
- Party support for multiplayer games
- Invite secrets support (match, join, spectate)
- Helper methods for editor and game presence
- GDScript autoload manager template
- Cross-platform support (Windows, macOS, Linux)

Usage:
  DiscordRPC.initialize('YOUR_APP_ID')
  DiscordRPC.set_game_presence('My Game', 'Playing Level 1')
  DiscordRPC.update_presence()

Also renamed project.godot to project.aethex for showcase games
2026-03-06 20:02:43 -07:00
..
circuit_logic Add Discord Rich Presence module for AeThex Engine 2026-03-06 20:02:43 -07:00
neon_runner Add Discord Rich Presence module for AeThex Engine 2026-03-06 20:02:43 -07:00
void_explorer Add Discord Rich Presence module for AeThex Engine 2026-03-06 20:02:43 -07:00