Coder Social home page Coder Social logo

Import .vox bug about goxel HOT 23 CLOSED

guillaumechereau avatar guillaumechereau commented on June 26, 2024
Import .vox bug

from goxel.

Comments (23)

guillaumechereau avatar guillaumechereau commented on June 26, 2024 1

Hi TechnoPromotheus. Thanks for the email. It's true that I haven't been working on goxel for a while. I think what I need the most at the moment is users feedback, so I can get an idea of where I should take the project. For example: should I focus on improving the user interface, or the rendering quality?

For the import problem, can you send me an example .vox file that crash, so I can reproduce the bug?

from goxel.

TechnoPrometheus avatar TechnoPrometheus commented on June 26, 2024

Thank you! the Goxel interface is very intuitive, and the ability to generate voxel objects procedurally (script) is extremely cool! I would focus on the job:

Adding modeling capabilities
improve export models, with generation of textures? instead of the color palette and materials (such as MagicaVoxel).

Goxel only needs to be spread! It is a very nice tool, and made good (fantastic gui).

You have created a small jewel, do not underestimate your talent, with Goxel time it will be very popular.

Thanks for your kindness. The 3d models voxel public them on my short github account, so you have my little art to do testing.

from goxel.

YarlBoro avatar YarlBoro commented on June 26, 2024

Today I've found out about Goxel (lucky me!) and one of the first things that I have tried was importing model from Qubicle.
.Vox format hangs program ("goxel quit unexpectedly"). When I tried Qubicle native formats (.qb & .qbcl), workspace stays empty after import without any communicate. IMHO interchangeability is one of most important aspects of any modeling/drawing/design app, especially when it's young and feature incomplete.

from goxel.

guillaumechereau avatar guillaumechereau commented on June 26, 2024

Hello YarlBoro, can you tell me what version of goxel you are using, and on what system (pc, mac or linux?). Also if you can send me a few samples of broken files that will help me to fix those bugs, since on my machine it seems to work.

from goxel.

YarlBoro avatar YarlBoro commented on June 26, 2024

Hello! Thanks for quick reply. I'm using Goxel 0.3.0 (1). My system is Osx 10.10.5. I use it on two machines, Macbook Pro Early 2011 (8 gb of RAM, gpu is 6750M with 1 gb) and rock solid hackintosh, 16 gb ram and R9 380 4gb. MagicaVoxel opens those files without issues, so it's not problem of bad format or corrupt data. One file is relatively quite complex and big, the other one is very simple made just for testing. I can send You those files, just tell me how :) If I can provide any more feedback, like further testing stuff, checking console logs, mess with terminal, etc. just let me know.

I agree with TechnoPrometeus and many other folks, even in such early shape Goxel shows a lot of potential. Procedural stuff, no limits on model sizes (YES!!!), nice selection system, layers, customizable rendering system...It would be complete waste if Goxel wouldn't develop into full grown app. MagicaVoxel, Qubicle and VoxelShop are great voxel editors, but there is still space for another app that is doing it's own thing, IMO.

from goxel.

guillaumechereau avatar guillaumechereau commented on June 26, 2024

from goxel.

guillaumechereau avatar guillaumechereau commented on June 26, 2024

I made a few changes on the code to fix a few issues with loading of vox and qubicle files. I will make a new release as soon as possible so that you can test the new binary.

from goxel.

YarlBoro avatar YarlBoro commented on June 26, 2024

from goxel.

guillaumechereau avatar guillaumechereau commented on June 26, 2024

OK the release 0.4.0 is out. I hope it fixes some of the export/import issues. Please try and let me know if there is any problem!

from goxel.

YarlBoro avatar YarlBoro commented on June 26, 2024

from goxel.

zmei avatar zmei commented on June 26, 2024

Sorry for posting here, but have the same issue with vox importing in 0.3.
Tried new release (binary rel 0.4), importing of vox works! Then tried importing another one in the same scene, still no problems, until I tried moving one of them, so that they're side by side. Sadly any attempt to move any one of them crashes goxel. Tried importing on different layers also with different models (all are 126³). Tested only on a laptop with intel core2duo 2.6ghz + 4gb ram on w10x86 video is nvidia gt240m. It's older, so lower spec and wondering if that might be the reason?
Goxel is amazing, it's the reason I joined github in the first place - to be updated on its dev progress :) Keep it up, lots of potential here, I'm surprised it hasn't brought so much attention it actually deserves. Cheers!

from goxel.

guillaumechereau avatar guillaumechereau commented on June 26, 2024

from goxel.

zmei avatar zmei commented on June 26, 2024

Tried both on a new layer and on the same one -both import, can be edited, but moving voxels around crashes goxel. I think it might not be a layer related issue. Best regards!

from goxel.

YarlBoro avatar YarlBoro commented on June 26, 2024

from goxel.

YarlBoro avatar YarlBoro commented on June 26, 2024

One more thing, it might make sense to support .qbt format instead of .qb. It is improved version of older format with some future-proofing for new things to come in Qubicle. I know It's easy to suggest various stuff, a lot harder to implement them...Just humble suggestion.
Here is explanation & documentation of this format:
http://minddesk.com/learn/article.php?id=47

from goxel.

guillaumechereau avatar guillaumechereau commented on June 26, 2024

YarlBoro, did you forget to attach the files?
I didn't know about qbt files, yes it would be good to support them as well (import/export). I'll try to add this before the next release.

from goxel.

zmei avatar zmei commented on June 26, 2024

from goxel.

guillaumechereau avatar guillaumechereau commented on June 26, 2024

No I mean you mentioned that you attached some models (fullbus) and screenshots. I don't see them.

from goxel.

zmei avatar zmei commented on June 26, 2024

from goxel.

YarlBoro avatar YarlBoro commented on June 26, 2024

from goxel.

guillaumechereau avatar guillaumechereau commented on June 26, 2024

I just pushed two fixes for vox and qubicle import. A remaining problem is that after an import the model orientation doesn't seem to be correct. This is specially annoying since the rotation tool is currently way too slow for big models.

I'll make a minor release soon to try to address this.

from goxel.

YarlBoro avatar YarlBoro commented on June 26, 2024

from goxel.

guillaumechereau avatar guillaumechereau commented on June 26, 2024

from goxel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.