raylib/projects
procfxgen 963021d393
VS2019 solution update (#2071)
* 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-10-19 10:50:14 +02:00
..
4coder REVIEWED: emscripten versions 2021-06-30 17:12:58 +02:00
Builder Update README.md 2021-07-05 11:52:13 +02:00
CMake Fixed CMake linking on MacOS (#1783) 2021-05-24 11:05:08 +02:00
CodeBlocks Review projects paths 2019-06-05 00:04:31 +02:00
Geany WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
Notepad++ WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
scripts Update core_basic_window.c 2021-10-03 12:14:31 +02:00
SublimeText Added Sublime Text 3 project template 2018-08-15 11:38:38 +01:00
VS2019 VS2019 solution update (#2071) 2021-10-19 10:50:14 +02:00
VS2019-Android Build Android App with Visual Studio 2019 (#2013) 2021-09-27 17:57:06 +02:00
VSCode Allow to run any file (#2069) 2021-10-18 22:00:54 +02:00
README.md Update README.md 2021-07-05 11:52:50 +02:00

raylib PROJECT TEMPLATES

This folder contains raylib templates for some common IDEs.

IDE Platform(s) Source Example(s)
4coder Windows ✔️
Builder Linux ✔️
CMake Windows, Linux, macOS ✔️ ✔️
CodeBlocks Windows, Linux ✔️
Geany Windows, Linux ✔️ ✔️
Notepad++ Windows ✔️ ✔️
SublimeText Windows, Linux, macOS ✔️ ✔️
VS2019 Windows ✔️ ✔️
VSCode Windows, macOS ✔️
scripts Windows, Linux, macOS ✔️ ✔️

New IDEs config files are welcome!