Commit Graph

58 Commits

Author SHA1 Message Date
Krzysztof Kondrak bea6e81d12 OculusVR: updated to SDK 1.3 2016-04-02 11:41:40 +02:00
Branimir Karadžić bac219debc Added example-29-debugdraw. 2016-03-27 18:40:03 -07:00
Branimir Karadžić 0ef73c98c8 Cleanup. 2016-03-08 16:39:59 -08:00
Dario Manesku 7b2752c450 Added 28-wireframe. Geometryc now has --barycentric feature. Example meshes updated. Commit has only glsl shaders. 2016-02-29 01:06:39 +01:00
Branimir Karadžić b7f8a8cdb5 Cleanup. 2016-02-25 20:29:09 -08:00
Miodrag Milanovic c0275c3a77 SteamLink support 2016-02-15 19:45:58 +01:00
Branimir Karadžić a972d1fef0 Tools cleanup. 2016-01-30 16:15:25 -08:00
Branimir Karadžić 008bc72d6f SDL: Updated controllerdb. 2016-01-23 21:07:44 -08:00
Branimir Karadžić f3552ff7d1 Cleanup. 2016-01-09 20:30:15 -08:00
William Casarin e084796080 configurable genie, bx location 2016-01-09 18:31:38 -08:00
Branimir Karadžić 4bb2b623d3 Happy New Year! 2016-01-01 00:11:04 -08:00
Branimir Karadžić caf305ceb1 OSX: Added weak framework for linking Metal. 2015-12-23 14:26:20 -08:00
Andrew Mac 6a42398b0b Terrain painting example. 2015-12-13 21:21:07 -04:00
Branimir Karadžić 3e5f6095a0 Updated GENie script. 2015-12-10 22:58:31 -08:00
Andrew Mac 6c395391a1 Extended Remotery profiling. 2015-11-16 10:42:56 -04:00
Branimir Karadžić 8c33afdd09 Added --with-profiler option. 2015-11-13 21:11:19 -08:00
Branimir Karadžić 6aa9629816 Added initial occlusion query support. 2015-11-01 17:28:23 -08:00
Aleks aab8751ac5 Added tvOS support. 2015-10-12 13:32:39 -07:00
Branimir Karadžić 154d2e7232 Cleanup. 2015-10-06 15:27:54 -07:00
Branimir Karadžić 2537efad37 Metal: Cleanup. 2015-10-01 20:26:27 -07:00
Branimir Karadžić 4583769681 Cleanup. 2015-08-27 20:27:03 -07:00
Branimir Karadžić 85e6bea936 Updated script. 2015-06-08 21:16:23 -07:00
Mike Popoloski 4387bed7c2 Enabling WinRT / Windows Store apps for bgfx. 2015-05-24 13:16:18 -04:00
Miodrag Milanovic b394570ff7 Updated so it can build for FreeBSD 2015-04-10 16:46:49 +02:00
Matthew Endsley a8f715e279 Support Oculus SDK versions through 0.5.0.1-beta
Tested against the following SDKs:
 - 0.5.0-beta
 - 0.4.4-beta
 - 0.4.3-beta
 - 0.4.2-beta
 - 0.4.1-beta
 - 0.4.0-beta
2015-03-29 20:38:54 -07:00
Branimir Karadžić 4b60ddf44d Fixed GLFW3 integration on Linux. 2015-03-24 23:21:32 -07:00
Branimir Karadžić 0da6c77806 Added glfw entry. 2015-03-24 22:19:21 -07:00
Branimir Karadžić 32f4165aa9 Updated GENie script to remove *.bin.h from projects. 2015-03-21 17:42:46 -07:00
Branimir Karadžić c20ec0449c Added C99 API example. 2015-03-18 16:23:38 -07:00
Brett Vickers bdd112289b bgfx genie scripts: use path.join to compose paths
Using path.join instead of string concatenation makes the scripts more
OS-neutral. It also protects against missing or doubled "/" characters
in paths.
2015-02-27 15:44:24 -08:00
Attila Kocsis 1fac08f3ef added separate ios/osx Xcode project generation
added ios/osx bundle resource loading
added info.plist for iOS Xcode examples
Xcode now uses only Universal target ( should use 'Standard' as it is default in Xcode projects - this will require modification of genie)
2015-01-14 19:50:45 +01:00
Branimir Karadžić 86765854b0 Fixed missing DX11 defines when building with MinGW on Linux. 2015-01-05 20:59:58 -08:00
Branimir Karadžić 649d7f74d2 Updated copyright year. 2015-01-02 14:43:11 -08:00
Miodrag Milanovic 3df7041cba Fixed compile and linking under mingw environment 2014-12-24 11:46:49 +01:00
Branimir Karadžić 83f151f71b Added 24-nbody compute shader example. 2014-12-19 21:09:58 -08:00
Branimir Karadžić 6ca52c5c10 Updated GENie script. 2014-12-06 12:52:14 -08:00
Branimir Karadžić a4b3c2ae36 Added 23-vectordisplay shaders and screenshot. 2014-11-15 17:00:51 -08:00
Branimir Karadzic 23c046cd8c Updated README. 2014-11-15 16:19:43 -08:00
Mike Popoloski 13ab852de4 Updating name of winphone 8.1 toolset. 2014-11-15 15:09:38 -05:00
Mike Popoloski 8bc0607d59 WinRT builds needs to static link against the D3D11 and DXGI libs. 2014-11-14 08:23:07 -05:00
Mike Popoloski 3d662e1211 Don't output debugdir for WinRT builds, since it messes up the emulator. 2014-11-10 20:39:21 -05:00
Mike Popoloski 58ddaa4b1d Setting output directories for WinPhone builds to fix build errors. 2014-11-10 17:58:51 -05:00
Mike Popoloski f5fa39c1b1 Script changes for building WinRT projects. 2014-11-09 18:24:22 -05:00
Branimir Karadzic f960d0cc31 Cleanup. 2014-10-29 15:50:41 -07:00
Branimir Karadžić 85cb1185b4 Added OVR SDK to GENie script. 2014-10-19 21:29:27 -07:00
Branimir Karadžić 29b7249fc1 Cleanup. 2014-10-18 15:44:45 -07:00
Branimir Karadžić 7266c074c3 Fixed mingw-clang. 2014-10-17 23:17:29 -07:00
Branimir Karadžić 4bb5cc23b5 Fixed VS2012 build. 2014-10-15 23:21:46 -07:00
Branimir Karadzic d305fbefc3 Added warning when SDL2_DIR env var is not set on Windows. 2014-10-14 08:52:58 -07:00
Branimir Karadžić 8abed27c0c Added SDL2_DIR when using --with-sdl GENie config. 2014-10-12 09:58:06 -07:00