piksel-dev

New release: GridFlow 0.9.4

GridFlow 0.9.4

http://gridflow.ca/download/gridflow-0.9.4.tar.gz

Gridflow is a multidimensional dataflow processing library for PureData, designed for interactive multimedia.

Comments Off on New release: GridFlow 0.9.4 more...

LiVES version 0.9.9.1.

LiVES version 0.9.9.1 released!

URLs:
http://www.xs4all.nl/~salsaman/lives/current/LiVES-0.9.9.1.tar.bz2
http://www.xs4all.nl/~salsaman/lives/current/LiVES-0.9.9.1.tar.gz

md5sums:
f568c6a3ba59ecf3f52b7c56d7bc2a73 LiVES-0.9.9.1.tar.bz2
1cbcae4f9475c89f743f8b51a8d17030 LiVES-0.9.9.1.tar.gz

http://lives.sourceforge.net

Comments Off on LiVES version 0.9.9.1. more...

GEGL-0.0.18 released

GEGL 0.0.18
||||||||||||||
GEGL (Generic Graphics Library) is a graph based image processing framework.

GEGL provides infrastructure to do demand based cached non destructive image
editing on larger than RAM buffers. Through babl it provides support for a
wide range of color models and pixel storage formats for input and output.

This development release will include optimizations for the cpu capabilities
of the host system. Pass –disable-mmx and –disable-sse to configure to
disable these when building packages that should work on a wider range of
hardware. Making GEGL adapt at runtime is a blocker for the next release.

There is no new API in this release thus bindings do not need to be updated.

Comments Off on GEGL-0.0.18 released more...

New frei0r effects: edgeglow & k-means clustering

The edgeflow filter works as follows:
first a sobel filter is applied. The “lightness” of the resulting pixel is examined, where lightness is defined as (max+min)/2. Max and min are max(R,G,B) and min(R,G,B).

The lightness is then compared to a threshold value (set by the user from 0 – 255). If the lightness is > threshold, then the HSL (hue, saturation, lightness) values of the original pixel are computed. The two lightness values are added using a scaling factor for the sobel pixel. Finally the HSL values are converted back to RGB space to give the result.

Optionally, pixels where the sobel value is below the threshold can be darkened, to provide a heightened contrast effect.

The filter can be downloaded here:
http://www.xs4all.nl/~salsaman/edgeglow.tar.bz2

##############

The cluster plugin is an implementation of the popular and relatively simple k-means clustering algorithm, where regions of an image are identified by their proximity in color and space to cluster centers and assigned the average color of the region. The cluster centers are updated each frame with the average location of all the points in the region. If distance is given the most weight it looks like a voronoi diagram.

Demonstration video here made in gephex:
http://vimeo.com/1059913

Source and linux i386 .so here:
http://binarymillenium.googlecode.com/svn/trunk/frei0r/cluster/

Comments Off on New frei0r effects: edgeglow & k-means clustering more...

freej 0.10 released

a new FreeJ 0.10 “scripting in the bush” release is out!

http://freej.dyne.org

quickly get the sourcecode from:

ftp://ftp.dyne.org/freej/releases/freej-0.10.tar.gz
ftp://ftp.dyne.org/freej/releases/freej-0.10.tar.gz.asc

announced and demonstrated directly from the LPM VJ Festival in Roma
http://lpm.flyer.it/2008/programme/dett_639.htm

for full information please refer to the README and other
documentation found in ftp://ftp.dyne.org/freej

Comments Off on freej 0.10 released more...

Lumiera Developers meeting

the next Lumiera developer meeting is scheduled on

Thursday the 5. June 2008 at 21:00 UTC

The meeting will be held on irc.freenode.net in #lumiera

The agenda for this meeting is at
http://www.pipapo.org/pipawiki/Lumiera/MonthlyMeetings

Not much Topics so far, please feel free to add further topics.
One point to discuss will be how to organize the further GUI planning/brainstorming such that:
– we don’t loose any good ideas
– we don’t work against each other
– we don’t get carried away by dreaming about features we don’t have the resources to implement on a reasonable time scale.

We know the time of the meeting may be a problem for people living in Asia or “down under”. We are willing to use a alternating time scheme if necessary. So please speak up, if you’d want to attend on a regular base but can’t because of the meeting time!

Comments Off on Lumiera Developers meeting more...

Videojack updated to 0.109.2, and checked in to svn

VideoJack is a mechanism to route video signals between applications running on the same computer. It’s currently being developed as a patch to the jack audio server.

The videojack patch is updated to the last release of jack (0.109.2), and available for download from the sourceforge subversion repository:
http://videojack.svn.sourceforge.net/viewvc/videojack/

Anything with a version number of 2 is part of the videojack patch.

Note: the URL will probably change, and all of this will end up in:
http://videojack.svn.sourceforge.net/viewvc/videojack/jack/

The (non-example) clients will be placed in:
http://videojack.svn.sourceforge.net/viewvc/videojack/clients/

Comments Off on Videojack updated to 0.109.2, and checked in to svn more...

New Frei0r Plugin: UVMap


OME developer Richard Spindler has finished a new Frei0r Plugin.

It is a Mixer2 kind, and it takes two inputs:
The first one is an UVMap, where the R and G Color values represent X and Y coordinates for the second input which could be an arbitrary image.

(Click the thumbnail image for a larger example taken from Richards excellent node editor included in OME)

Comments Off on New Frei0r Plugin: UVMap more...

New Release: frei0r-plugins-1.1.21

Get it here:
http://propirate.net/frei0r/frei0r-plugins-1.1.21.tar.gz

The following new plugins are included:

* Lenscorrection:
Provides a simple “Fish-Eye” effect, that can be used to compensate for wide angel lens distortion.
* Transparency:
Adds a lever to control the transparency level of a Video by adjusting the alpha channel values.
* Color Distance:
Has a color selector, and the output for every pixel is its distance from the selected color in a 3-D RGB cube. Good for simple Green-Screen stuff.
* Perspective:
A pseudo perspective distortion, has four adjustable points that can be moved to arbitrary places in the canvas, and the corners of the video will follow. Good for nice 3D-Perspectives.
* RGB Parade:
RGB Wave Form View, nice for image analysis and color grading/correction work.
* Vectorscope:
YCrCb Vector-Scope, for image analysis and color grading/correction.

Comments Off on New Release: frei0r-plugins-1.1.21 more...

frei0r :: Pseudo Perspective Distortion Filter

Richard Spindler just created a new Frei0r filter, that takes 4 points as parameters,
and distorts the image such that its corners fit to those 4 points.
It is propably better explained through the screenshot below (click it for a larger view).

The code is available here:
http://propirate.net/oracle/zipfiles/perspective.c

Comments Off on frei0r :: Pseudo Perspective Distortion Filter more...

Piksel-dev dvd released!!

As a last minute special for Piksel06, David has just released the PikseLiveCD
developer dvd. It’s a first test of a developer version of the liveCD which
can be used for packaging apps to be made avaiable from a common repository.

Check it out!

http://bekstation.bek.no/piksel/piksel-dev-0.3.iso
http://bekstation.bek.no/piksel/piksel-dev-0.3.md5

It’s currently 1,4 Gb

Comments Off on Piksel-dev dvd released!! more...

Drone Team at Piksel05

Canadian collective Drone Team is coming to Piksel for the first time this year, and have just announced their specially commisioned pre-piksel05 residency to do a collaborative installation together with the S.O.U.P krew (Switzerland/Columbia) – also Piksel first-timers.

The Drone Team is a collective of artist-developers based around the use and development of Drone – a GePhex-like app for Vj’ing and installations. They are also heavily involved in development of Frei0r plugins, and we expect to see some new Frei0r stuff coming out of Piksel05 brainstorming.

Their announcement below:

Comments Off on Drone Team at Piksel05 more...

  • ๐ŸŒฉ๏ธ Join us for one last Stormy Thursday!๐ŸŒฉ๏ธ๐Ÿ“… Date: 21st March๐Ÿ•” Time: 17:00-20:00๐Ÿ“ Location: Piksel Studio, Strandgaten 207Get ready for an evening packed with engaging discussions and knowledge exchange at Piksel Studio. Our team will unveil exciting updates on our IDLE Cyber Salong, now adorned with captivating interactive instruments!Images from IDLE cyber salong and previous Stormy Thursdays Don't miss out! See you there! ๐Ÿ‘‹

    20 March 2024 @ 11:56 am

    Our friends from Lifepatch in Yogyakarta needs help to rebuild their roof that has collapsed due to termite damage and heavy rains.
    https://lifepatch.id/Lifepatch_roof_collapsed

    1 March 2024 @ 2:21 pm

    ๐ŸŒŸ Friendly Reminder: Get ready for another exciting Stormy Thursdays this week! ๐ŸŒช๏ธ Join us as we look at Hydra, learning how to wield its powers with any MIDI controller or keyboard. ๐ŸŽน๐Ÿ•น๏ธ https://hydra.ojack.xyz/ Plus, we will look at controlling a Praxis Live project using a MIDI keyboard.As always, there'll be dedicated time to work independently on your own projects.See you Thursday, 29/2 at Studio 207, Strandgaten 207, from 17:00-20:00. #PikselFest #StormyThursdays

    29 February 2024 @ 11:16 am

    ๐ŸŒฉ๏ธ Stormy Thursday`s at Studio 207! ๐ŸŒฉ๏ธJoin us today for yet an exciting edition of Stormy Thursdays! James will be giving a short demo of the game he's currently crafting; Wee boats, starring Beffen. With lots of cool open-source tools to highlight, it looks to be an interesting evening! ๐ŸŽฎโœจ
    ๐Ÿ“… Date: Today 22.02-24๐Ÿ•” Time: 17:00 - 20:00๐Ÿ“ Location: Studio 207, Strandgaten 207
    #StormyThursdays #PikselFest #GameDemo #OpenSourceMagic #Studio207

    22 February 2024 @ 3:43 pm

    PIKSEL Kidz Lab 2024 โ€“ Plants & Soft Sensors / LIVE CODING
    21st and 25th MayDiscovering Plant Magic: A Sensory Adventure with Soft Sensors for KidZ
    29th โ€“ 31st MayCreate your own show with live coding visuals. LIVE Coding!
    https://piksel.no/2024/02/15/piksel-kidz-lab-2024-plants-soft-sensors-live-coding

    15 February 2024 @ 10:30 am

    Stormy ThursdaysEach Thursday for the upcoming weeks, Piksel are hosting a series of workshops, creating a space for exploration, creativity and community. Anyone intrigued by the intersection of art and technology are welcome to join, interact, share and work on own projects and ideas.
    The workshops takes place each Thursday from 17:00 โ€“ 20:00 at Studio 207, Strandgaten 207.
    More info: https://piksel.no/2024/01/14/stormy-thursdays-open-workshopsWe also have a Discord meeting room: https://discord.gg/QyK9Apyq

    24 January 2024 @ 9:21 pm

  • Copyright © 1996-2010 PIKSEL. All rights reserved.
    Jarrah theme by Templates Next | Powered by WordPress