Software Alternatives & Reviews

Where to store gltf file online for codepen load?

CodeSandbox Vercel replit Glitch AWS Management Console
  1. Online playground for React
    Pricing:

    #Text Editors #Programming #Code Collaboration 300 social mentions

  2. 2
    Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.
    Vercel—if you decide to use VSC or any local IDE you can deploy a bundled version of your project. “npm I —save-dev vercel” you’ll have to add vercel into your scripts in your package.json file and should look like so: “deploy”: “vercel” (add a comma on any scripts above or just delete the test script if your not using it) then go back into your console in VSC and put in “npm run deploy” Vercel If you don’t have a package.json put in your console “npm init” or “npm init -y” to put in the default settings. If you are running your file through modules or adding the three.js inline you should be good but if you are using node_modules and JavaScript files you’ll want a bundler like web pack to compile your code into a dist folder.

    #Developer Tools #Web Development Tools #App Deployment 521 social mentions

  3. 3
    Code, create, andlearn together. Use our free, collaborative, in-browser IDE to code in 50+ languages — without spending a second on setup.
    Replit— similar to codepen but you have file upload options and folders that you can create for your project. https://replit.com/.

    #Programming #Programming Tools #IDEs And Text Editors 602 social mentions

  4. 4
    Glitch is the friendly community where everyone builds the web. Simple, powerful interface for creating web apps.
    Pricing:
    • Open Source
    • Free
    • Free Trial
    Glitch—I’ve done a lot of model-viewer projects with this one and it’s also very similar to codepen and you can upload models as well. Once you upload on it, click on the file thumbnail and a modal pops up with an option to copy the file url. https://glitch.com/.

    #Text Editors #Cloud Hosting #Code Collaboration 112 social mentions

  5. Access and manage Amazon Web Services through a simple and intuitive web-based user interface.
    An S3 bucket (aws)—there’s a little bit of set up to create a folder and then you have to either make the folder or the model public. https://aws.amazon.com/console/.

    #IT Management #Project Management #Monitoring Tools 36 social mentions

Discuss: Where to store gltf file online for codepen load?

Log in or Post with