mirror of https://github.com/raysan5/raylib
dfc465ca6d
* 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 |
||
---|---|---|
.. | ||
4coder | ||
Builder | ||
CMake | ||
CodeBlocks | ||
Geany | ||
Notepad++ | ||
SublimeText | ||
VS2019 | ||
VSCode | ||
scripts | ||
README.md |
README.md
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!