The Spider Viewer 2021 is now an early stage work-in-progress.
Mix and match OSM, RAD, HBJSON and gbXML files in the same scene
Load multiple files via URL, file dialog or drag & drop
Drag and drop models in the scene to new locations
Decompress and load models from ZIP file automatically
Explore dozens of sample files
View renderer statistics and frames per seconds
Right-click surfaces to view their details in a pop-up
Instead of multiple viewers each supporting a single file format, it’s now one viewer that reads any number of formats. There’s more on the way:
Faster drawing algorithms. For example. try loading this 21MB model 62K triangles of geometry: urban_district.hbjson. It takes a while lo load, but once it’s up: click the reload button. Right-click on and notice the pop-up appears without delay. Over the next few weeks the new algorithms will be refactored into all file format loaders
More file formats to be added. Anybody want IFC or EPW or Design Explorer support?
Better user experience in moving, viewing and editing the data
Of course many - if not all - the features you have enjoyed from previous releases will be added.
As always with the Spider scripts,
you don’t have to change your ways! All the previous releases will continue to be available. Choose to work the way you want.
The code is so simple and easy to tweak it even runs is Discourse!
And - as is so often the case with open source apps:
No feedback from users means programmers get bored and work on other projects
Lots of feedback makes for lots of coding.
So let’s talk about making this the best Spider Viewer!
Nice project @TheoA
Would you mind to give the git link?
I have an friend doing his master thesis related to this problem.
I think the Spider Viwer may help him.
Ty.
Thank you again for sending these files. It’s encouraging to see that we can do this.
Here are two ideas on how we can get this even better:
Can you export a file with just the colored panels? If so we could insert and add these into the original HBJSON (and save the combined output to file if needed ). Then we could use soon-be added Spider 2021 features to adjust the display to you see what is going on even better
And/Or:
If you point to something that explains to me the numbers in results_DF.txt, the we could apply the colors to directly to the apertures in the original model - and save the results or make a video or whatever.
Looks good. I will create a demo with this file and the original model soon
If you can help me understand the text numbers then I can create a suitable legend. I see that there are 864 values in the text file which indicates that the 18 spaces have 48 values each - which looks like matches the 6 x 8 colored patches, but I have no idea what the numbers represent nor how they are linked to the colors. Can you help here?
Could the numbers be representing hours of sunlight?
You are correct. Good guess! But the numbers represent daylight factor (%) for each point (each patch). Usually i use a legend going from 0 to 10 as illustrated in the figure below:
It will take me a bit of time to add opacity sliders for each of the surface types. Once they are in, we can view the inserted 3DM file easily. I will keep you informed of progress.