|
2 months ago | |
---|---|---|
.. | ||
.vscode | 2 months ago | |
Core | 2 months ago | |
Platforms | 2 months ago | |
Audio3D.sln | 2 months ago | |
README.md | 2 months ago |
This project demonstrates 3D audio using MonoGame 3.8.* and .NET 8.0. It is structured for cross-platform builds with shared code in /Core
and platform-specific projects in /Platforms
.
/Core
: Shared game logic and assets/Platforms/Windows
: Windows-specific entry point and project/Platforms/DesktopGL
: DesktopGL-specific entry point and project/Platforms/Android
: Android-specific entry point and project/Platforms/iOS
: iOS-specific entry point and projectlaunch.json
and tasks.json
for building and running from VSCode..xnb
files in /Content
.For more details, see the individual platform project files.