No known key found for this signature in database
217 changed files with
1863 additions and
1077 deletions
|
|
|
|
@ -13,9 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class BackgroundScrolling : IExample
|
|
|
|
|
|
|
|
|
|
@ -17,8 +17,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class BlendModes : IExample
|
|
|
|
|
|
|
|
|
|
@ -14,8 +14,6 @@
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Diagnostics;
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -15,8 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class CellularAutomata : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,9 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
[ExcludeFromBrowser("GetClipboardImage() is a desktop-only OS clipboard feature")]
|
|
|
|
|
|
|
|
|
|
@ -15,9 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class DrawTiled : IExample
|
|
|
|
|
|
|
|
|
|
@ -13,9 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class FogOfWar : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,8 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
using static Raylib_cs.Raymath;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
@ -13,8 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class GifPlayer : IExample
|
|
|
|
|
|
|
|
|
|
@ -17,9 +17,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ImageChannel : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,9 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ImageDrawing : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,8 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ImageGeneration : IExample
|
|
|
|
|
|
|
|
|
|
@ -17,8 +17,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ImageKernel : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,8 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ImageLoading : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,8 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ImageProcessing : IExample
|
|
|
|
|
|
|
|
|
|
@ -13,8 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ImageRotate : IExample
|
|
|
|
|
|
|
|
|
|
@ -13,9 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ImageText : IExample
|
|
|
|
|
|
|
|
|
|
@ -13,8 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class LogoRaylibTexture : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,9 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class MagnifyingGlass : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,9 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class MousePainting : IExample
|
|
|
|
|
|
|
|
|
|
@ -17,10 +17,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System;
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class NpatchDrawing : IExample
|
|
|
|
|
|
|
|
|
|
@ -13,9 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ParticlesBlending : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,9 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class Polygon : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,8 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class RawData : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,9 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ScreenBuffer : IExample
|
|
|
|
|
|
|
|
|
|
@ -13,10 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System;
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class SpriteAnim : IExample
|
|
|
|
|
|
|
|
|
|
@ -13,9 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class SpriteButton : IExample
|
|
|
|
|
|
|
|
|
|
@ -13,9 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class SpriteExplosion : IExample
|
|
|
|
|
|
|
|
|
|
@ -16,9 +16,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class SpriteStacking : IExample
|
|
|
|
|
|
|
|
|
|
@ -13,9 +13,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class SrcRecDstRec : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,10 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using System;
|
|
|
|
|
using System.Numerics;
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public unsafe partial class TexturedCurve : IExample
|
|
|
|
|
|
|
|
|
|
@ -15,8 +15,6 @@
|
|
|
|
|
*
|
|
|
|
|
********************************************************************************************/
|
|
|
|
|
|
|
|
|
|
using static Raylib_cs.Raylib;
|
|
|
|
|
|
|
|
|
|
namespace Examples.Textures;
|
|
|
|
|
|
|
|
|
|
public partial class ToImage : IExample
|
|
|
|
|
|