Skip to content

Commit

Permalink
SkiaSampleProject added
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Feb 12, 2024
1 parent b24fd1d commit 76f95ac
Show file tree
Hide file tree
Showing 194 changed files with 32,256 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Samples/SkiaSampleProject/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
*.user
*.user.*
*.aeproperties
.vs/
*.tmp
*.Generated.cs
*.Generated.Event.cs
*.generatedpreview.png
*.ods#
TiledObjects.Generated.xml
*.cachefile
*.csvSettings
*.sln.metaproj
packages/
SkiaSampleProject/SkiaSampleProject/bin/
SkiaSampleProject/bin/
SkiaSampleProject/SkiaSampleProject/obj/
SkiaSampleProject/obj/
SkiaSampleProject/Content/obj/
!SkiaSampleProject/x64
!SkiaSampleProject/x86
!SkiaSampleProject/Libraries
65 changes: 65 additions & 0 deletions Samples/SkiaSampleProject/SkiaSampleProject.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaSampleProject", "SkiaSampleProject\SkiaSampleProject.csproj", "{D7079294-70C6-4204-B29E-C505EC181815}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StateInterpolation.DesktopNet6", "..\..\Engines\Forms\FlatRedBall.Forms\StateInterpolation\StateInterpolation.DesktopGlNet6\StateInterpolation.DesktopNet6.csproj", "{C79854D9-3E5B-4FDF-8B05-1C4FF017C9D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlatRedBallDesktopGLNet6", "..\..\Engines\FlatRedBallXNA\FlatRedBallDesktopGLNet6\FlatRedBallDesktopGLNet6.csproj", "{CCE9859C-88F7-4DFC-A744-A6E1FDD596EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlatRedBall.Forms.DesktopGlNet6", "..\..\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.DesktopGlNet6\FlatRedBall.Forms.DesktopGlNet6.csproj", "{C8F9BFCE-F1B2-434E-8915-61AF84FB6345}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GumCore.DesktopGlNet6", "..\..\..\Gum\GumCore\GumCoreXnaPc\GumCore.DesktopGlNet6\GumCore.DesktopGlNet6.csproj", "{D5F65C84-043B-452E-A862-9A7089D3955F}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "FlatRedBallShared", "..\..\Engines\FlatRedBallXNA\FlatRedBall\FlatRedBallShared.shproj", "{0BB8CBE3-8503-46C1-9272-D98E153A230E}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "FlatRedBall.Forms.Shared", "..\..\Engines\Forms\FlatRedBall.Forms\FlatRedBall.Forms.Shared\FlatRedBall.Forms.Shared.shproj", "{728151F0-03E0-4253-94FE-46B9C77EDEA6}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GumCoreShared", "..\..\..\Gum\GumCoreShared.shproj", "{F919C045-EAC7-4806-9A1F-CE421F923E97}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GumCoreShared.FlatRedBall", "..\..\FRBDK\Glue\GumPlugin\GumPlugin\GumCoreShared.FlatRedBall.shproj", "{0EE8A96C-A754-453D-9E65-19A24E9A5E76}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "StateInterpolationShared", "..\..\FRBDK\Glue\StateInterpolationPlugin\StateInterpolationPlugin\StateInterpolationShared.shproj", "{D00D287D-385B-42FB-BF5F-04401E7D37D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkiaInGum", "..\..\..\Gum\SvgPlugin\SkiaInGumShared\SkiaInGum.csproj", "{90EA4899-F086-44EC-BD64-2C10236EE07E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7079294-70C6-4204-B29E-C505EC181815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7079294-70C6-4204-B29E-C505EC181815}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7079294-70C6-4204-B29E-C505EC181815}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7079294-70C6-4204-B29E-C505EC181815}.Release|Any CPU.Build.0 = Release|Any CPU
{C79854D9-3E5B-4FDF-8B05-1C4FF017C9D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C79854D9-3E5B-4FDF-8B05-1C4FF017C9D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C79854D9-3E5B-4FDF-8B05-1C4FF017C9D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C79854D9-3E5B-4FDF-8B05-1C4FF017C9D9}.Release|Any CPU.Build.0 = Release|Any CPU
{CCE9859C-88F7-4DFC-A744-A6E1FDD596EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCE9859C-88F7-4DFC-A744-A6E1FDD596EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCE9859C-88F7-4DFC-A744-A6E1FDD596EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCE9859C-88F7-4DFC-A744-A6E1FDD596EA}.Release|Any CPU.Build.0 = Release|Any CPU
{C8F9BFCE-F1B2-434E-8915-61AF84FB6345}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8F9BFCE-F1B2-434E-8915-61AF84FB6345}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8F9BFCE-F1B2-434E-8915-61AF84FB6345}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8F9BFCE-F1B2-434E-8915-61AF84FB6345}.Release|Any CPU.Build.0 = Release|Any CPU
{D5F65C84-043B-452E-A862-9A7089D3955F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5F65C84-043B-452E-A862-9A7089D3955F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5F65C84-043B-452E-A862-9A7089D3955F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5F65C84-043B-452E-A862-9A7089D3955F}.Release|Any CPU.Build.0 = Release|Any CPU
{90EA4899-F086-44EC-BD64-2C10236EE07E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90EA4899-F086-44EC-BD64-2C10236EE07E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90EA4899-F086-44EC-BD64-2C10236EE07E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90EA4899-F086-44EC-BD64-2C10236EE07E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19F0E96B-A930-4730-AD7A-3E93D29343B5}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-mgcb": {
"version": "3.8.1.303",
"commands": [
"mgcb"
]
},
"dotnet-mgcb-editor": {
"version": "3.8.1.303",
"commands": [
"mgcb-editor"
]
},
"dotnet-mgcb-editor-linux": {
"version": "3.8.1.303",
"commands": [
"mgcb-editor-linux"
]
},
"dotnet-mgcb-editor-windows": {
"version": "3.8.1.303",
"commands": [
"mgcb-editor-windows"
]
},
"dotnet-mgcb-editor-mac": {
"version": "3.8.1.303",
"commands": [
"mgcb-editor-mac"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-02-12T14:25:04.9198000Z
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<BehaviorSave xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>ButtonBehavior</Name>
<RequiredVariables />
<Category>
<Name>ButtonCategory</Name>
<State>
<Name>Enabled</Name>
</State>
<State>
<Name>Disabled</Name>
</State>
<State>
<Name>Highlighted</Name>
</State>
<State>
<Name>Pushed</Name>
</State>
<State>
<Name>HighlightedFocused</Name>
</State>
<State>
<Name>Focused</Name>
</State>
<State>
<Name>DisabledFocused</Name>
</State>
</Category>
<RequiredInstances />
<RequiredAnimations />
<DefaultImplementation>Controls/ButtonStandard</DefaultImplementation>
</BehaviorSave>
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<BehaviorSave xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>CheckBoxBehavior</Name>
<RequiredVariables />
<Category>
<Name>CheckBoxCategory</Name>
<State>
<Name>EnabledOn</Name>
</State>
<State>
<Name>EnabledOff</Name>
</State>
<State>
<Name>DisabledOn</Name>
</State>
<State>
<Name>DisabledOff</Name>
</State>
<State>
<Name>HighlightedOn</Name>
</State>
<State>
<Name>HighlightedOff</Name>
</State>
<State>
<Name>PushedOn</Name>
</State>
<State>
<Name>PushedOff</Name>
</State>
<State>
<Name>FocusedOn</Name>
</State>
<State>
<Name>FocusedOff</Name>
</State>
<State>
<Name>HighlightedFocusedOn</Name>
</State>
<State>
<Name>HighlightedFocusedOff</Name>
</State>
<State>
<Name>DisabledFocusedOn</Name>
</State>
<State>
<Name>DisabledFocusedOff</Name>
</State>
</Category>
<RequiredInstances />
<RequiredAnimations />
</BehaviorSave>
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<BehaviorSave xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>ComboBoxBehavior</Name>
<RequiredVariables />
<Category>
<Name>ComboBoxCategory</Name>
<State>
<Name>Enabled</Name>
</State>
<State>
<Name>Disabled</Name>
</State>
<State>
<Name>Highlighted</Name>
</State>
<State>
<Name>Pushed</Name>
</State>
<State>
<Name>HighlightedFocused</Name>
</State>
<State>
<Name>Focused</Name>
</State>
<State>
<Name>DisabledFocused</Name>
</State>
</Category>
<RequiredInstances>
<InstanceSave>
<Name>ListBoxInstance</Name>
<DefinedByBase>false</DefinedByBase>
<Behaviors>
<BehaviorReference>
<Name>ListBoxBehavior</Name>
</BehaviorReference>
</Behaviors>
</InstanceSave>
<InstanceSave>
<Name>TextInstance</Name>
<BaseType>Text</BaseType>
<DefinedByBase>false</DefinedByBase>
<Behaviors />
</InstanceSave>
</RequiredInstances>
<RequiredAnimations />
</BehaviorSave>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<BehaviorSave xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>DialogBoxBehavior</Name>
<RequiredVariables />
<RequiredInstances />
<RequiredAnimations />
</BehaviorSave>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<BehaviorSave xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>LabelBehavior</Name>
<RequiredVariables />
<RequiredInstances>
<InstanceSave>
<Name>TextInstance</Name>
<BaseType>Text</BaseType>
<DefinedByBase>false</DefinedByBase>
<Behaviors />
</InstanceSave>
</RequiredInstances>
<RequiredAnimations />
</BehaviorSave>
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<BehaviorSave xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>ListBoxBehavior</Name>
<RequiredVariables />
<Category>
<Name>ListBoxCategory</Name>
<State>
<Name>Enabled</Name>
</State>
<State>
<Name>Disabled</Name>
</State>
<State>
<Name>Focused</Name>
</State>
<State>
<Name>DisabledFocused</Name>
</State>
</Category>
<RequiredInstances>
<InstanceSave>
<Name>VerticalScrollBarInstance</Name>
<DefinedByBase>false</DefinedByBase>
<Behaviors>
<BehaviorReference>
<Name>ScrollBarBehavior</Name>
</BehaviorReference>
</Behaviors>
</InstanceSave>
<InstanceSave>
<Name>InnerPanelInstance</Name>
<DefinedByBase>false</DefinedByBase>
<Behaviors />
</InstanceSave>
<InstanceSave>
<Name>ClipContainerInstance</Name>
<DefinedByBase>false</DefinedByBase>
<Behaviors />
</InstanceSave>
</RequiredInstances>
<RequiredAnimations />
</BehaviorSave>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<BehaviorSave xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>ListBoxItemBehavior</Name>
<RequiredVariables />
<Category>
<Name>ListBoxItemCategory</Name>
<State>
<Name>Enabled</Name>
</State>
<State>
<Name>Highlighted</Name>
</State>
<State>
<Name>Selected</Name>
</State>
<State>
<Name>Focused</Name>
</State>
</Category>
<RequiredInstances />
<RequiredAnimations />
</BehaviorSave>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<BehaviorSave xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>OnScreenKeyboardBehavior</Name>
<RequiredVariables />
<RequiredInstances />
<RequiredAnimations />
</BehaviorSave>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<BehaviorSave xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>PasswordBoxBehavior</Name>
<RequiredVariables />
<Category>
<Name>PasswordBoxCategory</Name>
<State>
<Name>Enabled</Name>
</State>
<State>
<Name>Disabled</Name>
</State>
<State>
<Name>Highlighted</Name>
</State>
<State>
<Name>Selected</Name>
</State>
</Category>
<RequiredInstances />
<RequiredAnimations />
</BehaviorSave>
Loading

0 comments on commit 76f95ac

Please sign in to comment.