350 Commits

Author SHA1 Message Date
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
Not-Nik
66b7a087c3
More work on slices 2023-07-18 21:43:18 +02:00
Not-Nik
c08e5f51c2
Fix issues with slices in font loading functions (#47) 2023-07-18 12:20:01 +02:00
Not-Nik
4bb6b605e4
Some small example fixes 2023-07-14 10:59:40 +02:00
Not-Nik
02a3dbba61
Update some types 2023-07-11 19:18:53 +02:00
Not-Nik
052ab7b75b
Convert some more enums 2023-07-11 19:14:05 +02:00
Not-Nik
3f046d9db7
Convert return values 2023-07-11 18:58:07 +02:00
Not-Nik
d07552a064
Update example casts 2023-07-11 15:56:39 +02:00
Not-Nik
9e908b3925
Color member functions 2023-07-11 15:50:31 +02:00
Not-Nik
2578dceb42
Texture member functions 2023-07-11 15:39:11 +02:00
Not-Nik
8a2cd7dce2
Convert WindowState flags again, this time with a non-exaustive enum (#43) 2023-07-10 22:51:13 +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
642ca0513f
Remove unneccessary empty lines at the end of library files 2023-07-10 00:45:21 +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
Not-Nik
ffe8091bc4
Don't convert flags type to enum for WindowState (#43) 2023-07-07 02:09:23 +02:00
Not-Nik
af773c79e2
Use single library files instead of keeping function declarations in a seperate file 2023-07-07 02:03:54 +02:00
Nikolas
dbe087d208
Merge pull request #40 from jakeisnt/patch-1
`project_setup.sh`: support more unix systems
2023-04-17 01:05:16 +02:00
Jake Chvatal
2282f85003
project_setup.sh: support more unix systems 2023-04-16 23:56:10 +02:00
Nikolas
d37b67379b
Merge pull request #37 from jdoleary/sprite_anim2
add example "sprite_anim"
2023-03-29 21:01:29 +02:00
Jordan O'Leary
3a3c09af40
Merge branch 'devel' into sprite_anim2 2023-03-25 17:04:29 -04:00