38 Commits

Author SHA1 Message Date
Nikolas
731884848a
Add move notice 2025-08-07 21:47:10 +02:00
Nikolas
b7d89cb7b9
Repository move 2025-08-07 21:27:11 +02:00
Erazem Kos
8d5a7d382c
Update feature macro documentation for zig 0.14.0 (#225)
Update feature macro documentation for zig 0.14.0
2025-03-20 12:00:40 +01:00
Mike Will
d4fc514d54
examples: Use decl literals (#221) 2025-03-12 21:21:15 +01:00
Nikolas
279bcc0a13
Update to new forced literal (#213) 2025-03-06 15:17:23 +01:00
Nikolas
57a8a21b48
Update Zig version in README 2025-03-05 18:20:56 +01:00
haxsam
ae7cb3fa93
Update to latest zig master
updated raylib and raygui
2025-01-18 22:08:45 +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
Jonathan Marler
94570c4b60
fix zig fetch command in README (#130)
* fix zig fetch command in README

All URLs within build.zig.zon files must point to archives that never
change.  However, the zig fetch command in the README.md adds a URL
that points to the `devel` git branch whose content changes whenever
the `devel` branch is updated.

I've updated the README a url that zig will resolve to a SHA before it
writes it to the zon file.

* Update template scripts

---------

Co-authored-by: Not-Nik <nik.wipper@gmx.de>
2024-11-25 14:19:38 +01:00
Андрей Краевский
ff775330c7
Update raylib to version 5.5 (#174) 2024-11-25 14:18:03 +01:00
mega-dean
c191e12e7c
make some files not executable (#160) 2024-10-18 14:22:28 +03:00
Not-Nik
a2397363aa
meta: Bump raylib/raygui 2024-10-13 14:12:39 +02:00
Not-Nik
d4541b29e0
readme: Add info on build options 2024-09-28 21:05:49 +02:00
Not-Nik
201926cfd3
Update README.md formatting 2024-07-13 15:09:48 +02:00
Not-Nik
d4fb6c2e2d
Add note about defining feature macros 2024-07-13 15:09:04 +02:00
rwzd
2e6cacd399
Modernize Installation Method (#114)
* Modernize installation method

* tiny spelling fix
2024-07-02 20:47:06 +02:00
Arran Ireland
140dff9a1a
Change zig init-exe to zig init in README (#111)
Fix zig init reference in README
2024-06-26 12:47:29 +02:00
Not-Nik
ad994ac135
Update README.md 2024-06-17 22:42:36 +02:00
Not-Nik
c0d07991d1
Merge raymath and rlgl into main raylib module 2024-06-05 22:56:07 +02:00
Not-Nik
d56fc7b663
Update README.md 2024-05-31 20:39:40 +02:00
Not-Nik
dedc7c912e
Update README.md 2024-04-28 23:47:53 +02:00
Nikolas
ae751ce82e
Bump to Zig 0.12/raylib 5.1-dev (#81)
* Update to Zig 0.12.0 and raylib 5.1-dev

* More build.zig fixes for 0.12

* Get module with target and optimization

* Add examples to build step when compiling for emscripten

* Remove unused function

* Add build.* and emcc.zig to the zon paths (#83)

As per some info found through https://github.com/ziglang/zig/issues/18282,
this is apparently necessary to use this library as a dependency.

Co-authored-by: Drum Ogilvie <me@daogilvie.com>

* Update binding
2024-04-28 23:46:51 +02:00
Not-Nik
4231842efd
Fix typo in README.md
Co-authored-by: rupakhetibinit <bineetrupakheti@gmail.com>
2024-04-20 22:13:05 +02:00
Not-Nik
b586febf5c
Make usage instructions more in-line with the new build process 2024-04-14 22:36:59 +02:00
Locria Cyber
654fd4b99f
Update to raylib 5.0 2023-12-25 09:23:28 +00:00
Not-Nik
a106b9968f
Remove the technical restrictions notice 2023-08-18 01:04:12 +02:00
Nikolas
06238a0eb0
Merge branch 'devel' into devel 2023-08-17 01:16:04 +02:00
Not-Nik
949f0816b6
Update README.md 2023-08-17 00:51:01 +02:00
Blue
2c362b9b72 update readme to avoid confusion 2023-08-11 12:41:52 -06:00
Blue
5efb75c291 project buils based on target instead of webexport 2023-08-11 10:57:27 -06:00
Blue
7a0d397baf add web support using Emscripten 2023-08-11 00:44:28 -06:00
Not-Nik
d80ffdf645
Minor updates to member functions 2023-07-20 17:10:06 +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
7e95ad81b5
Update enum/const name style 2023-07-10 22:43:01 +02:00
Not-Nik
42671d0195
Some work on the examples 2023-07-09 18:45:15 +02:00
Not-Nik
1e06706bff
Update to 4.5-dev 2023-01-23 22:07:43 +01:00
Not-Nik
55d024fbe3
Update to raylib 4.2 re-release 2022-08-13 23:15:47 +02:00