Commit Graph

376 Commits

Author SHA1 Message Date
0eb222bda1 Issue with libraries renamed on Raspbian Stretch
libEGL and libGLESv2 have been renamed on latest Raspbian Stretch
version (also included on latest Jessie upgrade).

It seems to be done to avoid conflicts between official Mesa libs and
Broadcomm provided ones.
2017-11-07 13:02:15 +01:00
4fe8e05a7f Review GLSL 120 shaders
Not tested, could have errors
2017-11-06 13:49:33 +01:00
Ray
085779707f Uploaded shaders for GLSL 120 2017-11-05 17:13:17 +01:00
Ray
24657ca789 Review textures to be POT
Could correct possible issues on OpenGL 1.1
2017-11-05 17:06:50 +01:00
3d755d617a Some code tweaks... 2017-11-02 20:08:52 +01:00
415e7e972c Review some issues, view description
- Review RPI compilation (core_drop_files not supported)
- Review ImageFormat(), some issues
- GetTextureData() reviewed for RPI
2017-10-30 13:51:46 +01:00
f460b3842e Added new example: text drawing on image 2017-10-30 09:37:16 +01:00
Ray
52cd0395b4 Merge pull request #373 from Martinfx/master
Added support FreeBSD
2017-10-28 22:22:04 +02:00
f897169160 Removed comment 2017-10-28 18:53:32 +02:00
47c7f3624f Added support FreeBSD for example 2017-10-28 18:41:29 +02:00
Ray
9668f546d3 Example shader correction 2017-10-23 22:41:06 +02:00
Ray
2ba43b595e Update file 2017-10-22 20:07:40 +02:00
Ray
6cec382f65 Comments tweak 2017-10-22 20:00:18 +02:00
Ray
b6c9b54316 Simplified desktop examples compilation 2017-10-22 12:09:00 +02:00
Ray
18601f7619 Merge pull request #369 from raysan5/develop
Integrate Develop branch
2017-10-20 16:15:23 +02:00
Ray
1ef818b032 Update example 2017-10-20 13:59:08 +02:00
Ray
d9d9546ee5 Updated to latest library version 2017-10-20 12:13:21 +02:00
Ray
1375a616b2 Some examples code tweaks 2017-10-20 00:18:21 +02:00
037fbc571a Remove unused file 2017-10-19 14:37:00 +02:00
8ace02c2ff Added new examples to build...
...and reviewed some details
2017-10-17 13:30:41 +02:00
76c821a68d Add screenshot 2017-10-17 11:52:01 +02:00
5dc216f419 Improved some examples 2017-10-17 11:51:50 +02:00
4909f9711c Small tweak, remove tabs 2017-10-14 12:25:36 +02:00
5430d5d52e Review Makefiles 2017-10-14 00:13:23 +02:00
9446746001 Corrected issues on examples 2017-10-14 00:11:37 +02:00
2051be3825 Add mesh generation example -IN PROGRESS- 2017-10-09 10:13:02 +02:00
b2789949ee Working on Makefiles... 2017-10-02 14:12:03 +02:00
Ray
639f41cf54 Renamed example file 2017-09-30 00:45:03 +02:00
e173db19f7 CMake based build system.
Some people might find this handly
2017-08-27 13:28:02 -04:00
0fc1323c80 Renamed modelviewprojection matrix 2017-08-25 01:43:55 +02:00
74fd671763 Remove old comment... 2017-08-24 23:57:34 +02:00
93a4b5e851 Added compiler flag...
...to avoid issue on Arch Linux
2017-08-24 18:27:31 +02:00
1f310f7d4b new example added: models_plane_rotations 2017-08-04 13:38:21 +02:00
17d40b2f37 Corrected function name 2017-07-25 18:26:22 +02:00
c764b3d03e Some tweaks 2017-07-25 18:10:07 +02:00
2fc7bc9504 Reviewed example with new maths 2017-07-22 13:02:02 +02:00
c43caeccb6 Update Makefile in examples/
We need to grab the OS name before determining what the path should be.
2017-07-21 19:30:24 -04:00
c6cd07c373 Some tweaks raymath related 2017-07-21 17:46:44 +02:00
9040526f17 Adapt to new materials system 2017-07-21 17:17:37 +02:00
980d9d4cd4 rlgl usable as standalone library 2017-07-21 10:42:57 +02:00
163339991c Review heightmap example for raylib 1.8 2017-07-21 09:55:10 +02:00
92729662f4 Additional path check 2017-07-21 09:49:23 +02:00
2679c4ae9b Review mesh loading and textures generation 2017-07-21 09:34:09 +02:00
4c06725461 Removed useless functions
SetMaterialTexture() and UnsetMaterialTexture()... too shader
dependant...
2017-07-20 14:27:17 +02:00
76c6f0b1e6 Working on PBR system
Moved PBR material loading to example, right decision?
2017-07-19 18:55:32 +02:00
d368403a13 Working on PBR materials, renamed some data 2017-07-19 10:09:34 +02:00
Ray
bf169f7f42 Added PBR required resources 2017-07-17 14:06:27 +02:00
e893f3629e Corrected some issues 2017-07-17 12:02:46 +02:00
Ray
6546474fa4 Manual integration of material-pbr into develop 2017-07-17 00:33:40 +02:00
6589c808b5 Review some formatting for consistency 2017-07-02 19:29:01 +02:00