raysan5
269b120104
Review Android button inputs
9 yıl önce
raysan5
584e74c676
Corrected bug on touch position
9 yıl önce
raysan5
fa78023aa4
Understand mouse as touch in web
9 yıl önce
raysan5
ebc2b9a286
Improved windows resizing system...
...despite not being enabled on GLFW3
9 yıl önce
Ray
e2ba22ec59
Improved 2D-3D drawing
Depth test disabled for 2D and only used on 3D; consequently LINES vs
TRIANGLES vs QUADS buffers drawing order maters... but blending also
works ok.
9 yıl önce
Ray
49df957058
Add support for multiple gamepads on RPI
9 yıl önce
Ray
db4585b3e2
Improved gamepad support
Now it works ok also in RaspberryPi
9 yıl önce
raysan5
6ee5718b2e
Improved function GetKeyPressed()
To support multiple keys (including function keys)
9 yıl önce
raysan5
5ea18b9426
Support 2d camera system -IN PROGRESS-
9 yıl önce
raysan5
d8bd8634ab
3d Camera: Added support for field-of-view Y
9 yıl önce
Ray
dcbf2a0e0c
Replaced tabs by spaces
9 yıl önce
raysan5
4476a9e241
Review rlglUnproject() system
9 yıl önce
Ray San
98c60838fe
Reviewed RPI inputs
9 yıl önce
Ray
09f28d0f57
Working on RPI gamepad support
9 yıl önce
Ray San
8aab52aeda
Redesigned RPI input system -IN PROGRESS-
9 yıl önce
Ray
afd2ffb74a
Updated gestures module
Using normalized [0..1] input points
9 yıl önce
raysan5
0018522031
Updated show-logo and start reviewing RPI inputs
9 yıl önce
raysan5
30fafb77db
Updated fullscreen issue comment
9 yıl önce
raysan5
cbbe948529
Some code tweaks
9 yıl önce
raysan5
823abf666e
Reviewed code TODOs
9 yıl önce
Ray
a847df921f
Reviewed gestures module
9 yıl önce
Ray
6a392f0eb2
GLAD not used on HTML5
9 yıl önce
raysan5
c00062655f
GLAD only available on PLATFORM_DESKTOP
9 yıl önce
Ray
646f1c3f71
Some formating tweaks
9 yıl önce
Ray
728e1715cc
Redesigned gestures system...
...and improved mouse gestures support
Some testing still required...
9 yıl önce
Constantine Tarasenkov
13925f7bd4
Add functions to disable and enable cursor
9 yıl önce
raysan5
ac475f46b9
Added touch points id to gestures
Required by ProcessGestureEvent()
9 yıl önce
raysan5
d0ff78e7f4
Move Light struct to example
9 yıl önce
raysan5
41959eeae1
Added support for mouse gestures (need testing)
Mouse input is interpreted as touches to allow mouse gestures
detection... and get an unified inputs system for all platforms!
9 yıl önce
raysan5
08da91047e
Some code tweaks
9 yıl önce
raysan5
4e57bd1f18
Replaced GLEW by GLAD
Removed GLEW external dependency, now it works with GLAD
Kept GLEW path, just in case... detected weird behaviour when testing
with gDEBugger
9 yıl önce
raysan5
455be7f6f6
Try to implement GLAD support
9 yıl önce
raysan5
23d66e9b6f
Move extensions loading to core module
9 yıl önce
raysan5
efa1c96d19
Adapted raymath as single header library
Added support for single header implementation and also inline functions
support
9 yıl önce
raysan5
f24fd14814
Note on RPI inputs
9 yıl önce
raysan5
3b4d8442e0
Corrected some float values
9 yıl önce
victorfisac
4cc394c376
Added world to screen conversion
- Added function WorldToScreen(...).
- Added world to screen example.
- Review GetMouseRay() comment.
- Removed deprecated lighting functions from raylib header.
9 yıl önce
raysan5
5e7686695f
Review Light/Material system
Simplified for the user (more intuitive and clear)
Removed lighting module dependency
9 yıl önce
victorfisac
4a637191f2
Implemented ray trace from mouse position
- Fixed GetMouseRay() function.
- rlglUnproject() unused.
9 yıl önce
raysan5
7f2e67e924
Simplified MatrixMultiply() function
9 yıl önce
victorfisac
fe0cf8f9a9
Added some comments and fixed spaces
9 yıl önce
victorfisac
32508f6db1
Fixed Android lock screen bug
- Fixed Android locking screen bug. OnDestroy() was called when locking
screen.
- Power button input must be handled by OS.
- AndroidManifest.xml is affected by configChanges="screenSize".
- Updated library header for android template.
9 yıl önce
victorfisac
ea50092356
Add Android physic buttons input detection
- Added functions for detect when pressed, during down and when
released.
- Added defines for back, menu, volume up and down button numbers.
9 yıl önce
raysan5
891c4a458a
Matrix variables renaming
9 yıl önce
raysan5
70d405b41b
Added functionality: Storage values
Two new functions added to save/load values as binary data:
- StorageSaveValue()
- StorageLoadValue()
9 yıl önce
raysan5
d32feaa668
Reviewed Android inputs and gestures system
Corrected Android processing for some inputs (BACK button, VOLUME
buttons)
Redesigned Gestures system (some work still required)
SetEnabledGestures() - Only support desired gestures (requires some
review)
9 yıl önce
raysan5
5659249dfa
Some tweaks and details review
9 yıl önce
raysan5
1b39b2e261
Added BeginDrawingEx()
BeginDrawing() function with extended parameters
9 yıl önce
Ray
580c0a7296
Moved gestures touch functionality back to core
Required gestures module when compiling for Android and Web
9 yıl önce
Ray San
d218534fff
Feature: On desktop, center window on screen
9 yıl önce