Get up and running with Aukimi in minutes. This guide covers installation, project setup, and basic configuration.
Install the Aukimi CLI globally using npm:
npm install -g @aukimi/cliVerify the installation:
aukimi --version
# Output: Aukimi CLI v2.4.0Initialize a new project with your preferred template:
aukimi init my-project --template=3d-standard
cd my-project
aukimi startAvailable templates:
3d-standard - Full 3D pipeline with sculpting and rendering2d-game - Pixel art and 2D animation workflowaudio-only - DAW Studio focused setupblank - Empty project, choose modules manuallyUse --gpu-accelerated flag for faster rendering if you have a dedicated graphics card.