ladybug-tools / spider-rad-viewer

View RAD files produced by Radiance scripts in interactive 3D in your browser
https://www.ladybug.tools/spider-rad-viewer/cookbook/rad-viewer-iframe-carousel/r1/rad-viewer-iframe-carousel.html
Other
7 stars 0 forks source link

You are now in a GitHub source code view - click this link to view Read Me file as a web page


Ladybug Tools / Spider RAD Viewer Read Me

RAD Viewer Iframe Carousel: still at an early stage of development

Welcome BILT EUR 2018 attendees!


Full Screen: Spider RAD Viewer

Learn more: Read Me

Edit the source code: Download scripts

Spider RAD Viewer Cookbook Gallery

Learn more: Cookbook Read Me

The Spider RAD Viewer is designed to be a tool that you can edit and update according to your needs. In order to help you, the cookbook Spider RAD Cookbook supplies a number of simple code samples. The cookbook is a collection of scripts that:

Scripts of interest include:

BTW: The cookbook read me script obtains list of sub-folders from a given folder on GitHub using the GitHub API. Creates an iframe for each sub-folder. Sets index.html of each sub-folder as the source for each iframe.

Forum / https://discourse.ladybug.tools/c/spider


Issues / GitHub issues: Spider RAD Viewer Issues


To do / wish list / GitHub Project: Spider RAD Viewer Projects


Concept / Issues to be addressed

Radiance Software may be used to produce stunning images with engaging effects. Interestingly the The RADIANCE 5.1 Synthetic Imaging System.pdf contains a single diagram and no images in its twenty pages. The Radiance ManPages.pdf contains zero images within its 227 pages.

What can we do can to help illustrate the beauties of Radiance software?

Here is a small start: Scripts to view RAD files produced by Radiance scripts in interactive 3D in your browser

And provide new-user support for Radiance Online


Mission

Translate Radiance RAD file types into Three.js views - all building on Mostapha's efforts

Vision

Features

One liner

Selecting files

Viewing files as models

Viewing files as data

Parsing file data

Written in plan-vanilla JavaScript

Cookbook sample files add scripts with these extra features

Use cases

Possible future uses

Links of Interest

Spider

Radiance

Notes

This repo replaces and deprecates the following scripts

Try to follow Mostapha's suggestions

  1. Keep the code clean.
  2. Test the code.
  3. Learn from the code and hack it for other uses.
  4. And finally use the repository as a dependency. Especially when it comes to JavaScript we can use GitHub submodules functionality between the repositories.