commit 438f163630cc7af863d771fe3e47cd357ca2411c Author: Gregor Klevze Date: Tue Aug 11 10:43:27 2026 +0200 Initial AmiReel application diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d53f18 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +bin/ +obj/ +.vs/ +.vscode/ +*.pdb +*.cache +*.tmp +*.log +*.userosscache +TestResults/ +ThirdParty/ffmpeg.exe +ThirdParty/ffprobe.exe +*.user +*.suo diff --git a/AmigaDB.VideoRenderer.csproj b/AmigaDB.VideoRenderer.csproj new file mode 100644 index 0000000..8172c39 --- /dev/null +++ b/AmigaDB.VideoRenderer.csproj @@ -0,0 +1,30 @@ + + + WinExe + net8.0-windows + true + enable + enable + assets\AmiReel.ico + AmiReel + AmigaDB.VideoRenderer + AmiReel + AmiReel + 0.1.0 + true + true + win-x64 + true + true + + + + + + + + + + + + diff --git a/AmigaDB.VideoRenderer.sln b/AmigaDB.VideoRenderer.sln new file mode 100644 index 0000000..f096f80 --- /dev/null +++ b/AmigaDB.VideoRenderer.sln @@ -0,0 +1,19 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmigaDB.VideoRenderer", "AmigaDB.VideoRenderer.csproj", "{7DF2BA53-4031-45EA-B4EF-27B86111FBFA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7DF2BA53-4031-45EA-B4EF-27B86111FBFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7DF2BA53-4031-45EA-B4EF-27B86111FBFA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7DF2BA53-4031-45EA-B4EF-27B86111FBFA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7DF2BA53-4031-45EA-B4EF-27B86111FBFA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..63302b1 --- /dev/null +++ b/App.xaml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/App.xaml.cs b/App.xaml.cs new file mode 100644 index 0000000..2eb3309 --- /dev/null +++ b/App.xaml.cs @@ -0,0 +1,5 @@ +namespace AmigaDB.VideoRenderer; + +public partial class App : System.Windows.Application +{ +} diff --git a/MainWindow.xaml b/MainWindow.xaml new file mode 100644 index 0000000..039209b --- /dev/null +++ b/MainWindow.xaml @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +