Examples
Explore these practical examples to see MakeIt3D in action. Each example includes a playable demo and downloadable .c3p project file.
⭐ Featured Examples

Sync C3 Sprite to Threejs Object
In this c3 sprites are act as placeholder for three.js objects and they synced. Car behavior is applied to sprite will be synced to three.js object.

Custom Model - Animations
Demonstrates custom model loading and animation playback using MakeIt3D in Construct 3.

Physics-Collisions&Forces
A scene about rapier physics forces and collsions.

Earth and Moon
A scene to showcase bokeh effect(blur).

Construct3 Layers
This will show how 3d scene is created on layers. The scene will be create on the specified layer and sprites on top and bottom of scene layer will appear behind and top of 3d scene

🦴Spine 2d
MakeIt3D Now supports latest spine runtime so you can load spine animations with even physics constraints.
All Examples

Basic - Performance
Basic performance test.
Contributing Examples
Have you created something amazing with MakeIt3D? We'd love to feature your work! Here's how you can contribute:
- Create your example project with clear, commented events
- Test thoroughly across different devices and browsers
- Document your approach with helpful comments
- Submit via our GitHub repository or Discord community
Example Guidelines
- Keep it focused: Each example should demonstrate 1-2 specific features
- Add comments: Explain complex logic in your event sheets
- Optimize performance: Ensure smooth 60fps on mid-range devices
- Include assets: Provide all necessary textures, models, and sounds
- Test compatibility: Verify it works on mobile and desktop
The best examples start simple and gradually introduce complexity. Consider creating a series of related examples that build upon each other!