Skip to content

Commit

Permalink
added build process | webpack setup | v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Jun 28, 2019
1 parent 5a0ae01 commit 8304b0d
Show file tree
Hide file tree
Showing 27 changed files with 4,157 additions and 95 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 2 additions & 0 deletions dist/verly.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/verly.bundle.js.map

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions examples/behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Verly.js</title>
<script src="../src/Vector.js"></script>

<style>
* {
Expand All @@ -29,13 +28,7 @@
<body>

<canvas id="c"></canvas>

<script src="../src/Utils.js"></script>
<script src="../src/Point.js"></script>
<script src="../src/Stick.js"></script>
<script src="../src/Entity.js"></script>
<script src="../src/Mouse.js"></script>
<script src="../src/Verly.js"></script>
<script src="../../dist/verly.bundle.js"></script>
<script>

window.onload = function () {
Expand Down
9 changes: 2 additions & 7 deletions examples/behavior2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Verly.js</title>
<script src="../src/Vector.js"></script>

<style>
* {
Expand All @@ -30,12 +29,8 @@

<canvas id="c"></canvas>

<script src="../src/Utils.js"></script>
<script src="../src/Point.js"></script>
<script src="../src/Stick.js"></script>
<script src="../src/Entity.js"></script>
<script src="../src/Mouse.js"></script>
<script src="../src/Verly.js"></script>
<script src="../../dist/verly.bundle.js"></script>

<script>

window.onload = function () {
Expand Down
7 changes: 1 addition & 6 deletions examples/dynamicCustomMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Verly.js</title>
<script src="../src/Vector.js"></script>

<style>
* {
Expand All @@ -29,12 +28,8 @@
<body>

<canvas id="c"></canvas>
<script src="../../dist/verly.bundle.js"></script>

<script src="../src/Point.js"></script>
<script src="../src/Stick.js"></script>
<script src="../src/Entity.js"></script>
<script src="../src/Mouse.js"></script>
<script src="../src/Verly.js"></script>
<script>

window.onload = function () {
Expand Down
7 changes: 1 addition & 6 deletions examples/ragdoll.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Verly.js</title>
<script src="../src/Vector.js"></script>

<style>
* {
Expand All @@ -29,12 +28,8 @@
<body>

<canvas id="c"></canvas>
<script src="../../dist/verly.bundle.js"></script>

<script src="../src/Point.js"></script>
<script src="../src/Stick.js"></script>
<script src="../src/Entity.js"></script>
<script src="../src/Mouse.js"></script>
<script src="../src/Verly.js"></script>
<script>


Expand Down
8 changes: 1 addition & 7 deletions examples/rotatingEntity.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Verly.js</title>
<script src="../src/Vector.js"></script>

<style>
* {
Expand All @@ -30,12 +29,7 @@

<canvas id="c"></canvas>

<script src="../src/Utils.js"></script>
<script src="../src/Point.js"></script>
<script src="../src/Stick.js"></script>
<script src="../src/Entity.js"></script>
<script src="../src/Mouse.js"></script>
<script src="../src/Verly.js"></script>
<script src="../../dist/verly.bundle.js"></script>
<script src="../src/Objects.js"></script>
<script>

Expand Down
9 changes: 2 additions & 7 deletions examples/shadedCloth.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Shaded Cloth</title>
<script src="../src/Vector.js"></script>

<style>
* {
Expand All @@ -30,12 +29,8 @@

<canvas id="c"></canvas>

<script src="../src/Utils.js"></script>
<script src="../src/Point.js"></script>
<script src="../src/Stick.js"></script>
<script src="../src/Entity.js"></script>
<script src="../src/Mouse.js"></script>
<script src="../src/Verly.js"></script>
<script src="../../dist/verly.bundle.js"></script>


<script>

Expand Down
9 changes: 1 addition & 8 deletions examples/ship/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ship Text</title>
<script src="../../src/Vector.js"></script>

<style>
* {
Expand Down Expand Up @@ -76,13 +75,7 @@
<span>hit Q to connect</span>
</div>

<script src="../../src/Utils.js"></script>
<script src="../../src/Point.js"></script>
<script src="../../src/Stick.js"></script>
<script src="../../src/Entity.js"></script>
<script src="../../src/Mouse.js"></script>
<script src="../../src/Verly.js"></script>
<script src="../../src/TypoGraphy.js"></script>
<script src="../../dist/verly.bundle.js"></script>
<script src="../typography/Text.js"></script>
<script src="./Ship.js"></script>
<script src="./index.js"></script>
Expand Down
8 changes: 1 addition & 7 deletions examples/text/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@
<canvas id="c"></canvas>
</div>

<script src="../../src/Utils.js"></script>
<script src="../../src/Point.js"></script>
<script src="../../src/Stick.js"></script>
<script src="../../src/Entity.js"></script>
<script src="../../src/Mouse.js"></script>
<script src="../../src/Verly.js"></script>
<script src="../../src/TypoGraphy.js"></script>
<script src="../../dist/verly.bundle.js"></script>
<script src="./index.js"></script>
</body>

Expand Down
8 changes: 1 addition & 7 deletions examples/typography/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@

<canvas id="c"></canvas>

<script src="../../src/Utils.js"></script>
<script src="../../src/Point.js"></script>
<script src="../../src/Stick.js"></script>
<script src="../../src/Entity.js"></script>
<script src="../../src/Mouse.js"></script>
<script src="../../src/Verly.js"></script>
<script src="../../src/TypoGraphy.js"></script>
<script src="../../dist/verly.bundle.js"></script>
<script src="./Text.js"></script>
<script src="./index.js"></script>
</body>
Expand Down
Loading

0 comments on commit 8304b0d

Please sign in to comment.