Version 0.2
About
Constellar is a D-Bus daemon and set of clients for World of Warcraft. The daemon publishes live game state (e.g., the player's current dungeon / raid or in-game location) for downstream clients (a Discord presence client, a future video-recording client).
Interfaces
- dev.ulduar.Constellar1.Observer — Exposes World of Warcraft's current in-game activity and location.
- dev.ulduar.Constellar1.Activity — A keystone dungeon or raid encounter that the player is engaged in.
- dev.ulduar.Constellar1.Activity.Encounter — Present only on activity objects of kind "encounter."
- dev.ulduar.Constellar1.Activity.Dungeon — Present only on activity objects of kind "dungeon."
- dev.ulduar.Constellar1.Recording — A captured video segment that may span zero or more activities
- org.freedesktop.DBus.ObjectManager
Objects
-
/dev/ulduar/Constellar1/ObserverThe singleton observer object
-
/dev/ulduar/Constellar1/activity/currentActivity experimentalThe in-progress activity, present only while one exists.
-
/dev/ulduar/Constellar1/activities/<id>A specific historical activity
-
/dev/ulduar/Constellar1/recordings/<id>A specific captured recording
-
/dev/ulduar/Constellar1ObjectManager experimental
License
Copyright 2026 Adam Fidel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.