mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Changing examples to use makefile
- Testing a modified version of the makefile from raylib Instead of multiple project files for examples. - Fixed readme example
This commit is contained in:
7
Examples/shapes/shapes_basic_shapes.cs
Normal file
7
Examples/shapes/shapes_basic_shapes.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/shapes/shapes_basic_shapes.png
Normal file
BIN
Examples/shapes/shapes_basic_shapes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
7
Examples/shapes/shapes_colors_palette.cs
Normal file
7
Examples/shapes/shapes_colors_palette.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/shapes/shapes_colors_palette.png
Normal file
BIN
Examples/shapes/shapes_colors_palette.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
7
Examples/shapes/shapes_lines_bezier.cs
Normal file
7
Examples/shapes/shapes_lines_bezier.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/shapes/shapes_lines_bezier.png
Normal file
BIN
Examples/shapes/shapes_lines_bezier.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
7
Examples/shapes/shapes_logo_raylib.cs
Normal file
7
Examples/shapes/shapes_logo_raylib.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using Raylib;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
public partial class Examples
|
||||
{
|
||||
/*******************************************************************************************
|
||||
*
|
BIN
Examples/shapes/shapes_logo_raylib.png
Normal file
BIN
Examples/shapes/shapes_logo_raylib.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
7
Examples/shapes/shapes_logo_raylib_anim.cs
Normal file
7
Examples/shapes/shapes_logo_raylib_anim.cs
Normal file
File diff suppressed because one or more lines are too long
BIN
Examples/shapes/shapes_logo_raylib_anim.png
Normal file
BIN
Examples/shapes/shapes_logo_raylib_anim.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Reference in New Issue
Block a user