Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
FileToVox Alternatives
Similar projects and alternatives to FileToVox
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
Marching-Cubes-Terrain
Discontinued Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler
-
opengametools
A set of open c++ game development tools that are lightweight, easy-to-integrate and free to use. Currently hosting a magicavoxel .vox full scene loader.
-
-
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
-
-
FileToVox discussion
FileToVox reviews and mentions
-
How to figure where object is open so I can FILL it?
Have you tried this tool: https://github.com/Zarbuz/FileToVox? In one of the issues someone had holes in their voxel file and the maintainer suggested using PLY file to fix it
-
How to import a .obj with size bigger than 256?
I got it working using MeshToVox (thanks to Zarbuz on the magicavoxel discord for answering). You can choose the scale you need and the chunk size and it creates the vox model for you with the right scale and cut into multiple chunks already assembled :)
-
Can't upload files to FiletoVox GUI
Just submit an issue here: https://github.com/Zarbuz/FileToVox/issues
-
Is there a way to voxelize 3D models with materials in Magicavoxel?
The FileToVox project exists, but it hasn't been reliable for me.
-
Hello, from the creek
Yes, I'm learning too. Here are the steps I used To generate a heightMap there are a lot of free tools like WorldPainter ..etc. For this work I used Heightmapper https://tangrams.github.io/heightmapper/ . You select your area and click export. Then resize the image since it's too big for MagicaVoxel. I've used paint for this. After that I converted the heightmap png image with FileToVoxGUI : https://github.com/Zarbuz/FileToVox/releases That's it you can now open generated .vox file in MagicaVoxel.
-
Scaling
If I were you, I’d try exporting your model as an OBJ to a traditional 3D app, scale its resolution there, export the result as an OBJ, then import that into MeshToVox. You might have to clean up unwanted voxels generated by MeshToVox, but that’ll get you closer to what you want.
-
How to 'voxelize' object
Go here and download the latest version of "MeshToVox.zip". The program is extremely easy to use, almost self-explanatory.
- Help needed to create a huge model
-
OBJ to VOXEL
Have you taken a look at FileToVox?
-
Converting OBJ files to voxel software workflow
Check out https://github.com/Zarbuz/FileToVox. The author (zarbuz) is also on the Magicavoxel (non official) discord too: https://discord.gg/E3UB8p36
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 15 Mar 2025
Stats
Zarbuz/FileToVox is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of FileToVox is C#.