413 Commits

Author SHA1 Message Date
Maicon Santana
6ecc0455eb
[examples] Add core_monitor_change and shaders_ascii_rendering (#293)
* Add monitor_change example

* Adding `core_monitor_change` and `shaders_ascii_rendering` examples
2025-10-26 16:00:10 +01:00
maiconpintoabreu
d9933008f5 Add ported solar system example 2025-10-26 15:59:39 +01:00
Nikolas
163b1ef2e9
Bump raylib to master (#283) 2025-10-09 17:52:41 +02:00
maiconpintoabreu
1e257d1738 Add box collisions and add unload for modelanimations for bone socket 2025-09-30 19:23:12 +02:00
maiconpintoabreu
a1d02a5ec8 Add bone socket example 2025-09-27 11:25:45 +02:00
Nikolas
0248dc6e98
Bump raylib to master 2025-09-21 18:27:42 +02:00
Mike Moseley
d64fc43f38 examples: transition from deprecated writer 2025-09-18 22:30:31 +02:00
Nikolas
39ce5d4a8e
Update zemscripten (#286) 2025-09-15 20:18:07 +02:00
Nikolas
33f216d4fc
Make Gesture a packed struct (#284) 2025-09-11 19:24:23 +02:00
Nikolas
651b37a025
Formatting 2025-09-11 19:24:23 +02:00
Timothy Fiss
c84506a92d replace c_int with NPatchType 2025-09-06 20:30:52 +02:00
Nikolas
9ad8b8ba74
Fix zig fetch command for emsdk 2025-09-01 20:51:30 +02:00
Jorn
c7ea429994 update readme
`error: invalid option: -Dshared` by Zig 0.15.1
changed to .linkage = .dynamic
2025-09-01 16:30:21 +02:00
Nikolas
ed42d5dbdc
Cleanup embed paths for emsdk 2025-08-31 16:57:11 +02:00
Nikolas
c5d9cf405d
Fix project templates (#278) 2025-08-31 16:55:14 +02:00
Nikolas
acd5507b0e
Bump raylib to master (#278) 2025-08-31 16:42:31 +02:00
haxsam
b44a355a81 [build.zig]: a concrete approach to build for web 2025-08-31 16:42:21 +02:00
Timothy Fiss
df70c5c952 rename existing examples for consistent naming 2025-08-25 18:22:36 +02:00
Timothy Fiss
4bb5254d6b example: add unicode 2025-08-25 18:22:36 +02:00
Timothy Fiss
e623387b8c example: add rectangle_bounds 2025-08-25 18:22:36 +02:00
Timothy Fiss
166996bccc example: add input_box 2025-08-25 18:22:36 +02:00
Timothy Fiss
42956d00c0 example: add font_spritefont 2025-08-25 18:22:36 +02:00
Timothy Fiss
d39c75c234 example: add font_sdf.zig 2025-08-25 18:22:36 +02:00
Timothy Fiss
180d2e04de example: add font_loading 2025-08-25 18:22:36 +02:00
Timothy Fiss
10c8f7d7ad add all the text resources 2025-08-25 18:22:36 +02:00
Timothy Fiss
6efd4175ef add: example font_filters, fix typo
example font_filters
2025-08-25 18:22:36 +02:00
Timothy Fiss
a787270fea example: add draw_3d 2025-08-25 18:22:36 +02:00
Timothy Fiss
6ab4e51407 example: add codepoints_loading
update c_l to include copywrite header and description
2025-08-25 18:22:36 +02:00
Nikolas
3c33e0469f
Format project templates 2025-08-25 15:47:31 +02:00
stanchyk7
55937dd8a9 Update project_setup.ps1 for Zig 0.15.1 2025-08-25 15:43:44 +02:00
stanchyk7
492e809dd5 Update project_setup.sh for Zig 0.15.1 2025-08-25 15:43:33 +02:00
Nikolas
178530d5f5
Update to Zig 0.15.1 2025-08-23 15:32:42 +02:00
Mike Will
dfea9ed840 add examples shaders_basic_pbr and shaders_hybrid_render 2025-08-09 18:55:54 +02:00
Timothy Fiss
125ead95a3 example: add top_down_lights 2025-08-09 18:51:00 +02:00
Timothy Fiss
813f0323af example: add splines_drawing 2025-08-09 18:51:00 +02:00
Timothy Fiss
346e87c8aa example: add easings_rectange_array 2025-08-09 18:51:00 +02:00
Timothy Fiss
be3790195a example: add easings_box_anim 2025-08-09 18:51:00 +02:00
Timothy Fiss
52767eb8ae example: add easing_ball_anim 2025-08-09 18:51:00 +02:00
Nikolas
b7d89cb7b9
Repository move 2025-08-07 21:27:11 +02:00
Maicon Santana
7bdb0cd320
Add unload on missing types (#267) 2025-08-07 19:41:01 +02:00
Nikolas
a6e9ce520f
Return rectangle list without taking it as an arg in genImageFontAtlas (#263) 2025-08-03 14:21:44 +02:00
Nikolas
3eee232f10
Make codepoints in loadFontData optional (#263) 2025-08-03 13:56:43 +02:00
Nikolas
22bb251252
Use addModule instead of createModule again (#265) (partial revert of #264) 2025-08-03 13:23:46 +02:00
Maicon Santana
ac0b07c4bd
prepare build to run on zig 15 (#264)
* prepare build to run on zig 15

* set raylib as static for web
2025-08-01 18:54:55 +02:00
leonardo-kr
e8167c2e56
add dropped files example (#260)
* add dropped files example

* reformat build.zig
2025-07-23 16:24:56 +02:00
Mike Will
14f49a38dd
update name changes for rgui's sliderBar and checkBox functions in examples (#252)
update name changes for rgui's `sliderBar` and `checkBox` in examples
2025-07-23 16:21:50 +02:00
Nikolas
5013830647
Bump raylib to master (#239, #243, #249) 2025-06-27 15:00:18 +02:00
Maicon Santana
97cb212bf0
remove emrun from emcc to avoid the game to keep calling stdio.html (#238)
* remove emrun from emcc to avoid the game to keep calling stdio.html

* Remove formater

* Add --emrun for examples and templates
2025-06-27 13:24:07 +02:00
Nikolas
3bf08a304c
Fix return type for raygui.labelButton 2025-05-04 17:31:08 +02:00
Nikolas
2e60ac0127
Fixup RAYLIB_VERSION constant (#236) 2025-05-01 17:16:16 +02:00