Useful JavaScript Libraries and Frameworks

Everything else that doesn't fall into one of the other categories.
User avatar
eddy
Posts: 124
Joined: Thu Mar 27, 2014 8:34 am

Re: Useful JavaScript Libraries and Frameworks

Post by eddy »

TogetherJS - collaborative work
website: https://togetherjs.com/
doc: https://togetherjs.com/docs/
  • chat
  • video/audio
  • share screen
demo : https://togetherjs.com/examples/drawing/

Image
Last edited by eddy on Sun May 11, 2014 9:31 pm, edited 2 times in total.
User avatar
eddy
Posts: 124
Joined: Thu Mar 27, 2014 8:34 am

Re: Useful JavaScript Libraries and Frameworks

Post by eddy »

pixastic - image processing (blend,filter,transform)
website: http://www.pixastic.com/lib/
doc: http://www.pixastic.com/lib/docs/

caman js - image processing
website: http://camanjs.com/
doc: http://camanjs.com/guides/
demo: http://camanjs.com/examples/
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Useful JavaScript Libraries and Frameworks

Post by Peter »

Pattern Lock
Sudhanshu Yadav wrote:Pattern Lock is a light weight plugin to simulate android like pattern lock
mechanism for you hybrid app or for a website. It's easy to configure and
style so you can have different type of pattern lock according to your need.
Is also provide some methods to use this plugin securely.
Download & Demo: http://ignitersworld.com/lab/patternLock.html

License: MIT

Note: Doesn't work with the current SP-Alpha 6 because of this bug: http://forums.spiderbasic.com/viewtopic.php?f=11&t=148
(i tried it also in debug-mode but then the debug-window is broken)
User avatar
eddy
Posts: 124
Joined: Thu Mar 27, 2014 8:34 am

Re: Useful JavaScript Libraries and Frameworks

Post by eddy »

User avatar
Danilo
Posts: 51
Joined: Wed Feb 26, 2014 7:11 am

Re: Useful JavaScript Libraries and Frameworks

Post by Danilo »

- Babylon.js WebGL library.
cya,
...Danilo
User avatar
eddy
Posts: 124
Joined: Thu Mar 27, 2014 8:34 am

Re: Useful JavaScript Libraries and Frameworks

Post by eddy »

skinkairewalker
Posts: 120
Joined: Tue Jun 14, 2016 7:17 pm

Re: Useful JavaScript Libraries and Frameworks

Post by skinkairewalker »

Danilo wrote:highlight.js - Syntax highlighting for the Web

Website: highlightjs.org/
Download: highlightjs.org/download/ / github.com/isagalaev/highlight.js
Documentation: highlightjs.org/usage/
License: github.com/isagalaev/highlight.js/blob/master/LICENSE

Demo:
- Live Demo
how can i use it in SpiderBasic ?
jamirokwai
Posts: 40
Joined: Fri Sep 25, 2015 12:00 pm

Re: Useful JavaScript Libraries and Frameworks

Post by jamirokwai »

webaudio-mod-player

Website: webaudio-mod-player
Download: https://github.com/jhalme/webaudio-mod-player/archive/master.zip
Documentation: -
License: The MIT License

Examples:
- Examples

Library to play MOD, XM, S3M, FT2.
Post Reply