ricardocabellov5.0balter-egos
trace mr.doob r08028
blogdemoscenefeaturedextrascontact
 *blog... kind of... *rss


Inspire08 demo log, day 6
18.04.2008
Status:
20 days left until Inspire08
Changing plans.


Processing+OpenGL+Eclipse+Linux seemed to be something too hard for me, compiling and handling everything, seemed a bit of waste of time. So, now that I'm already messing with Eclipse, I think it's about time to face the inevitable. I've been developing in Actionscript for years, and I've trying to get the best out of it, so, time to move to Java I guess, leaving Processing on the path.

So, checked with sole just to see if I was mad or what, and she quickly found me a tutorial to move with ease. Everything compiled easier and, in fact, the syntax was very easy to understand for my Actionscript3 background. So, today that I had more free time I spent a bit learning Java, OpenGL and testing effects to see the possibilities. And guess what?! There is not just screenshots today but also some working tests ready to run from the browser :D Well, seems to have some compatibility issues at the moment (doesn't work on MacOS), I'll handle that whenever I feel like ;)

The big mess cube (named by Theo)



The race of poligons



Those are just quick tests for fun, I don't think they'll made the final prod. But hey, there is finally something moving, now I better find the way of loading images and audio!! The VVVV system won't happen for this prod I guess.

Oh!! There is a bonus pic today too, just to prove that I'm doing all this with Ubuntu+Eclipse, here it's a snapshot (you can see the shitty code that creates the race of poligons effect btw):



EDIT: Just took 4 (stoopid) hours to "debug", but now the tests also work on MacOS. =_=U
posted by trace at 13:54

Inspire08 demo log, day 5
17.04.2008
Status:
21 days left until Inspire08
Setting up the code framework and additional tools.


I was able to sketch some ideas for effects using basic resources on a pad on the tube this morning. But honestly, apart from that, 0 progress. Real life™ won today.
posted by trace at 18:09

State of the Art of 3D rendering in Flash
17.04.2008
Alternativa Platform - Bunker

No question about it, these guys are really pushing the limits with his Alternativa3D engine. The rendering is amazing, no Z depth issues at all, and if you press "T" you can see how are they achieving it. The work of the artists also increases the wow factor, really nice textures.

Russia 1, rest of the world 0 ;)

More demos here.
posted by mr.doob at 15:18

Inspire08 demo log, day 4
16.04.2008
Status:
22 days left until Inspire08
Setting up the code framework and additional tools.


More setting up. Today Aldrin, which was actually quite easy to set up (although the package was first corrupted but after a quick notification on the irc channel it got quickly fixed).

As it says on this page it was a matter of doing this:

How to use:
Add the following line to your /etc/apt/sources.list to enable the repository and refresh.

deb http://www.pohunek.free.fr/aldrin-nightly-builds/ubuntu/gutsy/ binary/

The repository is for 7.10, but worked fine with 8.04. This is how the app looks like (it's basically like Jeskola's Buzz):



Definitely a good Reason alternative o/

EDIT: Just to detail a bit on the install part, you have to put that line at the end of that sources.list file, then go to Synaptic package installer, search for Aldrin, and select it for install, and install :)
posted by trace at 16:46

Oxb
16.04.2008
http://oxb.untergrund.net/music.html

Via.
posted by r08028 at 11:09

Inspire08 demo log, day 3
16.04.2008
Status:
23 days left until Inspire08
Setting up the code framework and additional tools.


Well, from yesterday's list... I mainly managed to setup the framework to use OpenGL (so size(800,500,OPENGL) works from Eclipse), and was able to draw 100,000 polys, it was a bit slow but the polys were massive, so I guess it's as it's supposed to be.

Then I faced the problem of not being able to actually generate a .jar that worked, then tried to setup it so Processing IDE for compiling and Eclipse for writing code, but again, no easy solution with comfortable work flow. Also tried with this EclipseP5Exporter but no luck (thx to sole for finding it tho). Seems to don't work to well on Linux yet.

I'll try today with Ant as some people seem to have had good results with it.

On the other hand, I still don't know any Open source alternative for Reason yet, so maybe the music will fail on that purpose.

UPDATE: Sole just suggested Paniq's Aldrin as a good Reason alternative. Another thing to test this weekend.
posted by trace at 03:15

Inspire08 demo log, day 2
15.04.2008
Status:
24 days left until Inspire08
Setting up the code framework and additional tools.


Just after writing the report for day 1, I thought I should setup the framework as soon as possible, so before going to sleep that's what worked on.

I'm also trying to do this pro with as much open source programs as possible. By now, I'm using (and/or planning to use) Ubuntu 8.04, Eclipse, Processing, Inkscape, Blender, ... and for the music, I don't know yet.

First on the list was making the Ubuntu-Eclipse-Processing framework er... work. For doing that I just had to follow this nice tutorial. After a couple of tries I had the setup done but it wasn't compiling yet, found out I had to install sun-java6-jdk from the synaptic repository, but still wasn't working as eclipse was using another VM, which was something more or less easy to fix from somewhere in the properties of the project. And changing the default VM from the console with this also seemed to help (with update-alternatives --config java).

So, this works, compiles and executes, there are some warnings on run time, but doesn't bother me yet, I'll find what's going on later.

Next things on the list will be to load/parse XML files (yeah, I'm still not a fan of hard coding), load/display/modify bitmaps, load/play audio, and, maybe, draw a triangle with OpenGL. So, hopefully tomorrow I'll be able to have the first screenshot :)
posted by trace at 03:20

Inspire08 demo log, day 1
14.04.2008
Status:
25 days left until Inspire08
Planification.


Less than 1 month for the party, but I still want to try doing a demo for it. It should also be the invitation (or at least one of them) for D³, a festival we are organising in Barcelona (ex-bcnparty).

Right now I don't have music, neither graphics, neither code... I don't even have the final logo yet!! However, for some reason I want to do all the demo by myself this time. I've never done that before, but I think I'm now ready to do it.

As I mentioned here, I was considering doing a VVVV like system for myself, this is going to take a bit, specially after finally deciding that I'm going to do it with processing :O! which I've never done anything with.

I'll try to make a post every day with whatever I have done. By now there is nothing else... hopefuly this will force me to deliver ;)
posted by trace at 17:19

Beastie Boys - Intergalactic (D Fast Electrobreak RMX).mp3
14.04.2008
Download
posted by r08028 at 15:37

Processing on Ubuntu 8.04
12.04.2008
Took a little bit but managed to make it run.

Steps:

1. Download the Linux version
2. If you don't have it, install Java Runtime (from Add/Remove Applications)
3. Go to System / Synaptic Package Manager, search for the libstdc++5 package and install it.
4. Unpack the .tgz that you just downloaded and execute the file 'processing'.
5. Enjoy.

With these packages installed shouldn't give any errors.
posted by mr.doob at 12:58
Pages:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
 *profile 



traditional id: Ricardo Cabello Miguel
based in: London, UK
serving to: Hi-ReS!
contact me: click here


 *affiliations 

xplsv.com admin, development, design
xplsv.tv admin, development, design
escena.org admin, design
molomucho.com development, design