Commit graph

215 commits

Author SHA1 Message Date
Milan Nikolic
cade73de7d Fix build 2018-05-06 14:55:47 +02:00
Milan Nikolic
041fa24e1f Fix games 2018-05-06 14:42:17 +02:00
Milan Nikolic
883e8fa00f Include ALSA headers 2018-05-06 14:26:25 +02:00
Milan Nikolic
96fde22b65 Update GLFW 2018-05-06 13:59:40 +02:00
Milan Nikolic
759568193c Fix GetImageData 2018-05-06 13:48:27 +02:00
Milan Nikolic
680e87e395 InitWindow title is string 2018-05-06 12:59:22 +02:00
Milan Nikolic
438d1cfad7 Move android and rpi examples to others 2018-05-06 12:54:20 +02:00
Milan Nikolic
5f11d4eab4 Update glfw deps 2018-05-06 12:50:32 +02:00
Milan Nikolic
748c2a66dd Remove tinfl 2018-05-06 12:49:03 +02:00
Milan Nikolic
9d293edb6e Update Android and RPi instructions 2018-05-06 12:47:05 +02:00
Milan Nikolic
30c57a1102 Fix Android build 2018-05-06 11:17:55 +02:00
Milan Nikolic
a6d36a3699 Update C sources, add new functions 2018-05-06 09:34:11 +02:00
Milan Nikolic
e6a1abb290 Fix Wayland 2018-05-05 02:29:39 +02:00
Milan Nikolic
141858378a
Merge pull request #34 from egonelbre/master
Fix translate matrix creation.
2018-03-07 20:45:52 +01:00
Egon Elbre
a065e4965d Fix translate matrix creation. 2018-03-07 17:43:11 +02:00
Milan Nikolic
6061e72ea7 Update glad.h 2018-02-22 15:48:35 +01:00
Milan Nikolic
ffb5fed42e Update rlgl 2018-02-21 23:54:31 +01:00
Milan Nikolic
4e1ed93b47 Update example 2018-02-21 22:35:46 +01:00
Milan Nikolic
9854c841fc Update GUI 2018-02-21 22:33:33 +01:00
Milan Nikolic
6caec508c5 Comment glInsertEventMarkerEXT 2018-02-21 22:30:28 +01:00
Milan Nikolic
8fa9813467 Remove -fgnu89-inline 2018-02-21 22:26:36 +01:00
Milan Nikolic
2c9227e124 Merge branch 'master' of github.com:gen2brain/raylib-go 2018-02-21 22:23:19 +01:00
Milan Nikolic
6c684f7af6 Update example 2018-02-21 22:20:10 +01:00
Milan Nikolic
3bde422185 Move rres 2018-02-21 22:11:07 +01:00
Milan Nikolic
030685212e Remove js attempt 2018-02-21 21:34:39 +01:00
Milan Nikolic
7874621942 Update C sources and add new functions 2018-02-21 21:26:09 +01:00
Milan Nikolic
d45122d171
Merge pull request #30 from Zykatious/master
Updated neighbor count code
2017-12-21 22:51:40 +01:00
Zykatious
d251a96929
Updated neighbor count code
Also added the ability to click toggle cells and all edges wrap.
2017-12-18 18:48:32 +00:00
Zykatious
4b020f1b6b
Delete life.go 2017-12-18 18:46:21 +00:00
Zykatious
5173b74485
Merge branch 'master' into master 2017-12-16 23:14:43 +00:00
Zykatious
0f3d428d79
Update life.go 2017-12-16 23:08:27 +00:00
Zykatious
db71b4c9b9
Added click to toggle cells to alive or dead.
Additionally improved neighbor counting code and edges now wrap.
2017-12-16 23:07:44 +00:00
Milan Nikolic
9784968948 Fix Windows build 2017-12-10 19:34:32 +01:00
Milan Nikolic
a0ea8ceabe Add asset for js 2017-12-10 19:30:42 +01:00
Milan Nikolic
3ea6b47140 Add raylib.js 2017-12-09 18:37:06 +01:00
Milan Nikolic
2272effbce Fix sed 2017-12-09 18:27:53 +01:00
Milan Nikolic
f0ea8218a7 Add _emscripten_set_main_loop to EMCC_EXPORT 2017-12-09 18:18:56 +01:00
Milan Nikolic
da8f828e2d Add web template and mainloop js 2017-12-08 15:26:54 +01:00
Milan Nikolic
8759f0d9bd Move some functions to platform_web.go 2017-12-08 15:23:52 +01:00
Milan Nikolic
1fec9fe2f0 Add SetMainLoop() function 2017-12-08 06:17:42 +01:00
Milan Nikolic
2bfca1f330 Add GopherJS bindings for raylib.js 2017-12-08 05:38:13 +01:00
Milan Nikolic
6de595f396 Generate raylib.js with emscripten 2017-12-08 01:08:50 +01:00
Milan Nikolic
9ddb7731e9 Add GopherJS build constraints 2017-12-07 22:09:16 +01:00
Milan Nikolic
5db89e7c35 Update README.md 2017-12-07 20:37:09 +01:00
Milan Nikolic
135a4637a6 Move all constants and types to raylib.go 2017-12-07 20:32:31 +01:00
Milan Nikolic
f71025719c Disable OS X build, it is too crowded 2017-12-07 19:56:41 +01:00
Milan Nikolic
6f72c4f5af Don't use C for constants 2017-12-07 19:52:53 +01:00
Milan Nikolic
6fc955d098 Use []byte instead of unsafe.Pointer 2017-12-07 18:30:07 +01:00
Milan Nikolic
0206cd3cd6 Use []byte instead of unsafe.Pointer 2017-12-07 17:22:43 +01:00
Milan Nikolic
8b0dcc549f Proper Music type 2017-12-07 17:04:09 +01:00