Skip to content

Game Platforms

Starciad edited this page Dec 23, 2025 · 3 revisions

This document outlines the platforms currently supported by Stardust Sandbox and provides additional details for each.

Supported Platforms

Windows

Supported Systems: Windows (64-bit only)

Windows uses WinForms for managing the game window, DirectX (9.0c or newer) for graphics, and XAudio for audio. It is tailored specifically for Windows environments and ensures performance optimization for this platform.

  • Requirements:
    • DirectX June 2010 runtime must be installed (for both building and running the game).

Linux

Supported Systems: Linux (64-bit)

Linux uses OpenGL/DesktopGL (MonoGame) for graphics rendering and provides cross-platform compatibility through MonoGame framework.

  • Requirements:
    • OpenGL 2.0 or newer
    • MonoGame runtime dependencies

Clone this wiki locally