Ray
19a1683641
REXM: Updated examples
há 2 semanas
JordSant
efeccfef61
[examples] Add `textures_cellular_automata` ( #5395 )
* [examples] Add `textures_cellular_automata`
* Comparison always true. Fixed
* Tabs to spaces
há 2 semanas
Ray
727a90c5d1
REVIEWED: Formatting to follow raylib conventions
há 1 mês
Ray
12cce1766f
Update textures_screen_buffer.c
há 1 mês
Ray
8fcd99c8dd
Update textures_sprite_stacking.c
há 1 mês
Ray
0b9f463e64
REVIEWED: examples: Replace TABS and Remove trailing spaces
há 1 mês
Ray
e3738c1b17
REXM: UPDATE: Reviewed all examples requirements
há 1 mês
Ray
e062e3835e
REVIEWED: examples: Several minor issues
há 1 mês
Agnis Aldiņš "NeZvērs
596d3bcb7e
[examples] Added: `textures_screen_buffer` ( #5357 )
* Example textures_screen_buffer
* remove resource preload for web makefile
* update description
* code formatting
há 1 mês
Ray
3e3453d54e
REVIEWED: Bunnymark example new `raybunny`! #5344
As the license for previous bunny was not clear, it was replaced by a new custom bunny specifically created for this example with a CC0 license
há 1 mês
Ray
d172a24bb0
REVIEWED: `main(void)`
há 1 mês
Robin ❤️
d8601121da
[examples] Added: `textures_sprite_stacking` example ( #5345 )
* Added sprite stacking example
* added link
* formatting
há 1 mês
Jeffery Myers
7191749d66
[examples] Fix examples to work in MSVC ( #5267 )
* Fix warnings in many examples
Add examples to MSVC solution correctly
* fix CI error
---------
Co-authored-by: Ray <raysan5@gmail.com>
há 2 meses
Maicon Santana
07033cff90
Fix polygon drawing example for opengl 1.1 ( #5202 )
há 3 meses
Ray
25f4e544d1
REXM: UPDATED: Examples source code header info, aligned with name
há 3 meses
Ray
c0234e5e3d
REXM: RENAME: example: `textures_sprite_anim` --> `textures_sprite_animation`
há 3 meses
Ray
2d19abb2cf
REXM: REVIEWED: Examples header info inconsistencies
há 3 meses
Ray
e5cef3c0d8
REXM: Reviewed examples source code headers metadata
há 3 meses
Ray
d8ee8a45c4
REXM: RENAME: example: `textures_draw_tiled` --> `textures_tiled_drawing`
há 3 meses
Ray
785ad4015c
REXM: RENAME: example: `textures_polygon` --> `textures_polygon_drawing`
há 3 meses
Ray
c579eef4b7
REVIEWED: Examples section comments, for better organization and consistency
há 3 meses
Ray
b6ae380260
REVIEWED: Examples comments, consistent code sections
há 3 meses
JohnnyCena123
0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * ( #5153 )
há 3 meses
Ray
42abcb9492
Updated examples init window title
há 4 meses
Ray
a72b4b177b
Updated examples short description
há 4 meses
Ray
8b68d548c9
Reviewing some examples titles
há 4 meses
Ray
570082deba
`WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.'
há 4 meses
Ray
54473e2c2b
REVIEWED: Example `shaders_normalmap`, it crashes #5032
há 4 meses
Ray
f0889a74fe
EXAMPLES: Format tweaks
há 4 meses
Ray
9f07cfe0b7
Update textures_image_kernel.c
há 4 meses
Ray
e130775e0d
Updated for resources scanning system
há 4 meses
Ray
ceb1a5ea2b
REVIEWED: Temporaly fix for issue #4874
há 8 meses
sleeptightAnsiC
f430d72a8c
[examples] fix: use quotation marks when including raylib.h ( #4821 )
...so it will always prioritize local version of raylib instead of
system-wide installations, which is a huge problem when testing any
changes done locally to raylib as it might cause silent mismatch issues.
There were only 4 examples affected by this issue which were using
`#include <raylib.h>`. Other examples use proper `#include "raylib.h"`
Fixes: https://github.com/raysan5/raylib/issues/4820
há 9 meses
Destructor17
27af359d1c
[rlgl] Preserve texture on mode switching ( #4364 )
* Fix textures on draw mode switch
* formatting fix
* ident
há 10 meses
Anstro Pleuton
773e3f5f9f
Update more examples inconsistencies ( #4711 )
Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
há 11 meses
Anstro Pleuton
945f181f1d
[examples] Update examples to be consistent ( #4699 )
* Update examples inconsistencies
* Happy new years, examples!
* Missed one inconsistency
* Update final few examples inconsistencies
---------
Co-authored-by: Anstro Pleuton <anstropleuton@github.com>
há 11 meses
Anthony Carbajal
27e530eb18
update examples with difficulty stars ( #4694 )
* update examples with difficulty stars
* manual fix script issues
* manual fix script issues
há 11 meses
Ray
2f6230e366
Formatting review and examples review
há 11 meses
Ray
1effe92129
`WARNING`: REMOVED: SVG files loading and drawing, moving it to raylib-extras
há 1 ano
Ashley Chekhov
20ce8ba046
Typo fix ( #4356 )
Seemed to be a typo. Hope this helps.
há 1 ano
Anthony Carbajal
418b878053
[Examples] set FPS to 60 ( #4235 )
* set FPS to 60
* remove extra commented lines
há 1 ano
Bruno Cabral
6e2661f92d
[rtextures] Created `ImageFromChannel()` ( #4105 )
* created ImageFromChannel
Adds the possibility to extract a specific channel from an image
* naming convention
* example window height
* removed threshold
* removed alpha channel
* channel example organization
* updated channel example image
há 1 ano
Abhishek Rathore
bda919033d
Fixed typo in a comment ( #3816 ) ( #3817 )
Fixed a grammatical error by removing "are" to change `... but some are have multiple purposes ...` to `... but some have multiple purposes ...` in `textures/textures_image_generation`
há 1 ano
Ray
3f1e59a7cf
Update copyright to 2024
há 2 anos
Ray
a3a73b9332
REVIEWED: `textures_image_kernel` #3556
Added screenshot
há 2 anos
Karim
21469e92b0
Image convolution function ImageKernelConvolution ( #3528 )
* Added image convultion ImageKernelConvolution
* comment changes
* spelling changes and change to kernel size
* removed kernel normalization inside function
* fix to formating
há 2 anos
Ray
040b945fef
Reviewed some examples and warnings
há 2 anos
Ray
9d8a11f21a
Update textures_textured_curve.c
há 2 anos
Ray
580fbf441c
Update textures_textured_curve.c
há 2 anos
Asdqwe
c147ab51c9
Fix examples/textures/textures_image_rotate.c help instructions ( #3286 )
há 2 anos