Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
drawcall committed Jul 28, 2020
1 parent 98db7e6 commit 311f402
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,45 @@

node_modules
# IDEs and editors
.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# next.js build output
.next

# Lerna
lerna-debug.log

# System Files
.DS_Store
Thumbs.db

# node modules
node_modules

# documentation
build/docs/

package-lock.json
.DS_Store
source/build/
static/
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,22 @@ npm install three three.proton.js

- Perfectly compatible with the three.js library.


## Demo

<p align="center">
<a href="https://drawcall.github.io/three.proton/engine/example/eightdiagrams.html"><img width="274" src="https://drawcall.github.io/three.proton/images/thumb/1-min.gif" /></a>
<a href="https://drawcall.github.io/three.proton/engine/example/customrender.html"><img width="274" src="https://drawcall.github.io/three.proton/images/thumb/2-min.gif" /></a>
<a href="https://drawcall.github.io/three.proton/engine/example/meshrender-collision.html"><img width="274" src="https://drawcall.github.io/three.proton/images/thumb/3-min.gif" /></a>
<a href="https://drawcall.github.io/three.proton/engine/example/spriterender-g.html"><img width="274" src="https://drawcall.github.io/three.proton/images/thumb/4-min.gif" /></a>
<a href="https://drawcall.github.io/three.proton/engine/example/meshzone.html"><img width="274" src="https://drawcall.github.io/three.proton/images/thumb/5-min.gif" /></a>
<a href="https://drawcall.github.io/three.proton/engine/example/spriterender-pointzone.html"><img width="274" src="https://drawcall.github.io/three.proton/images/thumb/6-min.gif" /></a>
<a href="https://drawcall.github.io/three.proton/engine/example/helloworld.html"><img width="274" src="https://drawcall.github.io/three.proton/images/thumb/7-min.gif" /></a>
<a href="https://drawcall.github.io/three.proton/engine/example/spriterender-snow.html"><img width="274" src="https://drawcall.github.io/three.proton/images/thumb/8-min.gif" /></a>
<a href="https://drawcall.github.io/three.proton/engine/example/spriterender-base.html"><img width="274" src="https://drawcall.github.io/three.proton/images/thumb/9-min.gif" /></a>
</p>
<p align="middle">
<i>These demos are real, you can click them! They contain the full code, too.</i>
</p>

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three.proton.js",
"version": "0.2.0",
"version": "0.2.1",
"description": "three.proton is a magical 3d particle engine using [three.js]",
"main": "./build/three.proton.min.js",
"directories": {
Expand Down

0 comments on commit 311f402

Please sign in to comment.