Milan Nikolic
3c3a9318ff
Integrate Android build into Makefile
8年前
raysan5
f7b706263a
Some code tweaks
Correcting details that pop-up when testing the different platforms
9年前
raysan5
bee283b12b
Some tweaks around
9年前
raysan5
f18c8cea16
Updated to support OpenAL Soft static library
9年前
raysan5
1ffe713d93
Corrected bug
9年前
raysan5
3377a4485b
Support shared/dynamic raylib compilation
Generates:
Win32: raylib.dll, libraylibdll.a (import library)
Linux: libraylib.so
9年前
Ray
289e04a62a
Ported camera module to header-only
9年前
raysan5
3b80e2c1e0
Redesigned gestures module to header-only
9年前
LelixSuper
3d519c7a39
Fix install command of src/ makefile
9年前
sol-prog
32a671b9da
OS X comaptiblity changes and compiled library
9年前
raysan5
0e6b249260
Review outputs by platform
9年前
LelixSuper
de865a9b55
fix small things on 'src/' makefile
9年前
LelixSuper
ebfb1978b8
allow to compile shared version of raylib
9年前
LelixSuper
13c56887f1
fix 'external/stb_vorbis.c" compilation
9年前
LelixSuper
2272a4722f
restore the original method to compile all modules
This commit restores the original method to compile all modules, but fix
prerequisites.
9年前
LelixSuper
94a5fc5c2c
add some explanation of makefile in 'src/'
9年前
LelixSuper
d38fb9bda2
fix small things on makefile of 'src/' folder
9年前
LelixSuper
6efaa78058
improve the compilation of all modules
9年前
LelixSuper
e62c30c8b1
improve 'clean' target of 'src/' makefile
9年前
LelixSuper
6f335d2c9e
add 'install' and 'unistall' target
The first target allow makefile to install the dev files (static library and
header) to standard directories on GNU/Linux platforms; the second allow it to
unistall (remove) the dev files.
It needs lot of improvements.
9年前
LelixSuper
dbec22f2df
restyle Makefile of 'src/' folder and fix targets
9年前
raysan5
0fbd48a889
Corrected bug on OpenGL 1.1
Set makefile to default OpenGL 3.3 compilation
9年前
Ray
4df7a0f2f8
Added support for OpenGL 2.1
9年前
raysan5
058af472ea
Converted GLAD to header only
9年前
LelixSuper
302d84cedc
Fix mistake in Makefile
9年前
Ray
29d505c98e
Reorganize external libraries - BREAKING CHANGE -
Moved all external libraries used by raylib to external folder inside
raylib src. Makefile has already been update and also the different
includes in raylib modules.
9年前
raysan5
3e88156817
Ignore invalid warning
9年前
LelixSuper
9361615786
Fix Makefile files
I've added .PHONY targets and fixed "clean" recipe.
9年前
LelixSuper
a04a7b6ea5
Fix cleaning recipies for GNU/Linux
9年前
LelixSuper
f2f4079411
Remove recipes of GLEW from Makefile (not used any more)
9年前
LelixSuper
2e3e62a413
Raname all makefile files to "Makefile"
I've renamed all makefile files to "Makefile" because they appear in the first files.
9年前
raysan5
83459159f4
Corrected compiler complaint
9年前
Ray San
8aab52aeda
Redesigned RPI input system -IN PROGRESS-
9年前
Constantine Tarasenkov
e6ad166ae3
9年前
Constantine Tarasenkov
5d6475c93b
Fix raylib compiling on Linux
9年前
raysan5
c5377f4e05
Review CFLAGS for multiple platforms
10年前
Constantine Tarasenkov
7c36289768
Fix compiling on Linux
10年前
raysan5
4879106096
Reviewed to work on Raspberry Pi
[rlgl] Extensions strings loading was redone to avoid a Segmentation
Fault on Raspberry Pi
10年前
raysan5
94a1fdc2ae
Updated some comments
10年前
raysan5
39e22e98ce
Added stb_vorbis lib compilation
10年前
raysan5
e25f1227c0
Updated stb headers
10年前
raysan5
a7714c842f
raymath module review and other changes
Complete review of matrix rotation math
Check compressed textures support
WIP: LoadImageFromData()
10年前
Constantine Tarasenkov
b92c1bbbf7
Fixes for makefiles, GLFW 3.1 library for Linux
10年前
raysan5
d739895e4a
Reorganized external folders by platform
Improved makefiles!
11年前
raysan5
4a7e522d4b
Review build system for Android and RPI
11年前
raysan5
7ea8326b52
makefiles reorganization
Edited to better accomodate to multiple platforms
11年前
raysan5
905b6ec53d
Added full support for HTML5 (emscripten)
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
11年前
raysan5
cfa60ab7e6
Added support for emscripten and more
Added PLATFORM_WEB support (emscripten-webgl)
[audio] Added LoadSoundFromWave()
[textures] Added LoadTextureFromImage() to replace CreateTexture()
Some TraceLogs edited...
11年前
raysan5
d3cf316e40
Added features and corrected bugs...
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
11年前
Palaui
a2c8ddca13
Revert "Corrected some bugs..."
This reverts commit 29d8b48503 .
11年前