mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-17 15:51:19 +00:00
* 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
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!