raysan5
abdd57db0b
Review comments formating
il y a 4 ans
Matheus Duarte
227496bea7
providing and example on how to apply the screen scale (as done in the virtual mouse) to the real mouse, to work with raygui ( #1481 )
il y a 4 ans
raysan5
b68e522ffc
Updated several files while porting examples to web
il y a 4 ans
raysan5
d9a9bacb48
Review formatting
il y a 4 ans
Ray
62406259d7
Corrected minor windows flags issues
il y a 4 ans
Ray
7955381fb3
Update core_basic_window.c
il y a 4 ans
Ray
7e9028ae08
Update user name
il y a 4 ans
Ray
1c9726fd8c
Update core_window_flags.c
il y a 4 ans
Ray
3d1ae3500c
REVIEWED: Window state flags -WIP-
WARNING: Several functions removed, replaced by SetWindowState() / ClearWindowState() equivalents, only for advance users.
ADDED: ClearWindowState() to reset window state
REMOVED: HideWindow() / UnhideWindow()
REMOVED: DecorateWindow() / UndecorateWindow()
il y a 4 ans
Ray
468a0bedd8
REDESIGNED: Window state config #1367 -WIP-
Some flags not working properly yet...
il y a 4 ans
Ray
8e15dae5ed
Review contributed examples
il y a 4 ans
Ray
41192c6d4a
Replace 0.f by 0.0f
il y a 4 ans
Ray
a4ea9f872f
Review "aggregate initializations" #1403
il y a 4 ans
chriscamacho
d140dc81c0
work on quat and matrix math - deleted multiple copies of raymath.h causing issues ( #1359 )
Co-authored-by: codifies <nospam@antispam.com>
il y a 4 ans
raysan5
c32ae480af
RENAMED: FormatText() -> TextFormat()
This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText()
il y a 4 ans
raysan5
6fb5207694
Update resources LICENSE
il y a 4 ans
raysan5
fed4716c3b
resources PNG chunks cleaning
il y a 4 ans
Mickaël Malécot
0bd64b7975
Gamepad axis bug fixes and improvement ( #1228 )
* Fix gamepad axis count
* Fix Xbox axis drawing
* Ignore low axis values
* Revert "Fix gamepad axis count"
This reverts commit f08ae4bf
* Fix GamepadAxis API
* Fix conflict with master
* Revert Gamepad MAX definitions
* Revert MAX_GAMEPAD_AXIS update
il y a 4 ans
raysan5
6a8e4795da
Update core_input_multitouch.c
il y a 5 ans
raysan5
00b3199859
Added raymath to examples
il y a 5 ans
raysan5
44961d1975
Update core_basic_window.c
il y a 5 ans
raysan5
a5e1aff99b
[example] Integrate virtual mouse in main example
il y a 5 ans
raysan5
05abaee0e0
Update core_window_letterbox_virtual_mouse.c
il y a 5 ans
Anata
c45fe62abc
Add files via upload ( #1147 )
Virtual mouse with window letterbox, and Clamp
il y a 5 ans
Ray
5ff0776235
Remove trail spaces and some tweaks
il y a 5 ans
Ray
23bde477e5
REDESIGN: LoadStorageValue()/SaveStorageValue()
Using new file I/O ABI
il y a 5 ans
Ray
2294947660
Update core_storage_values.c
il y a 5 ans
Ray
cacd4a9d90
Some examples tweaks
il y a 5 ans
Ray
9f79ed2972
Create core_2d_camera_platformer.png
il y a 5 ans
Ray
91faf72dda
Rename and review: core_2d_camera_platformer
il y a 5 ans
Ray
5ad65d9291
Minor format tweaks
il y a 5 ans
arvyy
97101d1003
Add screen->world and world->screen functions for 2D; add extended camera2D example ( #947 )
il y a 5 ans
raysan5
20257f3e49
Uniform initialization not supported on GLSL 100
il y a 5 ans
Ray
ce8d7042c6
PR formatting review
il y a 5 ans
arvyy
d8b8c0f3fc
change Camera2D behavior ( #945 )
il y a 5 ans
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
il y a 5 ans
João Coelho
68ffbc06c7
explained a bit more the core_window_letterbox example ( #925 )
il y a 5 ans
raysan5
602d2a65dd
Reviewed new examples
il y a 5 ans
ChrisDill
879c874330
Added scissor test and mouse painting examples proposed in #890 ( #919 )
- Updated Makefile with new examples
il y a 5 ans
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 6 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 6 ans