Skip to content

Commit

Permalink
Added an example to play sprite sequences and colourize them.
Browse files Browse the repository at this point in the history
  • Loading branch information
randym32 committed Jun 5, 2020
1 parent 43f79e5 commit 53a20bc
Show file tree
Hide file tree
Showing 17 changed files with 5,135 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Anki.Resources.Samples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example 1 - Playing Sounds", "Example 1 - Playing Sounds\Example 1 - Playing Sounds.csproj", "{57D457D9-0036-4201-B806-7E2E9197E5BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example 2 - Playing Sprite Sequences", "Example 2 - Playing Sprite Sequences\Example 2 - Playing Sprite Sequences.csproj", "{4F10F21C-2965-4F44-A3C6-09C5DE7387F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +17,10 @@ Global
{57D457D9-0036-4201-B806-7E2E9197E5BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57D457D9-0036-4201-B806-7E2E9197E5BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57D457D9-0036-4201-B806-7E2E9197E5BF}.Release|Any CPU.Build.0 = Release|Any CPU
{4F10F21C-2965-4F44-A3C6-09C5DE7387F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F10F21C-2965-4F44-A3C6-09C5DE7387F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F10F21C-2965-4F44-A3C6-09C5DE7387F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F10F21C-2965-4F44-A3C6-09C5DE7387F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"format": 1,
"restore": {
"G:\\projects\\vector\\Anki.Resources.Samples\\Anki.Resource.Samples\\Example 1 - Playing Sounds\\Example 1 - Playing Sounds.csproj": {}
},
"projects": {
"G:\\projects\\vector\\Anki.Resources.Samples\\Anki.Resource.Samples\\Example 1 - Playing Sounds\\Example 1 - Playing Sounds.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "G:\\projects\\vector\\Anki.Resources.Samples\\Anki.Resource.Samples\\Example 1 - Playing Sounds\\Example 1 - Playing Sounds.csproj",
"projectName": "Example 1 - Playing Sounds",
"projectPath": "G:\\projects\\vector\\Anki.Resources.Samples\\Anki.Resource.Samples\\Example 1 - Playing Sounds\\Example 1 - Playing Sounds.csproj",
"packagesPath": "C:\\Users\\Randall\\.nuget\\packages\\",
"outputPath": "G:\\projects\\vector\\Anki.Resources.Samples\\Anki.Resource.Samples\\Example 1 - Playing Sounds\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"c:\\Users\\Randall\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp3.1": {
"dependencies": {
"Anki.Resources.SDK": {
"target": "Package",
"version": "[0.0.1, )"
},
"NAudio": {
"target": "Package",
"version": "[1.10.0, )"
},
"NAudio.Vorbis": {
"target": "Package",
"version": "[1.2.0, )"
},
"NVorbis": {
"target": "Package",
"version": "[0.10.1, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[3.1.2, 3.1.2]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Randall\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.6.0</NuGetToolVersion>
</PropertyGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<None Include="$(NuGetPackageRoot)naudio.vorbis\1.2.0\contentFiles\any\netstandard2.0\LICENSE" Condition="Exists('$(NuGetPackageRoot)naudio.vorbis\1.2.0\contentFiles\any\netstandard2.0\LICENSE')">
<NuGetPackageId>NAudio.Vorbis</NuGetPackageId>
<NuGetPackageVersion>1.2.0</NuGetPackageVersion>
<NuGetItemType>None</NuGetItemType>
<Private>False</Private>
<Link>LICENSE</Link>
</None>
<None Include="$(NuGetPackageRoot)naudio.vorbis\1.2.0\contentFiles\any\netstandard2.0\README.md" Condition="Exists('$(NuGetPackageRoot)naudio.vorbis\1.2.0\contentFiles\any\netstandard2.0\README.md')">
<NuGetPackageId>NAudio.Vorbis</NuGetPackageId>
<NuGetPackageVersion>1.2.0</NuGetPackageVersion>
<NuGetItemType>None</NuGetItemType>
<Private>False</Private>
<Link>README.md</Link>
</None>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>
Loading

0 comments on commit 53a20bc

Please sign in to comment.