arvyy
97101d1003
Add screen->world and world->screen functions for 2D; add extended camera2D example ( #947 )
há 5 anos
raysan5
20257f3e49
Uniform initialization not supported on GLSL 100
há 5 anos
Ray
ce8d7042c6
PR formatting review
há 5 anos
arvyy
d8b8c0f3fc
change Camera2D behavior ( #945 )
há 5 anos
Leandro Gabriel
89c16baf18
Replace tabs with spaces and update year of copyright notices ( #927 )
* Update year of copyright notices
* Fix mistake in comment
* Fix typo ("algorythms")
* Replace tabs with spaces
* Remove trailing whitespace and fix mistake in comment
* Fix ExportImageAsCode missing comment rectangle corner
* Replace tab with spaces
* Replace tabs with spaces
há 5 anos
João Coelho
68ffbc06c7
explained a bit more the core_window_letterbox example ( #925 )
há 5 anos
raysan5
602d2a65dd
Reviewed new examples
há 5 anos
ChrisDill
879c874330
Added scissor test and mouse painting examples proposed in #890 ( #919 )
- Updated Makefile with new examples
há 5 anos
Ray
434e460c18
Example instructions tweak for clarity
há 5 anos
Ray
efdc6f87d5
Define standard examples size
há 5 anos
Ray
87774a0a21
Review variables initialization
há 5 anos
flashback-fx
d5f664373d
Move easings_example to its proper place
há 5 anos
flashback-fx
b7d4856745
Add easings example
há 5 anos
Ray
3dfbeb5488
Update core_3d_picking.c
há 5 anos
Ray
b525039e0a
Review ALL examples
há 5 anos
Ray
f44dfa1ef2
Implement VR distortion shader for GLSL 100
há 5 anos
Ray
424d3ca8d9
examples review
Redesigns, deletes and renames
Also noted authors propertly on contributed examples
há 5 anos
Ahmad Fatoum
6681fd7df2
examples: core_loading_thread: fix race condition
A plain variable is insuffecient for inter-thread communication. Both the
compiler and the processor may reorder accesses. The compiler could even
cache dataLoaded with the result that STATE_FINISHED becomes unreachable.
Fix this by using C11 atomic_bool, which guarantees sequential consistency.
This fixes #827 .
há 5 anos
Ahmad Fatoum
53d9beb534
examples: core_loading_thread: use symbolic names for state machine states
And while at it, use a switch clause to make the state machine
structure clearer.
há 5 anos
Ray
34feacc148
new example: core_loading_thread
Data loading in a second thread with progress bar in main thread
há 5 anos
Reece Mackie
f36ba6a2f4
Damn, made a mistake
há 5 anos
Reece Mackie
948a442704
Update gamepad example to use new enums
há 5 anos
Ray
99537efccf
Review some examples
há 5 anos
Ray
24f07aaf5a
new example: core_window_scale_letterbox
há 5 anos
Ray
5bfa675350
Review VR simulator mechanism
- No default VR device parameteres inside raylib
- VR device parameter should be provided by user
- VR distortion shader should be provided by user
há 5 anos
Ray
2f56119568
Corrected issue when scaling
há 6 anos
Berni8k
7a712d00e6
Added multitouch example
há 6 anos
raysan5
6f61e26a3c
Reviewed custom logging functionality
há 6 anos
Pablo Marcos Oltra
c69f7953c7
Add SetTraceLogCallback to enable users setting custom logging ( #597 )
há 6 anos
Ray
096fd6f2c3
Converted rlgl module in header-only
This change allows rlgl.h usage as independent single-file header-only module... still some tweaks required, like removing GLAD dependency... required extensions could be manually loaded!
Also removed shader_distortion.h, embedded in rlgl.h
há 6 anos
Ray
245704df72
Reviewed examples
há 6 anos
Ray San
6045062a05
Renamed some functions
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
há 6 anos
Ray San
6324697ffd
Rectangle parameters changed to float
- Some examples tweaks
- Reviewed ImageFormat()
- Use float for text fontSize
há 6 anos
raysan5
198d739256
BREAKING CHANGE: Renamed Camera -> Camera3D
Just added a fallback in the meantime...
há 6 anos
Ray San
4cc12ef2b3
Review camera definition on examples
há 6 anos
maficccc@gmail.com
551cf50685
Fix Uninitialized argument value
há 6 anos
Ray
1ef818b032
Update example
há 7 anos
Ray
1375a616b2
Some examples code tweaks
há 7 anos
raysan5
74fd671763
Remove old comment...
há 7 anos
Ray
c47b04a2c6
Working on web examples
há 7 anos
Ray
fdf8501e81
Improve vr support and simulator
há 7 anos
Ray
dd4dd0e87d
Reorganize examples folder
há 7 anos