Skip to content

Commit d2734d2

Browse files
committed
edit README.md
1 parent 5de98bc commit d2734d2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ If you like this software, consider donating to me at this link: [http://upokece
99

1010
A public domain JavaScript library for easing the development of HTML 3D applications.
1111

12-
API documentation is found at: [https://peteroupc.github.io/html3dutil](https://peteroupc.github.io/html3dutil)
12+
* Source code is available in the [project page](https://github.com/peteroupc/html3dutil).
13+
* API documentation is found at: [https://peteroupc.github.io/html3dutil](https://peteroupc.github.io/html3dutil)
1314

1415
The file "glutil_min.js" is a minified single-file version of the library. Include it in your HTML
1516
as follows:
@@ -45,6 +46,12 @@ and applying them to 3D shapes.
4546
texture -- a linear gradient from one color to another.
4647
* [starfield.html](https://peteroupc.github.io/html3dutil/starfield.html) - Demo of a star field.
4748

49+
Other Sites
50+
--------
51+
* CodePlex: https://html3dutil.codeplex.com/
52+
* Code Project: http://www.codeproject.com/Tips/896839/Public-Domain-HTML-ThreeD-Library
53+
* SourceForge: https://sourceforge.net/p/html3dutil
54+
4855
Examples
4956
---------
5057
```javascript
@@ -120,10 +127,6 @@ Version 0.2:
120127

121128
- First Code Project release
122129

123-
Source Code
124-
---------
125-
Source code is available in the [project page](https://github.com/peteroupc/html3dutil).
126-
127130
About
128131
-----------
129132

0 commit comments

Comments
 (0)