|
|
3 tygodni temu | |
|---|---|---|
| .. | ||
| .config | 5 miesięcy temu | |
| .vscode | 5 miesięcy temu | |
| Core | 1 miesiąc temu | |
| Platforms | 3 tygodni temu | |
| Audio3D.sln | 6 miesięcy temu | |
| README.md | 6 miesięcy temu | |
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.