mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-14 14:28:51 +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
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!