raysan5
06a8d7eb06
Remove old postprocessing system
9年前
raysan5
66b096d978
Added support for render to texture (use RenderTexture2D)
Now it's possible to render to texture, old postprocessing system will
be removed on next raylib version.
9年前
raysan5
1136d4222f
Setting up for raylib 1.5.0
9年前
raysan5
a3f16c8459
Improved 2d camera system -IN PROGRESS-
9年前
raysan5
269b120104
Review Android button inputs
9年前
raysan5
584e74c676
Corrected bug on touch position
9年前
raysan5
fa78023aa4
Understand mouse as touch in web
9年前
raysan5
ebc2b9a286
Improved windows resizing system...
...despite not being enabled on GLFW3
9年前
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年前
Ray
49df957058
Add support for multiple gamepads on RPI
9年前
Ray
db4585b3e2
Improved gamepad support
Now it works ok also in RaspberryPi
9年前
raysan5
6ee5718b2e
Improved function GetKeyPressed()
To support multiple keys (including function keys)
9年前
raysan5
5ea18b9426
Support 2d camera system -IN PROGRESS-
9年前
raysan5
d8bd8634ab
3d Camera: Added support for field-of-view Y
9年前
Ray
dcbf2a0e0c
Replaced tabs by spaces
9年前
raysan5
4476a9e241
Review rlglUnproject() system
9年前
Ray San
98c60838fe
Reviewed RPI inputs
9年前
Ray
09f28d0f57
Working on RPI gamepad support
9年前
Ray San
8aab52aeda
Redesigned RPI input system -IN PROGRESS-
9年前
Ray
afd2ffb74a
Updated gestures module
Using normalized [0..1] input points
9年前
raysan5
0018522031
Updated show-logo and start reviewing RPI inputs
9年前
raysan5
30fafb77db
Updated fullscreen issue comment
9年前
raysan5
cbbe948529
Some code tweaks
9年前
raysan5
823abf666e
Reviewed code TODOs
9年前
Ray
a847df921f
Reviewed gestures module
9年前
Ray
6a392f0eb2
GLAD not used on HTML5
9年前
raysan5
c00062655f
GLAD only available on PLATFORM_DESKTOP
9年前
Ray
646f1c3f71
Some formating tweaks
9年前
Ray
728e1715cc
Redesigned gestures system...
...and improved mouse gestures support
Some testing still required...
9年前
Constantine Tarasenkov
13925f7bd4
Add functions to disable and enable cursor
9年前
raysan5
ac475f46b9
Added touch points id to gestures
Required by ProcessGestureEvent()
9年前
raysan5
d0ff78e7f4
Move Light struct to example
9年前
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年前
raysan5
08da91047e
Some code tweaks
9年前
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
10年前
raysan5
455be7f6f6
Try to implement GLAD support
10年前
raysan5
23d66e9b6f
Move extensions loading to core module
10年前
raysan5
efa1c96d19
Adapted raymath as single header library
Added support for single header implementation and also inline functions
support
10年前
raysan5
f24fd14814
Note on RPI inputs
10年前
raysan5
3b4d8442e0
Corrected some float values
10年前
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.
10年前
raysan5
5e7686695f
Review Light/Material system
Simplified for the user (more intuitive and clear)
Removed lighting module dependency
10年前
victorfisac
4a637191f2
Implemented ray trace from mouse position
- Fixed GetMouseRay() function.
- rlglUnproject() unused.
10年前
raysan5
7f2e67e924
Simplified MatrixMultiply() function
10年前
victorfisac
fe0cf8f9a9
Added some comments and fixed spaces
10年前
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.
10年前
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.
10年前
raysan5
891c4a458a
Matrix variables renaming
10年前
raysan5
70d405b41b
Added functionality: Storage values
Two new functions added to save/load values as binary data:
- StorageSaveValue()
- StorageLoadValue()
10年前
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)
10年前