|
|
4 kuukautta sitten | |
|---|---|---|
| .. | ||
| .config | 4 kuukautta sitten | |
| .vscode | 4 kuukautta sitten | |
| Core | 4 kuukautta sitten | |
| Platform | 4 kuukautta sitten | |
| Processor | 4 kuukautta sitten | |
| README.md | 4 kuukautta sitten | |
| SpriteEffects.sln | 4 kuukautta sitten | |
This project demonstrates advanced sprite effects using MonoGame 3.8.* and .NET 8.0 for Windows, DesktopGL, Android, and iOS platforms.
Core/ — Shared game logic (SpriteEffectsGame), content, and effectsPlatform/
Windows/ — Windows-specific entry point and projectDesktopGL/ — DesktopGL-specific entry point and projectAndroid/ — Android entry point, manifest, and projectiOS/ — iOS entry point, Info.plist, and projectProcessor/ — Custom content pipeline processors (e.g., NormalMapProcessor, TexturePlusAlphaProcessor)Content/ — Prebuilt .xnb assets and effect files (e.g., images, .fx shaders)SpriteEffects.sln in Visual Studio and set SpriteEffects.Windows as startup.SpriteEffects.sln and set SpriteEffects.DesktopGL as startup.