raysan5
|
f5894278b7
|
Added Vector2 math functions
Reviewed some Vector3 functions
Added auxiliary Clamp() function
|
7 years ago |
raysan5
|
7e65c300b6
|
Make public TakeScreenshot() function
|
7 years ago |
raysan5
|
9956344215
|
new example: shapes_lines_bezier
|
7 years ago |
raysan5
|
843731e048
|
new example: text_input_box
|
7 years ago |
raysan5
|
4315b82ea7
|
Replaced some images and updated examples
|
7 years ago |
Ray
|
82c54449bf
|
Merge pull request #260 from RDR8/develop-c99-cflags
Added _DEFAULT_SOURCE to CFLAGS for C99 compatibility
|
7 years ago |
RDR8
|
774b120335
|
PLATFORM_WEB cleanup
|
7 years ago |
RDR8
|
1bba1242f4
|
Added _DEFAULT_SOURCE to CFLAGS for C99 compatibility
|
7 years ago |
raysan5
|
677c5cc9a8
|
Removed useless files
|
7 years ago |
Ray
|
f7bebf9861
|
Working on web examples
Reorganizing folders
Review examples
Work on makefile and loader.html
|
7 years ago |
Ray
|
8374460c39
|
Added glfw3 lib (for VS2015)
|
7 years ago |
Ray
|
20d205cae5
|
Working on examples...
|
7 years ago |
Ray
|
5fd83708cf
|
Added web files to ignore
|
7 years ago |
Ray
|
17b3f5e02e
|
Support generic target compilation
|
7 years ago |
Ray
|
d2d4b17633
|
Web: Support pointer lock
|
7 years ago |
Ray
|
ca338b3318
|
Merge branch 'develop' of https://github.com/raysan5/raylib into develop
|
7 years ago |
Ray
|
29067e19d9
|
Redesigned textures_rectangle example
|
7 years ago |
Ray
|
74255b6eb2
|
Corrected project paths
|
7 years ago |
Ray
|
795c6b465c
|
Working on web examples
|
7 years ago |
Ray
|
eb7212fe42
|
Merge pull request #258 from victorfisac/develop
Calculate tangents when loading a mesh
|
7 years ago |
victorfisac
|
82577ededc
|
Comment unused variables from tangent calculations
|
7 years ago |
victorfisac
|
4b7ea25603
|
Remove testing binormals implementation
|
7 years ago |
victorfisac
|
0c2a58cf96
|
Add tangents calculation when loading OBJ file
|
7 years ago |
victorfisac
|
54f070a0f4
|
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
|
7 years ago |
Ray
|
c47b04a2c6
|
Working on web examples
|
7 years ago |
Ray
|
fdf8501e81
|
Improve vr support and simulator
|
7 years ago |
Ray
|
99affa0caf
|
Corrected issue when retrieving texture from GPU
|
7 years ago |
Ray
|
1f56e8e5d0
|
Minor code tweaks
|
7 years ago |
Ray
|
dd4dd0e87d
|
Reorganize examples folder
|
7 years ago |
Ray
|
5a230659ef
|
Working in random crash...
Related to UpdateMusicStream(), in stb_vorbis
|
7 years ago |
Ray
|
c3b8a41f95
|
Remove function declaration
|
7 years ago |
Ray
|
50bc77ed96
|
Improve web examples -IN PROGRESS-
|
7 years ago |
victorfisac
|
256bc6e1dc
|
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
|
7 years ago |
Ray
|
e6ed85e993
|
Update web examples -WORK IN PROGRESS-
|
7 years ago |
Ray
|
0a33fbf8bb
|
Corrected TraceLog issue
|
7 years ago |
Ray
|
9724443c5b
|
Remove Lua lib from vs2015
|
7 years ago |
victorfisac
|
0d06c946f2
|
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
|
7 years ago |
Ray
|
954a24545f
|
Merge pull request #251 from RDR8/4krishna
Restore inadvertant changes to Makefiles
|
7 years ago |
RDR8
|
44de97ea16
|
Fine-tuning PLATFORM_WEB CFLAGS
|
7 years ago |
RDR8
|
f65bd8e4a0
|
Edit examples/Makefile PLATFORM_WEB CFLAGS to match src/Makefile
|
7 years ago |
RDR8
|
4889f240fe
|
Restore inadvertant changes to Makefiles
|
7 years ago |
Ray
|
080a79f0b0
|
Added IsFileExtension()
Replaced old GetExtension() function
Make IsFileExtension() public to the API
|
7 years ago |
Ray
|
2f65975c5e
|
Remove RBMF fileformat support
|
7 years ago |
Ray
|
b5dd18a70c
|
Review Sleep() usage, return to busy-wait-loop
|
7 years ago |
Ray
|
90b36bd274
|
Merge branch 'develop' of https://github.com/raysan5/raylib into develop
|
7 years ago |
Ray
|
b7a8a40e71
|
Work on configuration flags
|
7 years ago |
Ray
|
160408f269
|
Merge pull request #249 from RDR8/games-linux
Fixed some games. Replaced font.size with font.baseSize. Uncommented linux libs.
|
7 years ago |
RDR8
|
72b90bff0f
|
Merge remote-tracking branch 'origin/develop' into games-linux
|
7 years ago |
RDR8
|
efc4b2941b
|
Missed a couple
|
7 years ago |
RDR8
|
0c16af01e5
|
Replaced font.size with font.baseSize. Uncommented linux libs. Typo or two
|
7 years ago |