akse3d
Akse3D
File Explorer
Download Latest Version (.zip)- style.css
- editor.png
- og-bilde.png
- plantegning.png
- skisse-naerbilde.png
- main.js
- og-bilde.html
- index.html
- style.css
- editor.png
- og-bilde.png
- plantegning.png
- skisse-naerbilde.png
- main.js
- og-bilde.html
- index.html
- 2026-06-11-gui-modernisering.md
- 2026-06-12-lisensiering-design.md
- generer-guidebilder.mjs
- polygonize.ts
- sketchCsg.ts
- sketchExtrude.ts
- SketchStore.svelte.ts
- sketchTypes.ts
- snapping.ts
- csgEngine.ts
- diskFile.ts
- guideMarkdown.ts
- ProjectStore.svelte.ts
- scribbleGeometry.ts
- shapes.ts
- stlExporter.ts
- stlImport.ts
- textGeometry.ts
- PlantegningCanvas.svelte
- PlantegningEditor.svelte
- PlantegningGroupGuides.svelte
- PlantegningPreview3D.svelte
- PlantegningPropertyPanel.svelte
- PlantegningResizeHandles.svelte
- PlantegningSelectionDimensions.svelte
- PlantegningToolbar.svelte
- Akse.svelte
- AkseGuideRunner.svelte
- AkseOpenProjectModal.svelte
- AkseSaveProjectModal.svelte
- SceneCanvas.svelte
- ScribbleEditor.svelte
- ScribblePreview3D.svelte
- ShapeLibrary.svelte
- TopBar.svelte
- TransformPanel.svelte
- selectAllOnFocus.ts
- uuid.ts
- akse-theme.css
- capabilities.ts
- config.ts
- guide.ts
- index.ts
- models.ts
- texts.test.ts
- texts.ts
- +layout.js
- +layout.svelte
- +page.svelte
- app.d.ts
- app.html
- inter-regular.ttf
- skilt-3d.png
- skilt-ferdig.png
- skilt-hull.png
- skilt-skisse.png
- skilt-tekst.png
- steg-ferdig.png
- steg-flat-skive.png
- steg-hull.png
- steg-liten-sylinder.png
- steg-plasser-hull.png
- steg-sylinder.png
- .gitignore
- CLA.md
- CONTRIBUTING.md
- LICENSE
- LICENSE-COMMERCIAL.md
- package-lock.json
- package.json
- README.md
- svelte.config.js
- tsconfig.json
- vite.config.js
# Installation Guide
1. Get the code
git clone https://github.com/joachimhs/akse3d
Downloads the entire project code from GitHub to your computer.
cd akse3d
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev # isolated preview with a localStorage adapter (http://localhost:5173)
Starts the development/run server.
npm run check # svelte-check
Type this command into your terminal and run it.
npm run package # build dist/ (svelte-package + publint)
Type this command into your terminal and run it.
npm run guidebilder # regenerate the demo guide's instruction images (static/guide/)
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
