Skip to content

Commit

Permalink
update, build for nw.js app
Browse files Browse the repository at this point in the history
  • Loading branch information
insanj committed Apr 3, 2022
1 parent 1f5a66d commit 9082aae
Show file tree
Hide file tree
Showing 5 changed files with 4,885 additions and 449 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.DS_Store
nwjs/
dist/

# Logs
logs
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# sammy
🥪 d2c immersive 3d sandwich printer

🥪 d2c immersive 3d sandwich printer (prev `sammy.best`)

d2c immersive 3d sandwich printer. weekend project using three.js and some other nifty tools to create an immersive web browser experience.

was a progressive web app built to let you spin around a 3d model and take it apart using your keyboard. music played that corresponded to each ingredient in the sandwich. was an April Fools-type joke!

<img src="https://user-images.githubusercontent.com/951011/103191164-e858cb80-48a1-11eb-838c-f08171d04914.png" width="50%" />

## Usage

No longer live as a PWA. Now, you an install as a tiny NW.js app.

[Download from Releases page.](https://github.com/insanj/sammy/releases)

1. Download [NW.js](https://nwjs.io/), currently using `v0.61.0`, place in a folder called `nwjs/` within this repo
2. `npm install`
3. `npm start` or `npm mac`/`npm win`/`npm lin`

## Authors

```
Expand Down
Loading

0 comments on commit 9082aae

Please sign in to comment.