procfxgen
dfc465ca6d
new models_magicavoxel_loading example ( #1940 )
* new models_magicavoxel_loading example
* Portable header-only file "magicavoxel_loader.h" for MagicaVoxel loader example.
* models_magicavoxel_loading example added to CMakeLists.txt and Makefile
* fix models_magicavoxel_loading example for linux.
* * vox_loader into "src/external/vox_loader.h"
* vox file support for "models.c"
* updated example "models/models_magicavoxel_loading.c"
* * Fix Vox_FreeArrays (removed memory leak)
* * removed magicavoxel_loader.h
* * Revert vs2019 solution
há 3 anos
Richard Smith
cac856119c
Change GetColor to take unsigned int ( #1954 )
há 3 anos
Dennis E. Hamilton
e203fb58c6
Match build-windows.bat changes ( #1923 )
The location for manual setting of the vcvarsall.bat location moved to line 38 in the latest change.
há 3 anos
raysan5
8fecf45f4c
REVIEWED: rnet include from extras
há 3 anos
raysan5
bcf3ad87e8
Update raylib.vcxproj
há 3 anos
raysan5
c0ca8a74bc
WARNING: BREAKING: REMOVED PLATFORM_UWP support
After lot of investigation, I'm afraid I'm removing official UWP support from raylib, I'll keep the current implementation in a separate branch (UWP), just in case. It seems Microsoft is trying to replace UWP in the long term, they announced lack of support for the new WinUI 3 and they seem to be moving to Windows App SDK.
Also, on current implementation, the code is divided between raylib and the example, requiring multiple callback hooks, making it difficult to follow and maintain.
And realistically speaking, raylib is probably not the best option for anyone willing to target UWP, neither Xbox consoles.
há 3 anos
Ray
63b1860010
Update README.md
há 3 anos
Ray
0c78b8d182
Update README.md
há 3 anos
Ray
4e79e23a20
Update README.md
há 3 anos
raysan5
dbb2bbf207
REMOVED: VS2017 project, outdated
This project has been superseded by VS2019 with a better configuration and more complete solution, including more examples
há 3 anos
raysan5
64916ba232
REMOVED: Old VSCode project
It would be nice that TCC option was integrated in main VSCode project
há 3 anos
Ray
8a7812f1f5
Update README.md
há 3 anos
raysan5
a6728a2203
REVIEWED: emscripten versions
há 3 anos
PtitLuca
c37f776e87
fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox ( #1836 )
há 3 anos
FSasquatch
ae9cea03f0
Changed windows-build to build-windows ( #1822 )
há 3 anos
Jeffery Myers
deaa84d28d
Add a split screen example showing render texture use and multiple cameras. ( #1806 )
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
há 3 anos
DanielG
e5e401c640
Fixed CMake linking on MacOS ( #1783 )
Added links to IOKit, Cocoa, and OpenGL to the CMake build file for MacOS platforms
há 3 anos
Bxil
352db3a183
Removes debug information from release builds ( #1780 )
há 3 anos
Ray
7b6b87ec5b
Update VS2019 project: rlgl_standalone
há 3 anos
Bxil
dbe1c9c6e6
Removes Whole Program Optimization ( #1767 )
há 3 anos
Lambert Wang
2545f62565
Added support for additional mouse buttons ( #1753 )
* Added support for additional mouse buttons
* Renamed mouse button enum
Co-authored-by: Lambert Wang <lambert.ww@gmail.com>
há 3 anos
Ray
c4eaf0076d
Update raylib version
há 3 anos
Ray
fe607323aa
Updated projects
há 3 anos
Ray
131672f199
Updated linkage libraries #1732
há 3 anos
Jeffery Myers
30db611e92
Disable projects that won't build by default from 2019 solution build configuration. ( #1734 )
há 3 anos
raysan5
8719858655
Added opengl32.lib to the linker #1732
há 3 anos
raysan5
c4041043f5
Reviewed VS2019 projects
há 4 anos
Ray
09e6f42f2e
Update Notepad++ Intellisense
há 4 anos
raysan5
b8c3b8277c
Reviewed UWP project #1681
há 4 anos
Jeffery Myers
e48b9a6da1
[Examples] Warning fixes (pt 1) ( #1668 )
* Fix some warnings in examples.
* cleanups from review
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
há 4 anos
Ray
07d82a91c5
WARNING: BREAKING: RENAMED: camera.type to camera.projection
há 4 anos
Ray
75038baf71
Reviewed UWP project config
há 4 anos
Jeffery Myers
0726491ef8
Fixes to make rnet and it's examples build on Windows in visual studio 2019. ( #1602 )
Mostly typecasts, and some int to unsigned short changes, and including the windsock 2 library in the examples.
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
há 4 anos
raysan5
6037adcace
Update raylib.rc
há 4 anos
raysan5
83f0c771d5
ADDED: ALL examples projects to VS2019 solution
há 4 anos
raysan5
00a0461c7a
REDESIGNED: VS2019 build paths
REMOVED: core_basic_window.cpp
há 4 anos
Ray
b845f3886a
Minor tweak to Makefile
há 4 anos
raysan5
d7b4b9e485
Update year to 2021
há 4 anos
ayshvab
f5815b781a
Update project.4coder ( #1503 )
Fix run .cmd for win
há 4 anos
raysan5
ef46003270
Update raylib functions parser to generate XML intellisense file
Update Notepad++ functions intellisense
há 4 anos
Jeffery Myers
11ebb54674
Don't put the obj and temp files for all the projects in the same place, it causes conflicts ( #1458 )
há 4 anos
Ray
dd45d0ed64
Update VS2019 project
há 4 anos
Ray
c4aee2d09a
Add VS2019 project
há 4 anos
Jeffery Myers
679a26a195
Two small quality of life changes to projects. ( #1448 )
1) use the latest windows SDK not a specific one.
2) use the project dir as the root for the include dir for raylib, to help if the project is ever included in some other solution.
há 4 anos
Chance Snow
9833fe45eb
Added desktop cursor getter and setter functions ( #1407 )
* [core] Added desktop cursor getter and setter functions
* Example: Set mouse cursor in text input box
* Setup standard cursors _after_ GLFW window initialization
* Remove old `int GetMouseWheelMove` declaration
há 4 anos
Ray
41192c6d4a
Replace 0.f by 0.0f
há 4 anos
Doyle
b29311c7ca
mouse: Return float movement for precise scrolling where possible ( #1397 )
há 4 anos
Ray
a4ea9f872f
Review "aggregate initializations" #1403
há 4 anos
raysan5
0d05004468
Added resource file for DLL compilation info
há 4 anos
Gaëtan Blaise-Cazalet
810f51b3e7
Change raylib version for VSCode mingw project makefile ( #1347 )
há 4 anos