Filippo Giunchedi
cb3c72b500
scripts/Makefile.am rework/fix
...
rework automake file to use local rules, fix DIRS to improve readability
and set permissions on install, also install into examples/
2009-07-10 00:09:47 +02:00
Jaromil
37f2bc3e92
fixes to DIR and RSS playlist in python
...
now correctly initialising and using the EOS callback
2009-06-28 17:42:46 +02:00
Jaromil
67494bd55c
updated eos_test to reflect python api changes
2009-06-26 17:26:45 +02:00
Jaromil
8aeeb41862
complete parameters in blits
...
fixes for parameter change in blits
2009-06-25 15:05:27 +02:00
Alex Norman
3e2970caac
Ruby binding: linklist collect method
...
added a collect method for freej's linked lists in the ruby binding.
Created an example script which uses this to print out a list of the
installed filters, sorted by name.
2009-06-22 12:49:48 -07:00
Alex Norman
251d788398
Ruby extensions
...
Created a separate file for ruby redefinitions and extensions of freej
methods. removed the extensions hard coded into the ruby swig freej
library and instead load this file in that library [with error
checking]. Updated two example scripts to set paths correctly to use
this new setup [to test before installing].
Also included a .each method for Linkedlist
2009-06-22 12:24:34 -07:00
Alex Norman
65d4ca4593
ignoring autogenerated doxygen files
...
ditched test.rb as it is old and outdated and we have new example ruby
scripts
2009-06-19 15:47:31 -07:00
Alex Norman
357750010c
added some ruby code into the ruby swig module
...
this is sort of a hack but it works.. it evaulates a string [which
contains ruby code] using the ruby c api, when the Freej ruby module is
loaded.
Removed this identical code from the ruby test script and cleaned up the
scripts a bit
2009-06-19 15:27:06 -07:00
Alex Norman
ca5a722fcb
removing start and start_threaded from Context for the ruby bindings for
...
now because ruby doesn't support multiple OS threads.
added 2 example ruby scripts
2009-06-19 14:39:27 -07:00
xant
1700370d4a
allow to use this script on osx (where textlayer hasn't been implemented yet)
2009-05-22 12:35:36 +02:00
xant
3f8716168a
dumb script to test filesaving an encoded video stream
2009-05-22 12:09:17 +02:00
xant
a20853a56a
- report the correct bytesize in video_encoder
...
- osx-only fixes and tests
2009-05-21 16:28:00 +02:00
Jaromil
59de5745a2
cleanup and streaming debugging
...
detecting and linking system wide libshout
2009-05-21 14:06:18 +02:00
Jaromil
4948563a84
experimenting on engine reset()
...
plus some cleanup and indestructible flag for controllers
2009-05-20 15:51:45 +02:00
xant
748625c7be
a back copy of this script was erroneously added to the repository
2009-05-18 22:48:04 +02:00
Jaromil
a190f3f4e2
refactoring of garbage collection
...
testing that multiple scripts can be included from a main one
removed js garbage collection in controllers (was called after script load)
included JSON as a standard library (it works!)
modified example scripts to avoid namespace clash
2009-05-16 17:00:37 +02:00
Jaromil
9b42368574
fixed mouse controller
...
fixed JSCall in controller
cleanup of various controllers
2009-05-16 03:02:11 +02:00
Jaromil
4f1500e7df
cleanup and debugging of last changes
...
also trying to figure out why quit messed up
old jsparser's SIGINT catch was removed
2009-05-15 21:48:15 +02:00
Jaromil
b8cd88e7b5
don't use alpha blitting in simple star.js example script
2009-05-15 20:32:54 +02:00
xant
29c9777586
- fix in geo_layer to avoid race conditions when accessing the surface
...
- use ARGB as pixelformat if HAVE_COCOA is true
- updated cynosure to explicitly activate the geo_layer once created
2009-05-15 12:21:26 +02:00
Jaromil
3cf655a5cc
small fixes and python test scripts
2009-04-09 12:52:11 +02:00
Jaromil
e203d72b50
small fixes to plumi_generator and fps
2009-03-27 13:57:12 +01:00
Luca Bigliardi
3f102253c1
Add dist-hook make rule for scripts
2009-03-23 15:50:12 +01:00
Luca Bigliardi
8d285a0953
Install scripts using correct location
2009-03-23 15:17:43 +01:00
Yaakov M. Nemoy
660bac99d9
Adds macros for doing macros better.
2009-03-23 14:12:19 +01:00
andy
2e1c0ae5ce
small fix for javascript text layer, in javascript template
2009-03-06 17:58:58 +01:00
lluis
ec83621d02
added python script example to play continuous video playlists from RSS feeds
2009-03-06 14:07:26 +01:00
andy
169657ce31
Adding new scripts. An example python script playing video, and a python script which parses RSS2 feeds and
...
produces JavaScript for playing the videos from the "enclosures" in the feed.
layer.cpp - small check to avoid a segmentation fault on a null pointer.
2009-03-06 14:33:05 +01:00
xant
14444f3570
cynosure now works properly on osx as well (an it's very fast !!)
2009-03-05 01:45:34 +01:00
Pablo Martin
9b164a58ae
update some of the python test scripts.
2009-03-02 05:11:17 +01:00
Luca Bigliardi
73cbea80d9
Fix part of make system problems.
...
- Avoid duplicated installations in strange paths.
- Fix clean installation for scripts
- Assume 'scripts' stuff is documentation (but probably there should be
more granularity in that Makefile).
PLEASE DO install on a clean directory from time to time and check
what's around!!
2009-03-01 22:50:40 +01:00
Luca Bigliardi
12390a1cda
Use DESTDIR when installing scripts
2009-03-01 22:50:40 +01:00
Luca Bigliardi
ed0c3408f5
Fix text-scroller javascript
...
Do not print if word has no length.
2009-02-16 21:01:21 +01:00
xant
f5590f89d6
fixes to compile on osx (xant)
2009-02-08 11:37:59 +01:00
Luca Bigliardi
7a5473c7a7
Fix text_scroller.js
...
We can set font size only after a font is used.
2009-01-31 01:09:42 +01:00
Pablo Martin
c09b2cbb6c
little changes for lesson_freej03 for new api.
2009-01-25 16:30:09 +01:00
Jaromil
687a58f8ad
global create_layer deprecated, new Context::open
...
a change for namespace readability and consistence
2008-12-21 19:58:19 +01:00
Jaromil
d421ae9239
java and perl language bindings,
...
build of language bindings re-organised
2008-12-08 00:40:28 +01:00
Jaromil
52ccd35032
build system fixes also for debian
2008-12-07 01:58:17 +01:00
Jaromil
8efcf93147
install recursively script directories in $prefix/share/freej/
2008-12-02 03:03:40 +01:00
Jaromil
e291906aad
small fixes, still some probs...
2008-12-02 01:59:23 +01:00
Pablo Martin
86ea991842
added the freej pygame-opengl lessons.
2008-12-02 01:48:45 +01:00
Jaromil
baec800d0f
script directory re-organisation
2008-12-02 01:47:39 +01:00
Jaromil
e72e8c911b
send OSC messages, implementation to be debugged
2008-09-25 02:39:38 +02:00
Jaromil
e83c36f2a1
streaming to network by default, at acceptable framerate
2008-09-25 02:39:37 +02:00
Jaromil
11c667fe31
crossover veejay script spawned from Cellsbutton
2008-09-25 02:39:37 +02:00
Yaakov M. Nemoy
aa41b5edc3
These scripts are not installed as executable, and thus don't need to be linked to a path that wouldn't exist in most normally packaged and built Unix systems ;).
2008-09-23 18:32:58 -04:00
Jaromil
d29ff7b181
final fixes to the OSC scripted message server which now works perfect
...
also passing multiple arguments as integers, floats and strings
2008-09-21 19:45:23 +02:00
Jaromil
bbb0e63a53
OscController documentation,
...
small example scripts,
some small fixes to compile flags
2008-07-08 22:30:41 +02:00
Luca Bigliardi
1a58521b6e
Add missing freej scripts in Makefile.am .
2008-06-24 23:26:21 +01:00