diff --git a/.gitignore b/.gitignore index 24a2560..e31b171 100644 --- a/.gitignore +++ b/.gitignore @@ -476,3 +476,4 @@ $RECYCLE.BIN/ # End of https://www.gitignore.io/api/git,linux,csharp,windows,visualstudio +Test diff --git a/Bindings/Bindings.csproj b/Bindings/Bindings.csproj index d3b612b..94a20de 100644 --- a/Bindings/Bindings.csproj +++ b/Bindings/Bindings.csproj @@ -12,6 +12,7 @@ Made for raylib 2.0 raylib csharp binding opengl gamedev https://github.com/ChrisDill/Raylib-cs + AnyCPU;x64;x86 @@ -20,6 +21,22 @@ false + + true + bin\Debug + false + + + + true + bin\Debug + false + + + + true + + diff --git a/Generator/Generator.csproj b/Generator/Generator.csproj index c0a5fd3..5f57c3f 100644 --- a/Generator/Generator.csproj +++ b/Generator/Generator.csproj @@ -34,6 +34,46 @@ raylib-cs.ico + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + prompt + MinimumRecommendedRules.ruleset + true + + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + true + diff --git a/Raylib-cs.sln b/Raylib-cs.sln index 295d347..65ddc65 100644 --- a/Raylib-cs.sln +++ b/Raylib-cs.sln @@ -9,9 +9,17 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator", "Generator\Gene EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{EF58DEDB-3ACA-46F5-A443-1B93D28F206C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{1298EE9D-E480-4014-BED0-C7CFE94C4AD7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.NetCore", "Test.NetCore\Test.NetCore.csproj", "{1298EE9D-E480-4014-BED0-C7CFE94C4AD7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.NetFX", "Test.NetFX\Test.NetFX.csproj", "{55D7BB37-3DC7-4A33-B21E-4F549EC988B5}" +EndProject +Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Test.Common", "Test.Common\Test.Common.shproj", "{36E54E2A-5899-4D4D-9D78-120DB1B4C7B2}" EndProject Global + GlobalSection(SharedMSBuildProjectFiles) = preSolution + Test.Common\Test.Common.projitems*{36e54e2a-5899-4d4d-9d78-120db1b4c7b2}*SharedItemsImports = 13 + Test.Common\Test.Common.projitems*{55d7bb37-3dc7-4a33-b21e-4f549ec988b5}*SharedItemsImports = 4 + EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Debug|x64 = Debug|x64 @@ -23,52 +31,60 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {9F30944C-415B-4763-91C7-81721117879D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9F30944C-415B-4763-91C7-81721117879D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9F30944C-415B-4763-91C7-81721117879D}.Debug|x64.ActiveCfg = Debug|Any CPU - {9F30944C-415B-4763-91C7-81721117879D}.Debug|x64.Build.0 = Debug|Any CPU - {9F30944C-415B-4763-91C7-81721117879D}.Debug|x86.ActiveCfg = Debug|Any CPU - {9F30944C-415B-4763-91C7-81721117879D}.Debug|x86.Build.0 = Debug|Any CPU + {9F30944C-415B-4763-91C7-81721117879D}.Debug|x64.ActiveCfg = Debug|x64 + {9F30944C-415B-4763-91C7-81721117879D}.Debug|x64.Build.0 = Debug|x64 + {9F30944C-415B-4763-91C7-81721117879D}.Debug|x86.ActiveCfg = Debug|x86 + {9F30944C-415B-4763-91C7-81721117879D}.Debug|x86.Build.0 = Debug|x86 {9F30944C-415B-4763-91C7-81721117879D}.Release|Any CPU.ActiveCfg = Release|Any CPU {9F30944C-415B-4763-91C7-81721117879D}.Release|Any CPU.Build.0 = Release|Any CPU - {9F30944C-415B-4763-91C7-81721117879D}.Release|x64.ActiveCfg = Release|Any CPU - {9F30944C-415B-4763-91C7-81721117879D}.Release|x64.Build.0 = Release|Any CPU - {9F30944C-415B-4763-91C7-81721117879D}.Release|x86.ActiveCfg = Release|Any CPU - {9F30944C-415B-4763-91C7-81721117879D}.Release|x86.Build.0 = Release|Any CPU + {9F30944C-415B-4763-91C7-81721117879D}.Release|x64.ActiveCfg = Release|x64 + {9F30944C-415B-4763-91C7-81721117879D}.Release|x64.Build.0 = Release|x64 + {9F30944C-415B-4763-91C7-81721117879D}.Release|x86.ActiveCfg = Release|x86 + {9F30944C-415B-4763-91C7-81721117879D}.Release|x86.Build.0 = Release|x86 {063F21F1-12D3-41C6-B598-125C725955B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {063F21F1-12D3-41C6-B598-125C725955B1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {063F21F1-12D3-41C6-B598-125C725955B1}.Debug|x64.ActiveCfg = Debug|Any CPU - {063F21F1-12D3-41C6-B598-125C725955B1}.Debug|x64.Build.0 = Debug|Any CPU - {063F21F1-12D3-41C6-B598-125C725955B1}.Debug|x86.ActiveCfg = Debug|Any CPU - {063F21F1-12D3-41C6-B598-125C725955B1}.Debug|x86.Build.0 = Debug|Any CPU + {063F21F1-12D3-41C6-B598-125C725955B1}.Debug|x64.ActiveCfg = Debug|x64 + {063F21F1-12D3-41C6-B598-125C725955B1}.Debug|x64.Build.0 = Debug|x64 + {063F21F1-12D3-41C6-B598-125C725955B1}.Debug|x86.ActiveCfg = Debug|x86 + {063F21F1-12D3-41C6-B598-125C725955B1}.Debug|x86.Build.0 = Debug|x86 {063F21F1-12D3-41C6-B598-125C725955B1}.Release|Any CPU.ActiveCfg = Release|Any CPU {063F21F1-12D3-41C6-B598-125C725955B1}.Release|Any CPU.Build.0 = Release|Any CPU - {063F21F1-12D3-41C6-B598-125C725955B1}.Release|x64.ActiveCfg = Release|Any CPU - {063F21F1-12D3-41C6-B598-125C725955B1}.Release|x64.Build.0 = Release|Any CPU - {063F21F1-12D3-41C6-B598-125C725955B1}.Release|x86.ActiveCfg = Release|Any CPU - {063F21F1-12D3-41C6-B598-125C725955B1}.Release|x86.Build.0 = Release|Any CPU + {063F21F1-12D3-41C6-B598-125C725955B1}.Release|x64.ActiveCfg = Release|x64 + {063F21F1-12D3-41C6-B598-125C725955B1}.Release|x64.Build.0 = Release|x64 + {063F21F1-12D3-41C6-B598-125C725955B1}.Release|x86.ActiveCfg = Release|x86 + {063F21F1-12D3-41C6-B598-125C725955B1}.Release|x86.Build.0 = Release|x86 {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Debug|Any CPU.Build.0 = Debug|Any CPU {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Debug|x64.ActiveCfg = Debug|x64 - {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Debug|x64.Build.0 = Debug|x64 {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Debug|x86.ActiveCfg = Debug|x86 - {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Debug|x86.Build.0 = Debug|x86 {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Release|Any CPU.ActiveCfg = Release|Any CPU {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Release|Any CPU.Build.0 = Release|Any CPU {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Release|x64.ActiveCfg = Release|x64 - {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Release|x64.Build.0 = Release|x64 {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Release|x86.ActiveCfg = Release|x86 - {EF58DEDB-3ACA-46F5-A443-1B93D28F206C}.Release|x86.Build.0 = Release|x86 {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Debug|x64.ActiveCfg = Debug|Any CPU - {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Debug|x64.Build.0 = Debug|Any CPU - {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Debug|x86.ActiveCfg = Debug|Any CPU - {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Debug|x86.Build.0 = Debug|Any CPU + {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Debug|x64.ActiveCfg = Debug|x64 + {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Debug|x64.Build.0 = Debug|x64 + {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Debug|x86.ActiveCfg = Debug|x86 + {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Debug|x86.Build.0 = Debug|x86 {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Release|Any CPU.ActiveCfg = Release|Any CPU {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Release|Any CPU.Build.0 = Release|Any CPU - {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Release|x64.ActiveCfg = Release|Any CPU - {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Release|x64.Build.0 = Release|Any CPU - {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Release|x86.ActiveCfg = Release|Any CPU - {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Release|x86.Build.0 = Release|Any CPU + {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Release|x64.ActiveCfg = Release|x64 + {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Release|x64.Build.0 = Release|x64 + {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Release|x86.ActiveCfg = Release|x86 + {1298EE9D-E480-4014-BED0-C7CFE94C4AD7}.Release|x86.Build.0 = Release|x86 + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Debug|x64.ActiveCfg = Debug|x64 + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Debug|x64.Build.0 = Debug|x64 + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Debug|x86.ActiveCfg = Debug|x86 + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Debug|x86.Build.0 = Debug|x86 + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Release|Any CPU.Build.0 = Release|Any CPU + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Release|x64.ActiveCfg = Release|x64 + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Release|x64.Build.0 = Release|x64 + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Release|x86.ActiveCfg = Release|x86 + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Test.Common/Test.Common.projitems b/Test.Common/Test.Common.projitems new file mode 100644 index 0000000..d597e9c --- /dev/null +++ b/Test.Common/Test.Common.projitems @@ -0,0 +1,14 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + true + 36e54e2a-5899-4d4d-9d78-120db1b4c7b2 + + + Test.Common + + + + + \ No newline at end of file diff --git a/Test.Common/Test.Common.shproj b/Test.Common/Test.Common.shproj new file mode 100644 index 0000000..0bc18d0 --- /dev/null +++ b/Test.Common/Test.Common.shproj @@ -0,0 +1,13 @@ + + + + 36e54e2a-5899-4d4d-9d78-120db1b4c7b2 + 14.0 + + + + + + + + diff --git a/Test.Common/Test.cs b/Test.Common/Test.cs new file mode 100644 index 0000000..c9ada00 --- /dev/null +++ b/Test.Common/Test.cs @@ -0,0 +1,52 @@ +using System; +using Raylib; +using static Raylib.Raylib; + +namespace Test.Common +{ + public static class Test + { + public static void Run() + { + // Initialization + //-------------------------------------------------------------------------------------- + int screenWidth = 800; + int screenHeight = 450; + + // SetConfigFlags((int)Flag.WINDOW_UNDECORATED); + InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window"); + + var model = LoadModel("bridge.obj"); + model.mesh.Vertices[0] = 5f; + + SetTargetFPS(60); + //-------------------------------------------------------------------------------------- + + // Main game loop + while (!WindowShouldClose()) // Detect window close button or ESC key + { + // Update + //---------------------------------------------------------------------------------- + // TODO: Update your variables here + //---------------------------------------------------------------------------------- + + // Draw + //---------------------------------------------------------------------------------- + BeginDrawing(); + + ClearBackground(RAYWHITE); + + DrawText("Congrats! You created your first window!", 190, 200, 20, MAROON); + + EndDrawing(); + //---------------------------------------------------------------------------------- + } + + // De-Initialization + //-------------------------------------------------------------------------------------- + CloseWindow(); // Close window and OpenGL context + //-------------------------------------------------------------------------------------- + } + + } +} diff --git a/Test.NetCore/Program.cs b/Test.NetCore/Program.cs new file mode 100644 index 0000000..c208cec --- /dev/null +++ b/Test.NetCore/Program.cs @@ -0,0 +1,12 @@ +using Test.Common; + +namespace Test.NetCore +{ + class Program + { + static void Main(string[] args) + { + Common.Test.Run(); + } + } +} diff --git a/Test.NetCore/Properties/launchSettings.json b/Test.NetCore/Properties/launchSettings.json new file mode 100644 index 0000000..2f423f6 --- /dev/null +++ b/Test.NetCore/Properties/launchSettings.json @@ -0,0 +1,7 @@ +{ + "profiles": { + "Test.NetCore": { + "commandName": "Project" + } + } +} \ No newline at end of file diff --git a/Test/Test.csproj b/Test.NetCore/Test.NetCore.csproj similarity index 68% rename from Test/Test.csproj rename to Test.NetCore/Test.NetCore.csproj index 09f9ada..858df35 100644 --- a/Test/Test.csproj +++ b/Test.NetCore/Test.NetCore.csproj @@ -1,19 +1,20 @@ - Exe netcoreapp2.1 raylib-cs.ico + AnyCPU;x64;x86 + + + true - - - + + - diff --git a/Test/lib/AnyCPU/raylib.dll b/Test.NetCore/lib/AnyCPU/raylib.dll similarity index 100% rename from Test/lib/AnyCPU/raylib.dll rename to Test.NetCore/lib/AnyCPU/raylib.dll diff --git a/Test/lib/x64/raylib.dll b/Test.NetCore/lib/x64/raylib.dll similarity index 100% rename from Test/lib/x64/raylib.dll rename to Test.NetCore/lib/x64/raylib.dll diff --git a/Test/lib/x86/raylib.dll b/Test.NetCore/lib/x86/raylib.dll similarity index 100% rename from Test/lib/x86/raylib.dll rename to Test.NetCore/lib/x86/raylib.dll diff --git a/Test/raylib-cs.ico b/Test.NetCore/raylib-cs.ico similarity index 100% rename from Test/raylib-cs.ico rename to Test.NetCore/raylib-cs.ico diff --git a/Test.NetFX/App.config b/Test.NetFX/App.config new file mode 100644 index 0000000..731f6de --- /dev/null +++ b/Test.NetFX/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Test.NetFX/Program.cs b/Test.NetFX/Program.cs new file mode 100644 index 0000000..fe9b2f6 --- /dev/null +++ b/Test.NetFX/Program.cs @@ -0,0 +1,12 @@ +using Test.Common; + +namespace Test.NetFX +{ + class Program + { + static void Main(string[] args) + { + Common.Test.Run(); + } + } +} diff --git a/Test.NetFX/Properties/AssemblyInfo.cs b/Test.NetFX/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5ba9fcd --- /dev/null +++ b/Test.NetFX/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Test.NetFX")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Test.NetFX")] +[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("55d7bb37-3dc7-4a33-b21e-4f549ec988b5")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Test.NetFX/Test.NetFX.csproj b/Test.NetFX/Test.NetFX.csproj new file mode 100644 index 0000000..789e5c8 --- /dev/null +++ b/Test.NetFX/Test.NetFX.csproj @@ -0,0 +1,117 @@ + + + + + Debug + AnyCPU + {55D7BB37-3DC7-4A33-B21E-4F549EC988B5} + Exe + Test.NetFX + Test.NetFX + v4.6.1 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + raylib-cs.ico + + + true + bin\x64\Debug\ + DEBUG;TRACE + full + x64 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x64\Release\ + TRACE + true + pdbonly + x64 + prompt + MinimumRecommendedRules.ruleset + true + + + true + bin\x86\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + true + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + true + true + + + + + + + + + + + + + + + + + + + + + {9f30944c-415b-4763-91c7-81721117879d} + Bindings + + + + + 4.5.1 + + + + + + + + + + + + + \ No newline at end of file diff --git a/Test.NetFX/lib/AnyCPU/raylib.dll b/Test.NetFX/lib/AnyCPU/raylib.dll new file mode 100644 index 0000000..072c4a5 Binary files /dev/null and b/Test.NetFX/lib/AnyCPU/raylib.dll differ diff --git a/Test.NetFX/lib/x64/raylib.dll b/Test.NetFX/lib/x64/raylib.dll new file mode 100644 index 0000000..55e3edf Binary files /dev/null and b/Test.NetFX/lib/x64/raylib.dll differ diff --git a/Test.NetFX/lib/x86/raylib.dll b/Test.NetFX/lib/x86/raylib.dll new file mode 100644 index 0000000..072c4a5 Binary files /dev/null and b/Test.NetFX/lib/x86/raylib.dll differ diff --git a/Test.NetFX/raylib-cs.ico b/Test.NetFX/raylib-cs.ico new file mode 100644 index 0000000..296d5dd Binary files /dev/null and b/Test.NetFX/raylib-cs.ico differ diff --git a/Test/Program.cs b/Test/Program.cs deleted file mode 100644 index 92f032c..0000000 --- a/Test/Program.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using Raylib; -using static Raylib.Raylib; - -class Program -{ - public static void Main() - { - // Initialization - //-------------------------------------------------------------------------------------- - int screenWidth = 800; - int screenHeight = 450; - - // SetConfigFlags((int)Flag.WINDOW_UNDECORATED); - InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window"); - - var model = LoadModel("bridge.obj"); - model.mesh.Vertices[0] = 5f; - - SetTargetFPS(60); - //-------------------------------------------------------------------------------------- - - // Main game loop - while (!WindowShouldClose()) // Detect window close button or ESC key - { - // Update - //---------------------------------------------------------------------------------- - // TODO: Update your variables here - //---------------------------------------------------------------------------------- - - // Draw - //---------------------------------------------------------------------------------- - BeginDrawing(); - - ClearBackground(RAYWHITE); - - DrawText("Congrats! You created your first window!", 190, 200, 20, MAROON); - - EndDrawing(); - //---------------------------------------------------------------------------------- - } - - // De-Initialization - //-------------------------------------------------------------------------------------- - CloseWindow(); // Close window and OpenGL context - //-------------------------------------------------------------------------------------- - } -}