14 Commits

Author SHA1 Message Date
Nikolas
24250d5a01
Merge pull request #11 from rcorre/rlights
Fix SetShaderValue and port rlights.
2021-07-25 02:04:42 +02:00
Ryan Roden-Corrent
51b327fa03
Complete models_loading example.
This had a few things missing/commented, but after fixing the load paths
and uncommenting code, it seems to work fine for me.

I also ran `zig format` on the example, I can submit a PR without that
if it isn't ideal.
2021-07-24 16:21:49 -04:00
Ryan Roden-Corrent
e6a2803c31
Port rlights.h and shaders_basic_lighting.
I wanted to add lighting to a zig/raylib project, and hit some ABI
compatibility issues with rlights.h. The C is pretty simple, so I just
ported it, and figured it would be useful to have here in case someone
needs the same.

I think it might be useful in the main library, but in raylib it is just
an example, so I followed suit.
2021-07-24 16:17:20 -04:00
Maurizio Crocci
73a76bf849 Fixes examples that had unused params 2021-07-10 03:26:08 +01:00
Not-Nik
1e4b02ad1b
Fix mouse input example 2020-11-29 11:51:56 +01:00
Not-Nik
c481ade52f
Starting out with object orientation 2020-05-04 15:06:13 +10:00
sacredbirdman
a7fa7755de zig 0.6.0 compatibility 2020-04-27 20:43:42 +03:00
G3bE
5f8226f8d8
Some minor improvements 2020-02-22 20:43:30 +10:00
G3bE
53be5d5871
Add some examples 2020-02-16 15:29:40 +10:00
G3bE
169fc6a886
Add (broken) models loading example 2020-02-15 21:53:45 +10:00
G3bE
4f808f7da1
Recreated ABI comatiblity 2020-02-15 20:54:31 +10:00
G3bE
b8c883e446
Raylib gets added as a package to examples and the projectSetup generator 2020-02-15 20:42:22 +10:00
G3bE
bfb4da40a0
Complete rename 2020-02-15 20:20:32 +10:00
G3bE
abd32b7cc8
Add bindings 2020-02-15 19:58:03 +10:00