272 Commits

Author SHA1 Message Date
Not-Nik
a106b9968f
Remove the technical restrictions notice 2023-08-18 01:04:12 +02:00
Not-Nik
cd66693011
Use slice length instead of asking for it from the callee on some functions (#50) 2023-08-18 00:58:13 +02:00
Nikolas
976fe48484
Merge pull request #52 from bluesillybeard/devel
Add web build support using emscripten
2023-08-17 01:16:41 +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
977d305714 some final changes 2023-08-16 13:06:02 -06:00
Blue
7c6d8da1e9 remove unnesesary file from .gitignore 2023-08-14 00:21:47 -06:00
Blue
7d62be63e2 small modification to emscripten build 2023-08-14 00:09:46 -06:00
Blue
1c142efe55 fix project errors 2023-08-14 00:03:25 -06:00
Blue
c4de1da7b1 fix issue 2023-08-13 23:53:13 -06:00
Blue
de4918cb56 major refactor ohw web build system 2023-08-13 23:52:52 -06:00
Not-Nik
42dab04fbf
Correct @call 2023-08-14 00:18:32 +02:00
Blue
7bad5e92bf remove 'web_build_zig_entrypoint.zig' insanity 2023-08-13 15:47:00 -06:00
Blue
b48c7f9219 fix errors 2023-08-11 16:02:55 -06:00
Blue
dea3072cc8 add error print and various minor code changes 2023-08-11 15:55:51 -06:00
Blue
2c362b9b72 update readme to avoid confusion 2023-08-11 12:41:52 -06:00
Not-Nik
16fe333220
Fix building as subproject 2023-08-11 20:35:52 +02:00
Blue
a28f475850 remove a TODO 2023-08-11 12:08:37 -06:00
Blue
6e6cbceef7 make updateTargetForWeb reasons more clear 2023-08-11 11:46:32 -06:00
Blue
7c296e8667 add updateTargetForWeb back 2023-08-11 11:36:44 -06:00
Blue
7120d454fd remove updateTargetForWeb 2023-08-11 11:03:30 -06:00
Blue
7c40bb6176 fix compile error in project setup 2023-08-11 11:00:40 -06:00
Blue
5efb75c291 project buils based on target instead of webexport 2023-08-11 10:57:27 -06:00
Blue
6d5722ba35 remove unnecesary file 2023-08-11 01:05:06 -06:00
Blue
c76acc242d fix mistake 2023-08-11 01:01:08 -06:00
Blue
7a0d397baf add web support using Emscripten 2023-08-11 00:44:28 -06:00
Nikolas
566a2860c7
Merge pull request #48 from Not-Nik/zig-0.11
Bump to Zig 0.11/raylib 4.6-dev
2023-08-05 20:32:04 +02:00
Nikolas
f2d54d570a
Merge branch 'devel' into zig-0.11 2023-08-05 20:31:33 +02:00
Not-Nik
ec45e33189
Update project setup script 2023-08-05 20:29:36 +02:00
Not-Nik
79ee589441
Update to raylib head 2023-08-05 20:16:53 +02:00
Not-Nik
0d4cc3ac8c
Fix file exists in multiple modules error when including raymath 2023-08-05 20:10:10 +02:00
Not-Nik
0ee5495059 Fix 3d camera first person example 2023-07-22 23:20:20 +02:00
Not-Nik
ad06ecef54
Fix 3d camera first person example 2023-07-22 23:20:06 +02:00
Not-Nik
6a52de5c34
Properly link system libraries 2023-07-22 23:18:04 +02:00
Not-Nik
c4770140a4
Type fixes 2023-07-21 22:08:39 +02:00
Not-Nik
5283eb79e3
Fix slice type 2023-07-21 21:59:16 +02:00
Not-Nik
f6323bf0fa
anyopaque fixes 2023-07-21 21:24:24 +02:00
Not-Nik
a022f39ceb
Update structs 2023-07-21 21:03:21 +02:00
Not-Nik
5050957b56
Correctly call image functions from members 2023-07-21 18:03:55 +02:00
Not-Nik
c9ce931946
Correctly call image functions from members 2023-07-21 18:01:59 +02:00
Not-Nik
f661b47df7
Remove lib.zig
Signed-off-by: Not-Nik <nik.wipper@gmx.de>
2023-07-21 17:12:03 +02:00
Not-Nik
edbd73e6be
Bump to Zig 0.11/raylib 4.6-dev 2023-07-21 17:04:56 +02:00
Not-Nik
9c5197bad4
New logo (example) 2023-07-21 14:20:03 +02:00
Not-Nik
e25a3e070a
Image member functions 2023-07-20 17:58:29 +02: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
e13c5bf521
Compression/Encoding functions now with proper slices + correct casting for lens 2023-07-20 16:33:37 +02:00
Not-Nik
f50189fdd0
More defer 2023-07-20 16:23:41 +02:00
Not-Nik
183cc437ac
Font & unloading member functions 2023-07-20 16:13:59 +02:00
Not-Nik
f09c38381b
Use correct zero-terminated type for strings (#46) 2023-07-19 19:36:21 +02:00