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 |
|
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 |
|
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
|
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 |
|
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
|
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 |
|
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 |
|
Daniel Hill
|
f4b69764db
|
feat(raygui): get message box example working
|
2025-04-20 13:50:02 +02:00 |
|
Axel Magnuson
|
dfe22275cf
|
Core 2D Camera Platformer Example (#222)
* Core 2D Camera Platformer Example
* Use decl literals for enums in platformer example
|
2025-03-23 19:52:05 +01:00 |
|
kukuen
|
1a9b848c06
|
Port of basic_window_web from raylib (#210)
Port basic_window_web from raylib
|
2025-03-06 15:19:10 +01:00 |
|
Nikolas
|
9e69ca5946
|
Merge changes from devel
|
2025-03-05 18:16:21 +01:00 |
|
Michael Lohr
|
4d452b2bcd
|
Add raymarching example (#208)
* feat: add raymarching example
* add to build.zig
|
2025-02-16 19:44:48 +01:00 |
|
Woshiwuja
|
8e5ef1045d
|
Added heightmap example (#206)
* added heightmap example
* better formatting
|
2025-02-16 19:43:02 +01:00 |
|
Frost-Phoenix
|
d3fdd327d5
|
example: add audio_module_playing
|
2025-02-16 19:41:48 +01:00 |
|
Frost-Phoenix
|
09ec2ca22b
|
example: add audio_sound_loading
|
2025-02-16 19:41:48 +01:00 |
|
Frost-Phoenix
|
9882dd4ba1
|
example: add audio_music_stream
|
2025-02-16 19:41:48 +01:00 |
|
Frost-Phoenix
|
5004bb2316
|
example: add text_writing_anim
|
2025-02-02 12:24:49 +01:00 |
|
Frost-Phoenix
|
9faf4b97a1
|
add text_raylib_fonts example
remove unused import and simplify code
|
2025-02-02 12:24:49 +01:00 |
|
Klaus
|
58724227e7
|
Fixing linker error for raygui when building in shared mode. (#197)
|
2025-01-26 16:32:48 +01:00 |
|
haxsam
|
ae76994a2d
|
[build.zig] improve build system
- Is now possible to switch platform
- Forwarded option structs from raylib build.zig
- raygui build step depends on raylib build.zig
|
2025-01-18 22:08:08 +01:00 |
|
vent
|
1ef4995f82
|
Fix zig build test (#192)
|
2025-01-12 21:52:40 +01:00 |
|
Josh Lankford
|
561481f4ae
|
add new shape examples to build.zig
|
2025-01-10 19:16:57 +01:00 |
|
Alexander Moening
|
0dcee846f4
|
Add both field for runtime Linux platform detection (#179)
Add `both` field to allow GLFW to use runtime platform detection
|
2024-12-20 17:12:46 +01:00 |
|
Daniel Koucher Machado
|
de8c2d4585
|
Automatically include Emscripten headers (#173)
* add emscripten headers
* update func to return error
|
2024-11-26 20:18:33 +01:00 |
|
Not-Nik
|
90109ff804
|
Revert "[build] Only cache raygui impl (#170)"
This reverts commit 2f773da6b38508dee1509282eadcfcab9c033b0e.
|
2024-11-08 17:48:26 +01:00 |
|
Not-Nik
|
2f773da6b3
|
[build] Only cache raygui impl (#170)
|
2024-11-08 15:36:12 +01:00 |
|
Miko
|
f5abffe4f7
|
feat: textures image loading example (#167)
Co-authored-by: Mikolaj Witkowski <notai@mikolajs-mbp.home>
|
2024-11-08 15:10:19 +01:00 |
|
mega-dean
|
c191e12e7c
|
make some files not executable (#160)
|
2024-10-18 14:22:28 +03:00 |
|
Nicholas S. Zivkovic
|
817f91b57c
|
ported example core 3d picking (#163)
|
2024-10-18 14:21:01 +03:00 |
|
Nicholas S. Zivkovic
|
a6f94ce655
|
ported example 3d camera free (#162)
|
2024-10-18 14:19:22 +03:00 |
|
Not-Nik
|
a2397363aa
|
meta: Bump raylib/raygui
|
2024-10-13 14:12:39 +02:00 |
|