286 Commits

Author SHA1 Message Date
NotNik
1e2b7c892e
Merge pull request #4 from jessrud/raylib-submodule
add raylib submodule @ 3.0.0
2020-05-28 14:21:12 +10:00
Jesse Rudolph
c2ba0af539 use rlglfw only on windows
apparently building glfw is non-trivial on linux, and rglfw.c only really
exists in service of building raylib on windows requiring fewer steps
2020-05-27 21:17:17 -05:00
Jesse Rudolph
1a955c291e stub out macosx stuff 2020-05-27 06:32:27 -05:00
Not-Nik
0fc7e68754
Silence OpenGL depreciation warnings on macOS 2020-05-27 13:59:43 +10:00
Jesse Rudolph
92f9aca743 exclude build of raylibs vendored glfw on macosx 2020-05-26 04:39:52 -05:00
Jesse Rudolph
7fc94954b9 adapt projectSetup.sh for use with lib.zig and raylib submodule 2020-05-24 21:59:40 -05:00
Jesse Rudolph
8771f17efb attempt to automatically fetch raylib submodule if building against its source code 2020-05-24 15:31:08 -05:00
Jesse Rudolph
44fee6a550 support mac and bsd 2020-05-24 06:42:03 -05:00
Jesse Rudolph
6ece4e99f0 add argument to Pkg().link to enable linking to system raylib 2020-05-24 06:04:21 -05:00
Jesse Rudolph
c6222a0913 add raylib submodule
also add build helper `lib.zig` to handle compiling and linking against
raylib's source code, and update `build.zig` for examples to reflect
lib.zig usage.
2020-05-23 03:46:54 -05:00
Not-Nik
367ea52be9
Delete unneeded raylib-headers/math-funcs.py (replaced by lib/generate_functions.py) 2020-05-22 22:07:31 +10:00
Not-Nik
468ccf3a1a
Fix #3 on master (3.0) branch 2020-05-22 21:06:43 +10:00
Not-Nik
ecd3f09040
Fix naming issues 2020-05-14 10:28:51 +10:00
NotNik
ee770f742f
Add notice to workaround branch 2020-05-12 12:44:38 +10:00
Not-Nik
3969aee9cc
Functions generated automatically 2020-05-09 23:12:17 +10:00
Not-Nik
96f83b9104
Make build file more readable 2020-05-08 18:16:05 +10:00
Not-Nik
96b84dec0a
Update ReadMe.md 2020-05-08 17:41:39 +10:00
Not-Nik
2fab03eec1
Update comments 2020-05-04 15:14:13 +10:00
Not-Nik
c481ade52f
Starting out with object orientation 2020-05-04 15:06:13 +10:00
Not-Nik
a4fabdcd40 Raylib 3.0 compatibility \o/
Signed-off-by: Not-Nik <nik.wipper@gmx.de>
2020-05-02 13:34:46 +10:00
NotNik
98e83d7a09
Merge pull request #1 from sacredbirdman/master
zig 0.6.0 compatibility
2020-04-28 22:41:57 +10:00
sacredbirdman
a7fa7755de zig 0.6.0 compatibility 2020-04-27 20:43:42 +03:00
G3bE
c20de22174
Update some spelling n shit 2020-02-22 20:50:30 +10:00
G3bE
5f8226f8d8
Some minor improvements 2020-02-22 20:43:30 +10:00
G3bE
53be5d5871
Add some examples 2020-02-16 15:29:40 +10:00
G3bE
968f145583
Update ReadMe.md 2020-02-15 21:57:06 +10:00
G3bE
534f55ca38
Update ReadMe.md 2020-02-15 21:56:00 +10:00
G3bE
169fc6a886
Add (broken) models loading example 2020-02-15 21:53:45 +10:00
G3bE
4f808f7da1
Recreated ABI comatiblity 2020-02-15 20:54:31 +10:00
G3bE
594ca73be4
Update readme 2020-02-15 20:44:16 +10:00
G3bE
b8c883e446
Raylib gets added as a package to examples and the projectSetup generator 2020-02-15 20:42:22 +10:00
G3bE
bfb4da40a0
Complete rename 2020-02-15 20:20:32 +10:00
G3bE
231748e3a0
Update name 2020-02-15 20:08:52 +10:00
G3bE
90336e3246
Fixed projectSetup.sh 2020-02-15 20:06:02 +10:00
G3bE
b2c91a2607
Update ReadMe.md 2020-02-15 20:00:09 +10:00
G3bE
abd32b7cc8
Add bindings 2020-02-15 19:58:03 +10:00