Jeffery Myers
e48b9a6da1
[Examples] Warning fixes (pt 1) ( #1668 )
* Fix some warnings in examples.
* cleanups from review
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
3 years ago
Ray
a76fcaba3e
BIG CHANGE: REDESIGNED: Vr device simulator #1582
Vr simulator has been moved to core module and completely redesigned. Now user is in charge of stereo-render fbo and also in full control of distortion shader. Code is a bit more complex but better aligned with other raylib examples.
3 years ago
Ray
442abaab72
Updated example assets
3 years ago
Ray
8527dbc6e2
WARNING: REMOVED: GamepadNumber enum
3 years ago
Ray
07d82a91c5
WARNING: BREAKING: RENAMED: camera.type to camera.projection
3 years ago
Ray
fe3256be9f
Renamed some functions to use latest raylib version
3 years ago
Ray
915b0780d6
Update core_3d_picking.c
3 years ago
Jeffery Myers
48a7cd3c87
[Examples] Fix typecast warnings in examples. ( #1601 )
* Fixing typecast warnings generated by visual studio 2019 in examples.
* Changes to fixes based on feedback
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
3 years ago
Rabia Alhaffar
d96b422809
Fixed example doesn't show gamepad for Xbox 360 controllers with different drivers ( #1597 )
3 years ago
raysan5
00a0461c7a
REDESIGNED: VS2019 build paths
REMOVED: core_basic_window.cpp
3 years ago
raysan5
abdd57db0b
Review comments formating
4 years ago
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 )
4 years ago
raysan5
b68e522ffc
Updated several files while porting examples to web
4 years ago
raysan5
d9a9bacb48
Review formatting
4 years ago
Ray
62406259d7
Corrected minor windows flags issues
4 years ago
Ray
7955381fb3
Update core_basic_window.c
4 years ago
Ray
7e9028ae08
Update user name
4 years ago
Ray
1c9726fd8c
Update core_window_flags.c
4 years ago
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()
4 years ago
Ray
468a0bedd8
REDESIGNED: Window state config #1367 -WIP-
Some flags not working properly yet...
4 years ago
Ray
8e15dae5ed
Review contributed examples
4 years ago
Ray
41192c6d4a
Replace 0.f by 0.0f
4 years ago
Ray
a4ea9f872f
Review "aggregate initializations" #1403
4 years ago
chriscamacho
d140dc81c0
work on quat and matrix math - deleted multiple copies of raymath.h causing issues ( #1359 )
Co-authored-by: codifies <nospam@antispam.com>
4 years ago
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()
4 years ago
raysan5
6fb5207694
Update resources LICENSE
4 years ago
raysan5
fed4716c3b
resources PNG chunks cleaning
4 years ago
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
4 years ago
raysan5
6a8e4795da
Update core_input_multitouch.c
4 years ago
raysan5
00b3199859
Added raymath to examples
4 years ago
raysan5
44961d1975
Update core_basic_window.c
4 years ago
raysan5
a5e1aff99b
[example] Integrate virtual mouse in main example
4 years ago
raysan5
05abaee0e0
Update core_window_letterbox_virtual_mouse.c
4 years ago
Anata
c45fe62abc
Add files via upload ( #1147 )
Virtual mouse with window letterbox, and Clamp
4 years ago
Ray
5ff0776235
Remove trail spaces and some tweaks
4 years ago
Ray
23bde477e5
REDESIGN: LoadStorageValue()/SaveStorageValue()
Using new file I/O ABI
4 years ago
Ray
2294947660
Update core_storage_values.c
4 years ago
Ray
cacd4a9d90
Some examples tweaks
5 years ago
Ray
9f79ed2972
Create core_2d_camera_platformer.png
5 years ago
Ray
91faf72dda
Rename and review: core_2d_camera_platformer
5 years ago
Ray
5ad65d9291
Minor format tweaks
5 years ago
arvyy
97101d1003
Add screen->world and world->screen functions for 2D; add extended camera2D example ( #947 )
5 years ago
raysan5
20257f3e49
Uniform initialization not supported on GLSL 100
5 years ago
Ray
ce8d7042c6
PR formatting review
5 years ago
arvyy
d8b8c0f3fc
change Camera2D behavior ( #945 )
5 years ago
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
5 years ago
João Coelho
68ffbc06c7
explained a bit more the core_window_letterbox example ( #925 )
5 years ago
raysan5
602d2a65dd
Reviewed new examples
5 years ago
ChrisDill
879c874330
Added scissor test and mouse painting examples proposed in #890 ( #919 )
- Updated Makefile with new examples
5 years ago
Ray
434e460c18
Example instructions tweak for clarity
5 years ago