Ray
b79df1c329
Updated easings examples
2022-08-02 18:55:49 +02:00
Ray
0ce8a8f360
Remove easings.h from raylib/src, moved to examples
2022-08-02 18:31:57 +02:00
Ray
b6f87023ad
Update rlgl_standalone.c
2022-07-29 12:38:01 +02:00
Ray
4a9391ae83
REVIEWED: examples descriptions
2022-07-20 01:28:37 +02:00
Ray
8aa105fd5b
WARNING: REMOVED: raudio_standalone example
...
Moved to raudio library repo: https://github.com/raysan5/raudio
2022-07-15 19:05:05 +02:00
Ray
53e3375186
Create rlgl_standalone.png
2022-07-09 00:12:50 +02:00
Ray
61695c5315
Added some examples screenshots
2022-07-07 19:12:37 +02:00
Ray
5c5db2c016
Update rlgl_compute_shader.c
2022-07-04 18:34:38 +02:00
Ray
c1b01c0d5d
Added new comment to examples
2022-06-21 19:53:18 +02:00
Ray
7743af853a
Update easings.h
2022-06-12 21:13:27 +02:00
Ray
1fac09d0f4
REVIEWED: example: Compute shader Game-of-life
2021-10-31 12:28:04 +01:00
raysan5
fec0ce34c5
Remove trailing spaces
2021-10-19 14:57:12 +02:00
raysan5
942731cc22
REVIEWED: macOS does not require GLAD library #2052
...
It directly uses the libraries provided by the system
2021-10-13 19:29:29 +02:00
Ray
7749a2805c
UPDATED: raygui to latest version -WIP-
...
Note this new raygui version embeds ricons and `GuiTextBoxMulti()` is not working properly
2021-08-25 00:51:37 +02:00
raysan5
7ca9131fd4
Update rlgl_standalone.c
2021-08-07 11:58:39 +02:00
raysan5
5b6d83b533
REVIEWED: rlgl defines for consistency
2021-07-31 19:46:44 +02:00
raysan5
73c8ddc8bf
REVIEWED: raylib_opengl_interop
2021-07-31 18:36:06 +02:00
raysan5
0f8cfd6031
Update rlgl_standalone.c
2021-07-30 13:52:00 +02:00
raysan5
b4fddf146b
REVIEWED: Added new mechanism to avoid data types collision between modules that share same data types and can be used in standalone mode
2021-07-30 13:44:52 +02:00
raysan5
aeb1a0da84
REVERTED: Removed the need for rlMatrix
...
Now rlgl uses the `Matrix` type, just make sure it has been previously defined somewhere... I don't like this approach but it's probably the easier one for the users... still looking for a better solution... maybe using something like
`#define MATRIX_TYPE`, so it can be checked in other modules.
2021-07-30 12:54:54 +02:00
raysan5
8b7f43f89b
WARNING: BREAKING CHANGE: rlgl complete decoupling from raylib -WIP-
...
rlgl has been redesigned to avoid any dependency to `raylib` or `raymath`, all functions using some of those libs have been reviewed.
- REMOVED: `Texture2D`, `Shader` structs dependency
- REMOVED: `Vector3`, `Matrix` structs dependency
- REMOVED: raymath functions dependency, all required math is implemented in rlgl
- ADDED: `rlMatrix` custom rlgl type
- ADDED: `utils.c`: `rlMatrixFromMatrix()` and `rlMatrixToMatrix()` for a safe conversion between raylib<->rlgl matrix types
- ADDED: `rl` prefix to all `rlgl` structs
- Other small tweaks here and there
2021-07-29 21:57:50 +02:00
Ray
7203acdef9
Minor format tweaks
2021-06-23 09:59:11 +02:00
Ray
0e65e5877f
Update rlgl_standalone.c
2021-06-17 12:54:05 +02:00
Ray
7b6b87ec5b
Update VS2019 project: rlgl_standalone
2021-05-20 19:14:20 +02:00
Ray
b62c86572e
REVIEWED: raudio_standalone #1752
2021-05-07 15:38:13 +02:00
Ray
dcf52c132f
Remove trail spaces
2021-04-22 18:55:24 +02:00
Stephan Soller
93d3212914
[examples] Added an example for raylib OpenGL interop ( #1726 )
...
* Added an example for raylib OpenGL interop.
* Removed C99 variable-length array to fix MSVC errors
* Moved the opengl interop example from shaders to others.
2021-04-19 20:28:14 +02:00
Ray
6f5a4a9351
REVIEWED: rlgl_standalone usage
2021-03-23 11:51:09 +01:00
Jeffery Myers
48a7cd3c87
[Examples] Fix typecast warnings in examples. ( #1601 )
...
* Fixing typecast warnings generated by visual studio 2019 in examples.
* Changes to fixes based on feedback
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
2021-02-20 23:37:32 +01:00
raysan5
ea0f6c7a26
Replace TABS by 4 spaces
2020-12-24 23:07:52 +01:00
Seth Archambault
d43268b317
Added GLFW_OPENGL_FORWARD_COMPAT for Apple Support ( #1445 )
...
Without GLFW_OPENGL_FORWARD_COMPAT, running this as a standalone will yield the error:
```
NSGL: The targeted version of macOS only supports forward-compatible core profile contexts for OpenGL 3.2 and above
```
2020-11-29 10:15:51 +01:00
Seth Archambault
ed0fda2b40
Added Apple Compilation Instructions ( #1444 )
...
Stumbled on this example and I love this! Adding instructions that work for me on MacOS.. Note that glfw3 will need to be statically built locally and copied to this external/libs directory on mac. I can upload my static version, but it probably makes sense to do this only if there's some general naming convention for adding platform specific folders. Like "external_osx/lib" or "external/lib_osx". Then I'll drop my static libs in there.
2020-11-29 09:53:29 +01:00
raysan5
168948d91d
Update raudio_standalone.c
2020-07-31 12:31:40 +02:00
raysan5
7eb6cb470b
Update raudio_standalone.c
2020-07-31 12:13:10 +02:00
Daniel Jour
2d4956feeb
Fix format-security error in rlgl_standalone.c ( #1305 )
...
See #1304
2020-07-10 11:17:46 +02:00
raysan5
9ce838806b
[examples] Review/change audio resources
2020-06-03 01:29:24 +02:00
raysan5
b897ae092a
ADDED: Ecample: embedded files loading
2020-05-14 23:58:36 +02:00
Ray
7912fac815
Correct typo
2020-02-26 23:19:29 +01:00
Ray
fa4e0c1a26
Reviewed example
2020-02-26 20:47:08 +01:00
Ray
3cd9e3896a
tweak
2020-02-04 15:43:14 +01:00
Ray
d2bb6185f1
Review issue with RLGL TraceLog()
2020-02-03 20:20:00 +01:00
Leandro Gabriel
89c16baf18
Replace tabs with spaces and update year of copyright notices ( #927 )
...
* Update year of copyright notices
* Fix mistake in comment
* Fix typo ("algorythms")
* Replace tabs with spaces
* Remove trailing whitespace and fix mistake in comment
* Fix ExportImageAsCode missing comment rectangle corner
* Replace tab with spaces
* Replace tabs with spaces
2019-08-03 11:07:41 +02:00
Ray
87774a0a21
Review variables initialization
2019-05-27 00:18:15 +02:00
Ray
241c4c8d14
Review easings PR
2019-05-25 01:33:03 +02:00
flashback-fx
bc285f71ed
rename easings_example.c to easings_testbed.c
2019-05-24 22:24:01 +00:00
flashback-fx
d5f664373d
Move easings_example to its proper place
2019-05-24 22:18:44 +00:00
Ray
7a23a35eed
Remove broken example: standard_lighting
2019-05-06 16:39:25 +02:00
Ray
621965cb8c
Move bunnymark example to another module
2019-05-06 16:38:58 +02:00
Ray
8774cb3c24
Removed iqm example
...
Already integrated into raylib
2019-04-11 23:38:13 +02:00
ChillerDragon
f21761fbbb
Happy new year 2019
2019-04-07 17:49:12 +02:00
Ray
92733d6695
BIG UPDATE: New models functions for animations!
...
Multiple functions added and some reviewed to adapt to the new multi-mesh, multi-material and animated models.
2019-04-05 13:15:56 +02:00
Ray
2217c04ecf
Update standard_lighting.c
2019-03-29 20:54:45 +01:00
Ray
944a388b1b
Include mini_al directly, no separate module
2019-02-12 12:18:01 +01:00
Ray
93471b0a7c
WARNING: Renamed module: audio -> raudio
...
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change.
Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library!
Consequently, raylib version has been bumped to 2.4-dev.
2019-01-10 16:32:40 +01:00
Ray
55f8dbc755
WARNING: Redesigned SetShaderValue()
2019-01-10 11:25:26 +01:00
Ray
4ec4dc691f
Use stb_vorbis.h as header only
2018-12-21 00:17:44 +01:00
Ray
f9e4faff09
Review standard lighting sample -WIP-
...
It's broken.
2018-12-16 00:35:30 +01:00
Ray
ff64e860a1
Minor review
2018-11-06 15:12:01 +01:00
Ray
06be400ca3
Reviewed AnimatedModel struct
...
Just reviewing for a possible adaptation of AnimatedModel to default raylib Model...
2018-08-07 11:31:32 +02:00
Ray
198a023527
First working version of IQM animations
...
Still a work in progress but it already works...
Current riqm API could be simplified...
2018-07-24 18:28:58 +02:00
Ahmad Fatoum
639ce09c9d
Travis CI: Fix emscripten build breakage
2018-07-21 19:42:23 +02:00
Ray
bff3bb758a
Reviewed audio_standalone
...
Now it works with mini_al library
2018-07-16 19:03:52 +02:00
Ray
b80ec381c8
Reviewed lighting example...
...
No model available, this example should probably be redesigned...
2018-07-16 18:44:18 +02:00
Ray
4d4d9b0170
Removed Oculus example
...
Oculus API has changed so much that it has no sense to keep this example here... it was funny to test it in the past...
2018-07-16 18:41:40 +02:00
Ray
5b37178af9
Reviewed rlgl_standalone example
2018-07-16 18:22:03 +02:00
Ray
971a7419ec
Start reviewing IQM loader...
2018-07-13 20:29:23 +02:00
culacant
b129ba09a6
fixed so it breaks
2018-07-05 23:35:53 +02:00
Ray
311d8b92f5
Upload IQM loader project -WIP-
2018-07-05 21:56:52 +02:00
Ray
d873314c27
Reviewed Windows resource file name
2018-05-29 00:52:08 +02:00
Ray San
6045062a05
Renamed some functions
...
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
2018-05-04 16:54:05 +02:00
maficccc@gmail.com
9459186125
Fix call argument is an uninitialized value
2018-04-02 13:30:19 +02:00
maficccc@gmail.com
8cb324b2da
Fix result of operation is garbage or undefined
2018-03-04 16:26:49 +01:00
Ahmad Fatoum
f991a075e1
Build examples and games on Travis CI
...
They were disabled because they failed to build,
but this patch set fixes the build on Linux and macOS.
This doesn't apply to the AppVeyor build on Windows yet;
it currently fails at linking with OpenAL.
2017-11-25 21:45:31 +01:00
Ray
9668f546d3
Example shader correction
2017-10-23 22:41:06 +02:00
Ray
6cec382f65
Comments tweak
2017-10-22 20:00:18 +02:00
raysan5
2fc7bc9504
Reviewed example with new maths
2017-07-22 13:02:02 +02:00
raysan5
980d9d4cd4
rlgl usable as standalone library
2017-07-21 10:42:57 +02:00
raysan5
c04cb0a65e
Review TraceLog() usage
2017-07-02 12:43:49 +02:00
Wilhem Barbier
056a494baf
Fix some other typos
2017-06-29 10:36:58 +02:00
raysan5
90f3f870c2
Added bunnymark example
2017-05-22 20:47:28 +02:00
Ray
413d059fd8
Some tweaks and additions
2017-05-19 00:55:02 +02:00
Ray
99c226b344
Delete some old data...
...
- Removed raylib_demo (outdated)
- Removed some old examples
2017-04-18 10:30:37 +02:00
raysan5
b4d28cc7a1
Working on examples...
...
- Removed rbmf font example
- Reviewed physac examples
2017-04-16 19:08:19 +02:00
Ray
20d205cae5
Working on examples...
2017-04-08 23:31:58 +02:00
Ray
dd4dd0e87d
Reorganize examples folder
2017-04-04 01:54:49 +02:00