Skip to content

Commit 44c56db

Browse files
committed
readme
1 parent 4d94aab commit 44c56db

1 file changed

Lines changed: 32 additions & 10 deletions

File tree

readme.md

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# MOD3
22

33

4-
__3D Modifier Library for JavaScript__
4+
**3D Modifier Library for JavaScript**
55

66
This is a port of the [AS3dMod Modifier Library for ActionScript 3](http://code.google.com/p/as3dmod/) to JavaScript.
77

8-
__supports:__ *Three.js* , *Pre3d* , *J3D* , *Copperlicht* , *CubicVR.js*, *OSG.js*
8+
**supports:** *Three.js* , *Pre3d* , *J3D* , *Copperlicht* , *CubicVR.js*, *OSG.js*
99

1010

1111

1212
**IMPORTANT: Further development on this project has stopped! If anyone is interested in taking over this project for further development, send me a message through github.**
1313

1414

1515

16-
[![MOD3.js](/flipbook2.png)](https://foo123.github.com/examples/flipbook3/)
16+
[![MOD3.js](/flipbook2.png)](https://foo123.github.io/examples/flipbook3/)
1717

1818

1919
It is named *MOD3* to signify that it has support for [Three.js](https://github.com/mrdoob/three.js/)
@@ -47,8 +47,8 @@ Feel free to share, modify, contribute etc..
4747

4848
### Live Examples
4949

50-
* [3D flipbook](https://foo123.github.com/examples/flipbook3/) (Three.js, MOD3.js and Tween.js)
51-
* [Dancing Box](https://foo123.github.com/examples/dancing-box/) (a simple blend of 3D manipulation and sound visualization)
50+
* [3D flipbook](https://foo123.github.io/examples/flipbook3/) (Three.js, MOD3.js and Tween.js)
51+
* [Dancing Box](https://foo123.github.io/examples/dancing-box/) (a simple blend of 3D manipulation and sound visualization)
5252

5353

5454
### Support for 3D JavaScript engines
@@ -103,8 +103,30 @@ Feel free to share, modify, contribute etc..
103103
* added support for Three.js revision (r58)
104104
* added support for Three.js revision (r53)
105105

106-
<!--
107-
*URL* [Nikos Web Development](http://nikos-web-development.netai.net/ "Nikos Web Development")
108-
*URL* [MOD3 blog post](http://nikos-web-development.netai.net/blog/mod3-a-javascript-port-of-as3mod-for-three-js/ "MOD3 blog post")
109-
*URL* [WorkingClassCode](http://workingclasscode.uphero.com/ "Working Class Code")
110-
-->
106+
107+
**see also:**
108+
109+
* [ModelView](https://github.com/foo123/modelview.js) a simple, fast, powerful and flexible MVVM framework for JavaScript
110+
* [Contemplate](https://github.com/foo123/Contemplate) a fast and versatile isomorphic template engine for PHP, JavaScript, Python
111+
* [HtmlWidget](https://github.com/foo123/HtmlWidget) html widgets, made as simple as possible, both client and server, both desktop and mobile, can be used as (template) plugins and/or standalone for PHP, JavaScript, Python (can be used as [plugins for Contemplate](https://github.com/foo123/Contemplate/blob/master/src/js/plugins/plugins.txt))
112+
* [Paginator](https://github.com/foo123/Paginator) simple and flexible pagination controls generator for PHP, JavaScript, Python
113+
* [ColorPicker](https://github.com/foo123/ColorPicker) a fully-featured and versatile color picker widget
114+
* [Pikadaytime](https://github.com/foo123/Pikadaytime) a refreshing JavaScript Datetimepicker that is ightweight, with no dependencies
115+
* [Timer](https://github.com/foo123/Timer) count down/count up JavaScript widget
116+
* [InfoPopup](https://github.com/foo123/InfoPopup) a simple JavaScript class to show info popups easily for various items and events (Desktop and Mobile)
117+
* [Popr2](https://github.com/foo123/Popr2) a small and simple popup menu library
118+
* [area-select.js](https://github.com/foo123/area-select.js) a simple JavaScript class to select rectangular regions in DOM elements (image, canvas, video, etc..)
119+
* [area-sortable.js](https://github.com/foo123/area-sortable.js) simple and light-weight JavaScript class for handling smooth drag-and-drop sortable items of an area (Desktop and Mobile)
120+
* [css-color](https://github.com/foo123/css-color) simple class for manipulating color values and color formats for css, svg, canvas/image
121+
* [jquery-plugins](https://github.com/foo123/jquery-plugins) a collection of custom jQuery plugins
122+
* [jquery-ui-widgets](https://github.com/foo123/jquery-ui-widgets) a collection of custom, simple, useful jQueryUI Widgets
123+
* [touchTouch](https://github.com/foo123/touchTouch) a variation of touchTouch jQuery Optimized Mobile Gallery in pure vanilla JavaScript
124+
* [Imagik](https://github.com/foo123/Imagik) fully-featured, fully-customisable and extendable Responsive CSS3 Slideshow
125+
* [Carousel3](https://github.com/foo123/Carousel3) HTML5 Photo Carousel using Three.js
126+
* [Rubik3](https://github.com/foo123/Rubik3) intuitive 3D Rubik Cube with Three.js
127+
* [MOD3](https://github.com/foo123/MOD3) JavaScript port of AS3DMod ActionScript 3D Modifier Library
128+
* [RT](https://github.com/foo123/RT) unified client-side real-time communication for JavaScript using XHR polling / BOSH / WebSockets / WebRTC
129+
* [AjaxListener.js](https://github.com/foo123/AjaxListener.js): Listen to any AJAX event on page with JavaScript, even by other scripts
130+
* [asynchronous.js](https://github.com/foo123/asynchronous.js) simple manager for asynchronous, linear, parallel, sequential and interleaved tasks for JavaScript
131+
* [classy.js](https://github.com/foo123/classy.js) Object-Oriented mini-framework for JavaScript
132+

0 commit comments

Comments
 (0)