Ray
434e460c18
Example instructions tweak for clarity
il y a 5 ans
Ray
efdc6f87d5
Define standard examples size
il y a 5 ans
Ray
87774a0a21
Review variables initialization
il y a 5 ans
flashback-fx
d5f664373d
Move easings_example to its proper place
il y a 5 ans
flashback-fx
b7d4856745
Add easings example
il y a 5 ans
Ray
3dfbeb5488
Update core_3d_picking.c
il y a 5 ans
Ray
b525039e0a
Review ALL examples
il y a 5 ans
Ray
f44dfa1ef2
Implement VR distortion shader for GLSL 100
il y a 5 ans
Ray
424d3ca8d9
examples review
Redesigns, deletes and renames
Also noted authors propertly on contributed examples
il y a 5 ans
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 .
il y a 5 ans
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.
il y a 5 ans
Ray
34feacc148
new example: core_loading_thread
Data loading in a second thread with progress bar in main thread
il y a 5 ans
Reece Mackie
f36ba6a2f4
Damn, made a mistake
il y a 5 ans
Reece Mackie
948a442704
Update gamepad example to use new enums
il y a 5 ans
Ray
99537efccf
Review some examples
il y a 5 ans
Ray
24f07aaf5a
new example: core_window_scale_letterbox
il y a 5 ans
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
il y a 5 ans
Ray
2f56119568
Corrected issue when scaling
il y a 6 ans
Berni8k
7a712d00e6
Added multitouch example
il y a 6 ans
raysan5
6f61e26a3c
Reviewed custom logging functionality
il y a 6 ans
Pablo Marcos Oltra
c69f7953c7
Add SetTraceLogCallback to enable users setting custom logging ( #597 )
il y a 6 ans
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
il y a 6 ans
Ray
245704df72
Reviewed examples
il y a 6 ans
Ray San
6045062a05
Renamed some functions
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
il y a 6 ans
Ray San
6324697ffd
Rectangle parameters changed to float
- Some examples tweaks
- Reviewed ImageFormat()
- Use float for text fontSize
il y a 6 ans
raysan5
198d739256
BREAKING CHANGE: Renamed Camera -> Camera3D
Just added a fallback in the meantime...
il y a 6 ans
Ray San
4cc12ef2b3
Review camera definition on examples
il y a 6 ans
maficccc@gmail.com
551cf50685
Fix Uninitialized argument value
il y a 6 ans
Ray
1ef818b032
Update example
il y a 7 ans
Ray
1375a616b2
Some examples code tweaks
il y a 7 ans
raysan5
74fd671763
Remove old comment...
il y a 7 ans
Ray
c47b04a2c6
Working on web examples
il y a 7 ans
Ray
fdf8501e81
Improve vr support and simulator
il y a 7 ans
Ray
dd4dd0e87d
Reorganize examples folder
il y a 7 ans