Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hapticdata committed May 22, 2011
1 parent 431b808 commit 700f624
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -9,9 +9,12 @@
### A few examples ###
[![additive_waves](http://haptic-data.com/toxiclibsjs/img/additive_waves.jpg)](http://haptic-data.com/toxiclibsjs/examples/AdditiveWaves_pjs-webgl.html)
[![smooth_doodle](http://haptic-data.com/toxiclibsjs/img/smooth_doodle.gif)](http://haptic-data.com/toxiclibsjs/examples/SmoothDoodle_canvas.html)
[![polar_unravel](http://haptic-data.com/toxiclibsjs/img/img/polar_unravel.gif)](http://haptic-data.com/toxiclibsjs/examples/PolarUnravel_pjs.html)
[![polar_unravel](http://haptic-data.com/toxiclibsjs/img/polar_unravel.gif)](http://haptic-data.com/toxiclibsjs/examples/PolarUnravel_pjs.html)
[![circle_3_points](http://haptic-data.com/toxiclibsjs/img/circle_3_points.gif)](http://haptic-data.com/toxiclibsjs/examples/Circle3Points_pjs.html)
[![line2d_intersection](http://haptic-data.com/toxiclibsjs/img/line2d_intersection.gif)](http://haptic-data.com/toxiclibsjs/examples/Line2DIntersection_pjs.html)
[![attraction2d](http://haptic-data.com/toxiclibsjs/img/physics2d_attraction2d.gif)](http://haptic-data.com/toxiclibsjs/examples/Attraction2D_pjs.html)
[![draggable_particles](http://haptic-data.com/toxiclibsjs/img/physics2d_draggableparticles.gif)](http://haptic-data.com/toxiclibsjs/examples/DraggableParticles_pjs.html)
[![softbody_square](http://haptic-data.com/toxiclibsjs/img/physics2d_softbodysquare.gif)](http://haptic-data.com/toxiclibsjs/examples/SoftBodySquare_pjs.html)



Expand Down
2 changes: 1 addition & 1 deletion examples/Circle3Points_pjs.html
Expand Up @@ -2,7 +2,7 @@

<html lang="en">
<head>
<title>Wheel Insets - toxiclibs.js examples</title>
<title>Circle 3 Points - toxiclibs.js examples</title>
<meta name="author" content="Kyle Phillips">
<link href="css/style.css" rel="stylesheet" type="text/css">
<!-- Date: 2011-01-09 -->
Expand Down
2 changes: 1 addition & 1 deletion examples/DraggableParticles_pjs.html
Expand Up @@ -169,7 +169,7 @@ <h1>Draggable Particles</h1><h2>w/ <a href="http://processingjs.org">Processing.
<p>Draggable particle demo showing how to handle mouse events on
particles and allow them to be dragged around with the mouse.
<p>See original discussion at:
http://processing.org/discourse/yabb2/YaBB.pl?num=1266335586
<a href="http://processing.org/discourse/yabb2/YaBB.pl?num=1266335586">http://processing.org/discourse/yabb2/YaBB.pl?num=1266335586</a>
</p>
</p>
</article>
Expand Down
2 changes: 1 addition & 1 deletion examples/Sphere_threejs.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Line3D Intersection - Three.js - toxiclibs.js examples</title>
<title>Sphere - Three.js - toxiclibs.js examples</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<link href="css/style.css" rel="stylesheet" type="text/css">
Expand Down

0 comments on commit 700f624

Please sign in to comment.