raylib/projects
procfxgen dfc465ca6d
new models_magicavoxel_loading example (#1940)
* 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-09-04 19:55:09 +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 fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox (#1836) 2021-06-18 13:11:10 +02:00
Notepad++ Change GetColor to take unsigned int (#1954) 2021-08-26 17:31:01 +02:00
SublimeText Added Sublime Text 3 project template 2018-08-15 11:38:38 +01:00
VS2019 new models_magicavoxel_loading example (#1940) 2021-09-04 19:55:09 +02:00
VSCode REVIEWED: emscripten versions 2021-06-30 17:12:58 +02:00
scripts Match build-windows.bat changes (#1923) 2021-08-16 09:53:14 +02:00
README.md Update README.md 2021-07-05 11:52:50 +02:00

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!