Mike Will
d4fc514d54
examples: Use decl literals ( #221 )
2025-03-12 21:21:15 +01:00
vent
845af357e4
Remove redundant namespaces from enums ( #178 )
2024-12-23 21:27:02 +01:00
Nikolas
694702b758
Update fps example to be more inline with raylib's version
2024-03-26 20:21:24 +01:00
James 'JT' Tumber
4edb34888a
Lock the cursor to the window for first person camera
2024-03-22 16:14:30 +00:00
vent
a378960088
Clean up build.zig and examples
...
This commit affects the build.zig and examples files. It reformats the
code to meet a 120 column limit. It also adjusts comments so that
there is a space after the comment symbol '//' and the grammar in the
comments has been fixed.
2023-09-11 16:04:32 +01:00
Not-Nik
0ee5495059
Fix 3d camera first person example
2023-07-22 23:20:20 +02:00
Not-Nik
edbd73e6be
Bump to Zig 0.11/raylib 4.6-dev
2023-07-21 17:04:56 +02:00
Not-Nik
286324cf03
Defer begin/end in examples
2023-07-20 16:39:06 +02:00
Not-Nik
f50189fdd0
More defer
2023-07-20 16:23:41 +02:00
Not-Nik
9e908b3925
Color member functions
2023-07-11 15:50:31 +02:00
Not-Nik
7e95ad81b5
Update enum/const name style
2023-07-10 22:43:01 +02:00
Not-Nik
e29e012981
Map C pointers to Zig and functions names use Zig naming conventions
2023-07-10 22:22:37 +02:00
Not-Nik
c564af4f61
Move colors into color struct
2023-07-10 00:57:02 +02:00
Not-Nik
7a9cdd3af0
More convenience functions in structs
2023-07-09 19:31:27 +02:00
Not-Nik
42671d0195
Some work on the examples
2023-07-09 18:45:15 +02:00