Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Used and Supported by" Logos #404

Open
gkjohnson opened this issue Apr 7, 2022 · 3 comments
Open

"Used and Supported by" Logos #404

gkjohnson opened this issue Apr 7, 2022 · 3 comments

Comments

@gkjohnson
Copy link
Owner

gkjohnson commented Apr 7, 2022

Vartiste

Polygonjs

SiteScapeAI

Matterport

Utsubo

Threekit

Flux

IFC js

Aton

https://github.com/phoenixbf/aton

VRLand.io

Captic

captic.io

@gkjohnson gkjohnson pinned this issue Apr 7, 2022
@gkjohnson
Copy link
Owner Author

gkjohnson commented Apr 8, 2022

flux
ifc
matterport
polygonjs
sitescape
utsubo
vartiste
threekit

50% white background

ifcjs
matterport
polygonjs
sitescape
threekit
utsubo
vartiste
aton
flux
resonai

@gkjohnson
Copy link
Owner Author

gkjohnson commented Apr 8, 2022

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
Copy link
Owner Author

gkjohnson commented Apr 8, 2022

Repository owner locked and limited conversation to collaborators Apr 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant