svelte-step-bro

Svelte Step Bro

A modern SvelteKit application designed for CAD professionals, offering a free tool for viewing STEP files. This application utilizes Three.js and occt-import-js, ensuring high-performance 3D modeling without the need for any licensing.

Svelte STEP Bro

Svelte STEP Bro is a SvelteKit application designed to render STEP (Standard for the Exchange of Product model data) files directly in the browser. Built using SvelteKit and integrating Three.js along with occt-import-js, it offers a seamless solution for engineers, machinists, and professionals who frequently work with CAD files. Recognizing the high costs associated with CAD software licenses, Svelte STEP Bro is developed as a free alternative, facilitating easy viewing and sharing of 3D models.

This project also serves as a deep dive into web-based 3D programming, leveraging modern web technologies to bring complex 3D CAD data to the web platform, using the fun and modern SvelteKit meta-framework.

Svelte STEP Bro Raspberry Pi 5 Demo

Getting Started

View the deployed DEMO here. To get Svelte STEP Bro running on your local environment, follow the instructions below.

Prerequisites

Before you begin, ensure you have the Node.js version 18 or later. As of this writing, v21.5.0 is NOT supported for the Vercel adapter, so if using the Vercel adapter, please be sure your Node.js version is compatible to prevent build errors.

Installing

To set up your development environment, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/ubemacapuno/Svelte-STEP-Bro.git
cd svelte-step-bro
  1. Install the dependencies (using pnpm for example):
pnpm i
  1. Run the development server:
pnpm dev
  1. Navigate to http://localhost:5173 in your browser to see the application running.

Deployment

To deploy this on a live system, you can use Vercel, Netlify, or any other static site hosting service that supports SvelteKit. The app should be able to run wherever JavaScript can run; please refer to the SvelteKit docs for adapters and other deployment information.

Built With

Lessons Learned:

  • Better understanding of using external libraries such as three.js within a Svelte environment
  • Better understanding of converting STEP files and rendering 3D graphics in the browser.

Optimizations:

  • Add other common CAD file formats.
  • Add more tools to the 3D model viewer.
  • Add instructions on how to use current and future features.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Top categories

Loading Svelte Themes