three-mesh-bvh icon indicating copy to clipboard operation
three-mesh-bvh copied to clipboard

"Used and Supported by" Logos

Open gkjohnson opened this issue 2 years ago • 3 comments

Vartiste

Polygonjs

SiteScapeAI

Matterport

Utsubo

Threekit

Flux

IFC js

Aton

https://github.com/phoenixbf/aton

VRLand.io

Captic

captic.io

gkjohnson avatar Apr 07 '22 19:04 gkjohnson

flux ifc matterport polygonjs sitescape utsubo vartiste threekit

50% white background

ifcjs matterport polygonjs sitescape threekit utsubo vartiste aton flux resonai

gkjohnson avatar Apr 08 '22 15:04 gkjohnson

threekit https://www.threekit.com/ https://user-images.githubusercontent.com/734200/162633617-aad48fd1-931e-4e5e-8811-c29e799ee95a.png
matterport https://matterport.com/ https://user-images.githubusercontent.com/734200/162633614-27f7f1e5-7f3c-4c55-99da-de0e7636dbcf.png
flux https://www.flux.ai/ https://user-images.githubusercontent.com/734200/162633622-ed1e80b2-ee3b-4998-872c-a690d7b86eaf.png
sitescape https://www.sitescape.ai/ https://user-images.githubusercontent.com/734200/162633616-2649b441-dca8-490c-891f-f433aad24172.png
resonai https://www.resonai.com/ https://user-images.githubusercontent.com/734200/162694304-57be0ef3-a2d4-4af7-b3e0-6626cbef97a0.png
ifc.js https://ifcjs.github.io/info/ https://user-images.githubusercontent.com/734200/162633613-1fa05098-0610-4e93-936a-ea12bcdc62e3.png
utsubo https://utsubo.co/ https://user-images.githubusercontent.com/734200/162633619-fb6404c0-3a7d-40b2-8e9a-2014d904146c.png
aton https://github.com/phoenixbf/aton https://user-images.githubusercontent.com/734200/162633621-d0b49f47-5520-48da-a1fd-1d1fa88459a6.png
polygonjs https://polygonjs.com/ https://user-images.githubusercontent.com/734200/162633615-b6d136e1-1580-4230-a3e9-2dfbcf8923d1.png
vartiste https://vartiste.xyz/ https://user-images.githubusercontent.com/734200/162633620-e95f446f-af5d-4579-8ab5-2eeaf00b37ad.png
function convert( str ) {

    const lines = str.split( /[\n\r]+/g );
    return lines.map( line => {

        const [ alt, link, imgsrc ] = line.split( /\s+/g );
        return `<a href="${ link }" title="${ alt }"><img src="${imgsrc}" width="20%"/></a>`; 

    } ).join( '' );

}

gkjohnson avatar Apr 08 '22 15:04 gkjohnson

gkjohnson avatar Apr 08 '22 15:04 gkjohnson