Skip to content

billhsu/cashew

Repository files navigation

Cashew

Build Status Gitter

Freestyle 3D sketching app.
The only limit is your imagination.

Website: http://billhsu.github.io/cashew
Demo Video: On YouTube, or on 优酷

Install

  1. Download latest version of cashew from: https://github.com/billhsu/cashew/releases/download/v1.0/cashew.dmg
  2. Open cashew.dmg and drag cashew.app to Applications

Usage

File

  Create a new sketch file

  Open a sketch file

  Save the current sketch file

Operations

  Reset camera to recommended angle

  Translate camera position

  Toggle between drawing straight lines or free drawing

  Undo last operation

  Redo last operation

  Delete lines

  Select mirror mode

Build

With command line(Mac OS)

./configure && make
xctool -project Xcode/cashew/cashew.xcodeproj -scheme cashew build;

With Xcode

  1. ./configure && make
  2. Open Xcode/cashew/cashew.xcodeproj with Xcode

Author

Shipeng Xu