All Projects → flux3dp → Flux Studio

flux3dp / Flux Studio

Web-based 2d/3d editing application for FLUX desktop manufacturing products

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Flux Studio

Freecad
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Issues are managed on our own bug tracker at https://www.freecadweb.org/tracker
Stars: ✭ 10,366 (+35644.83%)
Mutual labels:  3d, 3d-printing
Pulse
A pendant to warn you when you touch your face
Stars: ✭ 229 (+689.66%)
Mutual labels:  3d, 3d-printing
Covid 19 Respirators
JPL designed 3D and tested printed respirators to help with the COVID-19 pandemic response.
Stars: ✭ 103 (+255.17%)
Mutual labels:  3d, 3d-printing
Nintimdo Rp 3d models
Autodesk Fussion and stl files
Stars: ✭ 35 (+20.69%)
Mutual labels:  3d, 3d-printing
Dotscad
Reduce the burden of mathematics when playing OpenSCAD
Stars: ✭ 344 (+1086.21%)
Mutual labels:  3d, 3d-printing
Meshlab
The open source mesh processing system
Stars: ✭ 2,619 (+8931.03%)
Mutual labels:  3d, 3d-printing
Dust3d
🐪 Dust3D is a cross-platform open-source 3D modeling software. Auto UV unwrapping, auto rigging with PBR Material support, pose and motion authoring all in one.
Stars: ✭ 2,263 (+7703.45%)
Mutual labels:  3d, 3d-printing
3D-Engine-OpenGL-4
3D Graphics Engine For Games | C++ OpenGL 4.1
Stars: ✭ 19 (-34.48%)
Mutual labels:  3d-printing, 3d
Marlin Config
Marlin firmware instant configurator
Stars: ✭ 327 (+1027.59%)
Mutual labels:  3d, 3d-printing
Pack3d
Tightly pack 3D models.
Stars: ✭ 265 (+813.79%)
Mutual labels:  3d, 3d-printing
Blender
Mirror of the official Blender Git repository. Updated every hour.
Stars: ✭ 609 (+2000%)
Mutual labels:  3d, 3d-printing
Openscad
OpenSCAD - The Programmers Solid 3D CAD Modeller
Stars: ✭ 4,444 (+15224.14%)
Mutual labels:  3d, 3d-printing
Sdf
Simple SDF mesh generation in Python
Stars: ✭ 683 (+2255.17%)
Mutual labels:  3d, 3d-printing
3d Bounding Boxes From Monocular Images
A two stage multi-modal loss model along with rigid body transformations to regress 3D bounding boxes
Stars: ✭ 24 (-17.24%)
Mutual labels:  3d
Q3dobserver
Multi-platform C++11 library based on Qt for creating 3D viewer widgets
Stars: ✭ 13 (-55.17%)
Mutual labels:  3d
Xeogl
A WebGL-based 3D engine for technical visualization. Not actively maintained.
Stars: ✭ 920 (+3072.41%)
Mutual labels:  3d
Pyntcloud
pyntcloud is a Python library for working with 3D point clouds.
Stars: ✭ 919 (+3068.97%)
Mutual labels:  3d
Teleball
Build your own Arduino based retro handheld game console
Stars: ✭ 21 (-27.59%)
Mutual labels:  3d-printing
Building Server
A server to stream PostGIS 3D objects to the web
Stars: ✭ 11 (-62.07%)
Mutual labels:  3d
Depthmesh
Visualizes Google Camera Lens Blur depth map data.
Stars: ✭ 22 (-24.14%)
Mutual labels:  3d

FLUX Studio


Introduction

FLUX Studio is the companion application for FLUX Delta Series. It gives creators an intuitive interface to control over every function of the machine.

Requirement

Install dependency

  1. Install necessary node packages $> npm i --save-dev

Build javascript/css resources

  1. Build resource $> gulp jsx sass

Rebuild module for electron $> node_modules/.bin/electron-rebuild

  • Rebuild C++ module to make it compatible with the node inside of electron.
  • Though the module was build when running yarn install (or npm install, npm rebuild), it was build for node in your command line environment, not for electron

Run electron

  • Run default: npm start
  • Support environment variables ** BACKEND: path to fluxghost backend ** GHOST_SLIC3R: path to slic3r application ** GHOST_CURA: path to cura application ** GHOST_CURA2: path to cura2 application

License

  • AGPLv3
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].