Changing examples to use makefile
- Testing a modified version of the makefile from raylib Instead of multiple project files for examples. - Fixed readme example
BIN
Examples/textures/resources/KAISG.ttf
Normal file
BIN
Examples/textures/resources/cat.png
Normal file
After Width: | Height: | Size: 379 KiB |
BIN
Examples/textures/resources/custom_jupiter_crash.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
Examples/textures/resources/fudesumi.png
Normal file
After Width: | Height: | Size: 218 KiB |
BIN
Examples/textures/resources/fudesumi.raw
Normal file
BIN
Examples/textures/resources/parrots.png
Normal file
After Width: | Height: | Size: 288 KiB |
BIN
Examples/textures/resources/raylib_logo.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
Examples/textures/resources/scarfy.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
Examples/textures/resources/smoke.png
Normal file
After Width: | Height: | Size: 15 KiB |
7
Examples/textures/textures_image_9patch.cs
Normal file
7
Examples/textures/textures_image_drawing.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/textures/textures_image_drawing.png
Normal file
After Width: | Height: | Size: 410 KiB |
7
Examples/textures/textures_image_generation.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/textures/textures_image_generation.png
Normal file
After Width: | Height: | Size: 220 KiB |
7
Examples/textures/textures_image_loading.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/textures/textures_image_loading.png
Normal file
After Width: | Height: | Size: 17 KiB |
7
Examples/textures/textures_image_processing.cs
Normal file
BIN
Examples/textures/textures_image_processing.png
Normal file
After Width: | Height: | Size: 253 KiB |
7
Examples/textures/textures_image_text.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/textures/textures_image_text.png
Normal file
After Width: | Height: | Size: 543 KiB |
7
Examples/textures/textures_logo_raylib.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/textures/textures_logo_raylib.png
Normal file
After Width: | Height: | Size: 15 KiB |
7
Examples/textures/textures_particles_blending.cs
Normal file
BIN
Examples/textures/textures_particles_blending.png
Normal file
After Width: | Height: | Size: 411 KiB |
7
Examples/textures/textures_raw_data.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/textures/textures_raw_data.png
Normal file
After Width: | Height: | Size: 240 KiB |
7
Examples/textures/textures_rectangle.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/textures/textures_rectangle.png
Normal file
After Width: | Height: | Size: 39 KiB |
7
Examples/textures/textures_srcrec_dstrec.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/textures/textures_srcrec_dstrec.png
Normal file
After Width: | Height: | Size: 37 KiB |
7
Examples/textures/textures_to_image.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/textures/textures_to_image.png
Normal file
After Width: | Height: | Size: 17 KiB |