Michael Vetter
883ed20e7c
Add note about glfw3 and openAL
2018-02-16 11:53:04 +01:00
Michael Vetter
e0a3a51b75
Builder project: Add note about examples
2018-02-16 11:25:12 +01:00
Michael Vetter
6ebc3fd29a
Add core_basic_window project example for Builder
2018-02-16 11:23:02 +01:00
Michael Vetter
988f5b7832
Add Builder project template
2018-02-16 11:20:21 +01:00
Ray
cbef78ea18
Review VS2017 projects configurations
2018-01-22 00:17:07 +01:00
Ray
e604fe1ace
Added VS2017 UWP project
...
Reviewed VS2015 UWP project
2018-01-19 13:07:32 +01:00
Ray
750323da53
Merge branch 'develop' into testing_uwp
2018-01-19 11:41:51 +01:00
Ray
727cb1819b
Reviewed VS2015 projects
...
- Support OpenGL 1.1 if selected macro
- Corrected MSVC compiler issues with (void *) data
- Removed raylib.dll project
- Created DEBUG_DLL and RELEASE_DLL configurations
2018-01-17 14:21:23 +01:00
Sam C
1f70a8984a
Add mouse input and revert keyboard to callback model
...
Mouse input is implemented, with all bells-and-whistles. This includes
cursor locking and scroll wheel support.
Keyboard input is reverted to a callback model to better reflect the
existing architecture in "core.c"
2018-01-12 20:56:35 -08:00
Sam C
ff984d13db
Revert accidental inclusion of binary+build files
...
This removes the binary files I accidentally tacked onto the "Add keyboard input" commit
2017-12-28 21:05:30 -08:00
Sam C
9941a6f4aa
Replace keyboard callbacks with polling
2017-12-28 13:00:03 -08:00
Sam C
c801830bcc
Add keyboard input
2017-12-28 10:44:03 -08:00
raysan5
b5a1282c6b
Updated VS2015 projects
...
Removed GLFW3 and OpenAL Soft dependencies
2017-12-23 18:52:35 +01:00
Sam C
9dbd30c44b
Add UWP gamepad input polling
...
Add a basic UWP gampead poll function with zero changes to code outside of App.cpp
2017-11-29 20:43:41 -08:00
Ray San
6105ff9959
Added VS2015 UWP solution
2017-11-13 08:44:17 +01:00
Ray San
b6b58991e6
Working on UWP support
...
Support Universal Windows Platform (UWP):
- Windows 10 App
- Windows Phone
- Xbox One
2017-11-10 12:37:53 +01:00
Ray
99d3803d16
Added VS2017 raylib project
2017-11-06 23:56:03 +01:00
raysan5
36ae9c8c3a
Compile DLL avoiding extra dependencies
...
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin>dumpbin.exe
D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll /DEPENDENTS
Microsoft (R) COFF/PE Dumper Version 14.00.24215.1
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll
File Type: DLL
Image has the following dependencies:
KERNEL32.dll
glfw3.dll
OpenAL32.dll
Summary
4000 .data
1000 .gfids
23000 .rdata
5000 .reloc
1000 .rsrc
68000 .text
1000 _RDATA
2017-11-04 18:36:15 +01:00
Ray San
c570f7ca63
Rebuild dynamic libs for MSVC (VS2015)
...
Added support for raylib DLL building on MSVC
2017-11-03 17:32:13 +01:00
raysan5
ecf797cc7d
Updated VS2015 project include and link paths
2017-10-29 14:33:35 +01:00
Ray San
86df9168e7
Updated raylib VS2015 project
2017-10-19 14:14:18 +02:00
raysan5
013f80f3a3
Added command line compiling with MSVC
...
That's just a reference file, needs review
2017-07-08 14:20:05 +02:00
raysan5
65cf3080a5
Review VS2015 projects configurations
2017-07-02 14:33:40 +02:00
Ray
74255b6eb2
Corrected project paths
2017-04-07 00:50:20 +02:00
Ray
9724443c5b
Remove Lua lib from vs2015
2017-04-01 00:47:39 +02:00
raysan5
44e21d84cd
Remove useless file
2016-11-24 19:02:15 +01:00
raysan5
5d88eb1d95
Reviewed project includes
2016-08-25 15:12:05 +02:00
raysan5
caecb1c1eb
Removed x64 configuration
...
It could be added in a future if required...
2016-08-08 17:29:31 +02:00
raysan5
7e36727328
Visual Studio 2015 project
2016-08-08 17:22:26 +02:00