Jump to content
THIS IS THE TEST SITE OF EUROBRICKS! ×
THIS IS THE TEST SITE OF EUROBRICKS!

Recommended Posts

Posted

Mario can you check the sourceforge download file,when I download the file I get a ton of zipped up folders with no apparent .exe file,if this is in order can you please make a simple installer?

Posted (edited)

You will not get a .exe file, JBrickBuilder is a Java application and you will find a .jar file (that is an archive) :wink:

In the firts page of this topic there is a direct link to the .jar file.

Edited by Calabar
Posted (edited)

You will not get a .exe file, JBrickBuilder is a Java application and you will find a .jar file (that is an archive) :wink:

Ok thanks,time to get a java player. :classic:

In the firts page .....

Careful. :snicker:

Edited by Alasdair Ryan
  • 1 month later...
  • 2 months later...
  • 4 months later...
Posted

Also, 1260 parts in connection database.

Is it "parts that are known to be OK" or "exceptions from autodetection rules, everything else is OK too"?

Posted

Is it "parts that are known to be OK" or "exceptions from autodetection rules, everything else is OK too"?

If part is in database then is "working and verified".

Not in database->not verified, probably not working.

Posted

Not in database->not verified, probably not working.

I see. This is the thing I fail to understand. I thought that your original idea was "use autodetect for majority of cases, and use metadata for exceptions". At least that was my impression after reading discussion about it on LDraw forum. What I'm missing here?

Posted

I see. This is the thing I fail to understand. I thought that your original idea was "use autodetect for majority of cases, and use metadata for exceptions". At least that was my impression after reading discussion about it on LDraw forum. What I'm missing here?

It's a bit complex to explain.

Connection database is splitted in two categories: connection that working with autodetection and connection that needs a description file (XML) in connection database.

Program logic is:

1- if there is a connection description file GOTO 3

2- do connection autodetect - GOTO END

3- read connection description from file - GOTO END

4- END

So connection autodetect can be perfect, almost working, totally broken, giving the way it works.

To see if a part has correct autodetection, I use a program to see "visually" how and what connections are autodetected.

If connections are perfectly detected, I mark that part to become "verified" in part list (cyan background). If connection autodetect is broken for a part, a file with correct connections is needed, so I design connections and write a file. In part list these parts are marked with green background.

Parts with white backround are "not verified", or, I've not checked if autodetect works. So program do *always* autodetection for these parts, but probably autodetected connections are wrong or (in best case) incomplete.

More informations:

http://sourceforge.net/projects/jbrickbuilder/files/jbrickbuilder/connections/jbrickbuilder-connection-manual-en.pdf/download

http://sourceforge.net/projects/jbrickbuilder/files/jbrickbuilder/jbrickbuilder-manual-en.pdf/download

Posted

Program logic is:

1- if there is a connection description file GOTO 3

2- do connection autodetect - GOTO END

3- read connection description from file - GOTO END

4- END

Er, is your first/main language an assembly? :laugh:

I’d propose a plain English translation: “if there is a connection description file, use it, else, do connection autodect.” :grin:

Posted

“if there is a connection description file, use it, else, do connection autodect.” :grin:

That's fine; I was thinking about implementing my own autodetection logic, by detecting 3D geometry and was interested to know how it would compare to existing methods.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...