Become a 3D game maker

BBMOD is a library that makes creating 3D games in GameMaker easier! Whether you just need to draw 3D models in 2D games or you are building fully immersive 3D worlds, BBMOD helps you bring your vision to life!

Easy to use

Following is the minimum code sample!

model = new BBMOD_Model("Model.bbmod");
model.Materials[0] =
    sprite_get_texture(SprTexture, 0);
model.submit();
model = model.destroy();

Cross platform

Written purely in GameMaker Language (GML) and using only GLSL ES shaders for maximum portability!

Free & open-source

Released on GitHub under the MIT license - use and modify however you like!

Start now

Ready to make 3D games in GameMaker? Download BBMOD for free and start today!

Download