Ray
7203acdef9
Minor format tweaks
il y a 3 ans
Ray
0e65e5877f
Update rlgl_standalone.c
il y a 3 ans
Ray
7b6b87ec5b
Update VS2019 project: rlgl_standalone
il y a 3 ans
Ray
b62c86572e
REVIEWED: raudio_standalone #1752
il y a 3 ans
Ray
dcf52c132f
Remove trail spaces
il y a 3 ans
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.
il y a 3 ans
Ray
6f5a4a9351
REVIEWED: rlgl_standalone usage
il y a 4 ans
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>
il y a 4 ans
raysan5
ea0f6c7a26
Replace TABS by 4 spaces
il y a 4 ans
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
```
il y a 4 ans
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.
il y a 4 ans
raysan5
168948d91d
Update raudio_standalone.c
il y a 4 ans
raysan5
7eb6cb470b
Update raudio_standalone.c
il y a 4 ans
Daniel Jour
2d4956feeb
Fix format-security error in rlgl_standalone.c ( #1305 )
See #1304
il y a 4 ans
raysan5
9ce838806b
[examples] Review/change audio resources
il y a 4 ans
raysan5
b897ae092a
ADDED: Ecample: embedded files loading
il y a 4 ans
Ray
7912fac815
Correct typo
il y a 5 ans
Ray
fa4e0c1a26
Reviewed example
il y a 5 ans
Ray
3cd9e3896a
tweak
il y a 5 ans
Ray
d2bb6185f1
Review issue with RLGL TraceLog()
il y a 5 ans
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
il y a 5 ans
Ray
87774a0a21
Review variables initialization
il y a 5 ans
Ray
241c4c8d14
Review easings PR
il y a 5 ans
flashback-fx
bc285f71ed
rename easings_example.c to easings_testbed.c
il y a 5 ans
flashback-fx
d5f664373d
Move easings_example to its proper place
il y a 5 ans
Ray
7a23a35eed
Remove broken example: standard_lighting
il y a 5 ans
Ray
621965cb8c
Move bunnymark example to another module
il y a 5 ans
Ray
8774cb3c24
Removed iqm example
Already integrated into raylib
il y a 6 ans
ChillerDragon
f21761fbbb
Happy new year 2019
il y a 6 ans
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.
il y a 6 ans
Ray
2217c04ecf
Update standard_lighting.c
il y a 6 ans
Ray
944a388b1b
Include mini_al directly, no separate module
il y a 6 ans
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.
il y a 6 ans
Ray
55f8dbc755
WARNING: Redesigned SetShaderValue()
il y a 6 ans
Ray
4ec4dc691f
Use stb_vorbis.h as header only
il y a 6 ans
Ray
f9e4faff09
Review standard lighting sample -WIP-
It's broken.
il y a 6 ans
Ray
ff64e860a1
Minor review
il y a 6 ans
Ray
06be400ca3
Reviewed AnimatedModel struct
Just reviewing for a possible adaptation of AnimatedModel to default raylib Model...
il y a 6 ans
Ray
198a023527
First working version of IQM animations
Still a work in progress but it already works...
Current riqm API could be simplified...
il y a 6 ans
Ahmad Fatoum
639ce09c9d
Travis CI: Fix emscripten build breakage
il y a 6 ans
Ray
bff3bb758a
Reviewed audio_standalone
Now it works with mini_al library
il y a 6 ans
Ray
b80ec381c8
Reviewed lighting example...
No model available, this example should probably be redesigned...
il y a 6 ans
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...
il y a 6 ans
Ray
5b37178af9
Reviewed rlgl_standalone example
il y a 6 ans
Ray
971a7419ec
Start reviewing IQM loader...
il y a 6 ans
culacant
b129ba09a6
fixed so it breaks
il y a 6 ans
Ray
311d8b92f5
Upload IQM loader project -WIP-
il y a 6 ans
Ray
d873314c27
Reviewed Windows resource file name
il y a 6 ans
Ray San
6045062a05
Renamed some functions
- Renamed Begin3dMode() --> BeginMode3D()
- Renamed Begin2dMode() --> BeginMode2D()
- Renamed End3dMode() --> EndMode3D()
- Renamed End2dMode() --> EndMode2D()
il y a 6 ans
maficccc@gmail.com
9459186125
Fix call argument is an uninitialized value
il y a 7 ans