← 返回日报
略读 预计 4 分钟

Akse3D – open-source 3D modelling anyone can master

摘要

Akse3D 是一个运行在浏览器中的 3D 建模工具,主要面向儿童和青少年,由 Skaperiet 开发并用于课程与工作坊。 工具通过基础几何体(如方块、圆柱、球体等)进行组合建模,也支持 2D 蓝图绘制并一键生成 3D 模型,实现从 2D 到 3D 的转换流程。所有尺寸以毫米为单位,强调与实际 3D 打印结果一致,并支持直接导出 STL 文件用于打印。 功能上包含布尔 “挖空” 操作、精度移动与旋转吸附、撤销重做、项目保存与导入 STL 等,同时支持鼠标与触控操作。项目完全在浏览器运行,无需安装。 该工具为开源软件(AGPL-3.0),可自托管或作为 Svelte 组件嵌入网站,也可通过 GitHub 获取源码部署使用。

荐读理由

Akse 浏览器直接运行 + 布尔孔洞结合原始体能快速做出带孔模型,STL 一键导出可迁移到 AI 原型工程验证

原文

A 3D tool for the maker space

Draw. Build. Print.

Akse is a 3D modelling tool made for kids and teens. Combine primitive shapes, draw your own 2D blueprints — and export the model as an STL file, ready for the 3D printer.

Try Akse for free See how it works

  • ✓ Right in your browser

  • ✓ Free to use

  • ✓ STL export for 3D printing

akse3d-app.skaperiet.no

The Akse editor: a blue torus-shaped 3D model with a hole, surrounded by the shape library on the left and the properties panel on the right

21.5 34.5 H: 10 mm

01 / What is Akse?

3D modelling anyone can master

Akse means axis — as in X, Y and Z. That's the whole idea: a tool where kids and teens learn to think in three dimensions, without drowning in advanced menus. You build models by placing and shaping primitive shapes — or by drawing your own outline — and everything is measured in real millimetres, so what you see on screen is what you hold in your hand after printing.

Akse is made by Skaperiet, a maker space for kids and teens, and is used in courses and workshops where the path from idea to finished 3D print should be as short as possible. Everything runs right in the browser — nothing to install.

🧒

For kids and teens

Simple tools, clear words and big buttons. Designed for curious hands — on both computer and tablet.

📏

Real millimetres

All measurements are in mm. What the kids draw matches what comes out of the 3D printer.

🖨️

Ready to print

One click exports the whole project as an STL file — the format every 3D printer understands.

02 / How it works

From idea to 3D print in three steps

  1. 1

Build with shapes

  1. Choose from box, cylinder, sphere, cone, pyramid, wedge and torus — or draw your own outline with freehand drawing, 3D text and blueprints. Shapes land right on the work plane.

Shape and combine

  1. Move, rotate and scale with millimetre precision and smart snapping. Set a shape to hole mode and it cuts through the others — perfect for screw holes, windows and secret compartments.

Export and print

  1. Press the STL button and the whole model downloads as a single print-ready file. You can also import STL files others have made and build on them.

03 / The blueprint tool

Blueprint: draw in 2D, get 3D

The most powerful tool in Akse is Blueprint — a dedicated drawing board where you draw the shape from above on millimetre paper, and lift it into a 3D model with one click.

The Blueprint editor: a toolbar with rectangle, circle, ellipse, triangle and polygon on the left, a blueprint of a circle with a hole in the middle, and a live 3D preview at the bottom right

The drawing board with tools, properties and a live 3D preview.

Close-up of a blueprint: a blue circle and triangle, an orange dashed hole, and blue dimension lines showing distances in millimetres

Distances between grouped shapes are shown and edited directly in the blueprint.

▭ Seven drawing tools

◌ Solid or hole

↔ Group with distance guides

⬆ Make a 3D model

04 / The building blocks

Seven primitive shapes. Endless possibilities.

Everything in Akse starts with simple shapes. Combine them as solid blocks or holes, and they grow into spaceships, jewellery, name tags and spare parts. Each shape has its own key on the keyboard.

Box

Cylinder

Sphere

Cone

Pyramid

Wedge

Torus

…and 3D text, freehand drawing and STL import

05 / Features

Small tool. Big possibilities.

📐 Millimetre precision

🕳️ Boolean holes

💾 Save where you like

↩️ Safe to experiment

🎨 Colours and themes

👆 Mouse or touch

06 / Self-host

Open source — run Akse anywhere

Akse is free software under the AGPL-3.0 licence, and the entire source code is openly available on GitHub. Schools, maker spaces and the curious can run their own Akse — completely free. Here's how to get started:

1 Get the source code

  1. You'll need Node.js (version 22 or newer) and git on your machine.
git clone https://github.com/joachimhs/akse3d.git
cd akse3d

2 Install and run

npm install
npm run dev
  1. Open http://localhost:5173 in your browser — your own Akse runs there. Projects are saved locally in the browser.

3 Embed in your own website

  1. Akse is also a Svelte package (@skaperiet/akse) that can be embedded in your own websites with your own storage backend through simple ports. See the README on GitHub for details.

AGPL-3.0 means Akse is free to use, modify and host — as long as your version also shares its source code. Want to use Akse in a closed, commercial solution? Skaperiet offers a commercial licence.

Ready to build something?

Akse is free and runs right in your browser. Start with a box — see where it goes.

Open the Akse editor

Works in all modern browsers · No installation

Lobsters · 3 赞 · 0 评 讨论 → 阅读原文 →

这条对你有帮助吗?