summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2019/examples
AgeCommit message (Collapse)Author
2021-11-02REMOVED: Network examplesRay
They were not working
2021-10-22Reviewed VS2019 projectsraysan5
2021-10-19VS2019 solution update (#2071)procfxgen
* 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 * * vox_loader.h -> Support custom memory allocators * vox_loader.h -> Reverse Y<>Z for left to right handed system * models/models_magicavoxel_loading.c -> fix model center * * vox_loader.h -> Removed Raylib dependencies * * Changed Vox_LoadFileName to Vox_LoadFromMemory * VS2019 models_mesh_magicavoxel_loading.vcxproj added * vs2019 project rename models_loading_vox
2021-09-04new models_magicavoxel_loading example (#1940)procfxgen
* 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
2021-06-03Add a split screen example showing render texture use and multiple cameras. ↵Jeffery Myers
(#1806) Co-authored-by: Jeffery Myers <[email protected]>
2021-05-20Update VS2019 project: rlgl_standaloneRay
2021-04-27Updated projectsRay
2021-04-27Updated linkage libraries #1732Ray
2021-04-25Added opengl32.lib to the linker #1732raysan5
2021-04-24Reviewed VS2019 projectsraysan5
2021-03-23[Examples] Warning fixes (pt 1) (#1668)Jeffery Myers
* Fix some warnings in examples. * cleanups from review Co-authored-by: Jeffery Myers <[email protected]>
2021-02-20Fixes to make rnet and it's examples build on Windows in visual studio 2019. ↵Jeffery Myers
(#1602) Mostly typecasts, and some int to unsigned short changes, and including the windsock 2 library in the examples. Co-authored-by: Jeffery Myers <[email protected]>
2021-02-11ADDED: ALL examples projects to VS2019 solutionraysan5
2021-02-09REDESIGNED: VS2019 build pathsraysan5
REMOVED: core_basic_window.cpp
2020-12-13Don't put the obj and temp files for all the projects in the same place, it ↵Jeffery Myers
causes conflicts (#1458)
2020-12-03Update VS2019 projectRay
2020-12-03Add VS2019 projectRay