raysan5
76c6f0b1e6
Working on PBR system
Moved PBR material loading to example, right decision?
преди 7 години
Ray
e8b65422c4
Merge pull request #329 from define-private-public/328.shared-library-on-os-x
Able to make a .dylib for OS X
преди 7 години
raysan5
d368403a13
Working on PBR materials, renamed some data
преди 7 години
Benjamin N. Summerton
ba32d6a753
Able to make a .dylib for OS X
преди 7 години
Ray
8f569e59b1
Review shared library generation
преди 7 години
Ray
bf169f7f42
Added PBR required resources
преди 7 години
raysan5
e893f3629e
Corrected some issues
преди 7 години
Ray
6546474fa4
Manual integration of material-pbr into develop
преди 7 години
Ray
025dab9907
Updated twitter address
преди 7 години
raysan5
8ca8550739
Removed function reference
преди 7 години
raysan5
013f80f3a3
Added command line compiling with MSVC
That's just a reference file, needs review
преди 7 години
raysan5
53fbeeea71
Corected some issues with jar_xm
Problems when compiling with VS2015
Probably DEBUG(...) macro is not the best naming...
преди 7 години
raysan5
36fcffeaae
Incremented version number for reference
преди 7 години
raysan5
6589c808b5
Review some formatting for consistency
преди 7 години
raysan5
5f0f87ecce
Added VS2015 raylib release files
преди 7 години
raysan5
65cf3080a5
Review VS2015 projects configurations
преди 7 години
raysan5
c04cb0a65e
Review TraceLog() usage
преди 7 години
raysan5
9f09f6f550
Rename enum LogType names...
...to avoid possible conflicting symbols
преди 7 години
raysan5
bfa66f446a
Review raylib path on rpi
преди 7 години
Ray
c949b74114
Merge pull request #315 from joeld42/obj-loader-fix
Fix for OBJ loading
преди 7 години
Joel Davis
e0c95ede50
Prevent bogus triangle being added when there is whitespace at end of .OBJ file
преди 7 години
Ray
83b4b13a2c
Merge pull request #314 from nounoursheureux/develop
Fix some typos (lenght -> length)
преди 7 години
Wilhem Barbier
056a494baf
Fix some other typos
преди 7 години
Wilhem Barbier
aba3739c13
Fix some typos in raymath.h
преди 7 години
Ray
495b6d8883
Merge pull request #313 from nounoursheureux/develop
Removed an unwanted file and fixed an example
преди 7 години
Wilhem Barbier
3c9aa780f9
Removed an unwanted file and fixed an example
преди 7 години
Ray
5f5bd20f07
Merge pull request #312 from nounoursheureux/image_gen
Add a density parameter to GenImageRadialGradient
преди 7 години
Wilhem Barbier
786cd63057
Add a density parameter to GenImageRadialGradient
преди 7 години
Ray
c3049a9b06
Merge pull request #311 from nounoursheureux/image_gen
Add more image generation functions: radial gradient and perlin noise
преди 7 години
Ray
c51f63f661
Merge pull request #310 from nounoursheureux/save_image
Add the SaveImageAs function
преди 7 години
Wilhem Barbier
3fe268d004
Swap the two parameters
преди 7 години
Wilhem Barbier
a0ac8ee2c4
Add more image generation functions: radial gradient and perlin noise
преди 7 години
Wilhem Barbier
954757532a
Add the SaveImageAs function
преди 7 години
Ray
92ca68aac8
Merge pull request #309 from nounoursheureux/image_gen
Add some image generation functions
преди 7 години
Wilhem Barbier
fcd13fd5d2
Add some functions to generate images
Namely:
- GenImageHorizontalV
- GenImageHorizontalH
- GenImageChecked
- GenImageWhiteNoise
- GenImageCellular
The gradient implementation may be a bit naive, for example it doesn't do any gamma correction.
преди 7 години
Ray
c46abd34d4
Merge pull request #305 from jubalh/mesondepv
Add version info to glfw dependency
преди 7 години
Michael Vetter
03c4ed6b3f
Add version info to glfw dependency
glfwSetWindowMonitor and some other functions are only available from 3.2
onwards.
преди 7 години
Ray
8c1f32f2fe
Additional check on file open
преди 7 години
Ray
eee8393eb0
Merge pull request #303 from jubalh/mesongnu
Meson: use gnu99
преди 7 години
Ray
5370fe18e0
Additional check for bool header definition
преди 7 години
Michael Vetter
4fad1607ed
Meson: use gnu99
We use variable init in for loops, so need c99.
преди 7 години
Ray
4b1bc7f65e
Merge pull request #301 from jubalh/time
Add define to have CLOCK_MONOTONIC work in c99
преди 7 години
Michael Vetter
272073785f
Add define to have CLOCK_MONOTONIC work in c99
If we compile with c99 without gnu extensions (gnu99) we need this
define, to have CLOCK_MONOTONIC and similar macros available
преди 7 години
Ray
b6d7fa9bb0
Merge pull request #299 from jubalh/soversion
Add library versioning
преди 7 години
Michael Vetter
1a61dc2c77
Meson: build library with so version
This should always be the number of the raylib release.
Especially when the new version is ABI incompatible the major version
should be bumped.
преди 7 години
Ray
9dd3c03153
Merge pull request #297 from jubalh/meson
Initial meson support
преди 7 години
raysan5
402a8bfd68
Added note about transposing
преди 7 години
raysan5
43cb6414f6
Added note about transposing
преди 7 години
Michael Vetter
567831a693
Allow static/dynamic library building with meson
Using the library() function instead of shared_library() allows changing
of the library type via the default_library option.
This allows for easy change between static and dynamic library building.
Use 'meson --default-library=static builddir' to build as static, if no builddir yet exists.
Use 'mesonconf -Ddefault_library=static builddir' to change the type for
an existing builddir.
преди 7 години
Michael Vetter
9c524ee3a6
Add meson files for basic Linux building
преди 7 години