Interviewed and TexturePacker 2.4.0

noviembre 4, 2011 by

Hey people, I just wanted to let you know that I’ve been got interviewed in playandroid,

http://www.playandroid.com/blog/developer-interview-10-questions-for-jordi-puigdellivol/

So you can check it to know a little more about me :D

Like I told you on the previous post, I’m starting developing games for android, and a really helpful tool I use is TexturePacker, it really helps a lot when creating the sprites and all that stuff. A new verion of that tool is out so if you want to develop a game, make sure to take a look at it

http://www.texturepacker.com/texturepacker/big-fat-texturepacker-2-4-0-update/

I hope you enjoy it.

And finally, about the previous post, the new Gloobus-Preview is written in GTK3, and the one that matches with the new nautilus version is called Gloobus-Sushi, thanks to Alexander Grigorcea who has been working in Gloobus all this time and really really improved it.

See u guys!

 

Gloobus preview on Oneiric Ocelot

noviembre 2, 2011 by

Well people, I know you haven’t heard of me from long time ago… I’m really busy with other projects so I don’t have time to keep working on gloobus, but I’ll do my best

With the new gnome version I tought gloobus-preview would be outdated and that sushi would improve it in million ways, but you know my surprise when I tried it… its a shame, gloobus-preview supporst more filetypes, is faster, sexier, etc..

So thanks to the webUp8 people there is a guide to install gloobus-preview with the new nautilus and gnome version

http://www.webupd8.org/2011/10/using-gloobus-preview-with-nautilus-32.html

And if you want a spanish version:

http://www.atareao.es/ubuntu/conociendo-ubuntu/gloobus-preview-en-oneiric-ocelot/

As for the projects I’m working on now, I’ll post about it in a few days, but I can advance you that I’m developing some android apps /games, so I can finance the gloobus project, and have enough money to keep working on it.

So if you want to help me you can start by checking out my apps in market, there are my finished apps, most of them were test, the more elaborated one is the game “escape from husband”, and now I’m working on a kind of zombie smash game for Android :D I’m really excited about it and I’ll post the updates here, I want it to be really social so you people can choose the weapons to add, the enemies, the effects..

https://market.android.com/developer?pub=GloobusStudio

Keep tuned, so more will come in a few days!

Marlin

noviembre 17, 2010 by

As I told in the previous work, we’re working on Marlin, a complete new file manager with the elementary phylosofy, simple, clean, and useful.

The things I’m working on is to add color labels to the files, so you can then have fast visual search of the files you work on, red for critical, green for done, etc.. everybody can use them as wanted.

It’s coded in vala, so I started learning vala, then, implement a sqllite database to store it, and to create a tagging system.

Anyway, I just wanted to tell you about it, and of course, if anybody is interested in working on it.. just ask,

Here is a script to download it [Only for developers!!!]

# Tested pocedure installation on maverick ubuntu 10.10
# just run this script: bash INSTALL_maverick
# thx to Jordi Puigdellívol (Gloobus) <<== That's is meee!!! :D

sudo add-apt-repository ppa:ubuntu-desktop/gnome3-builds
sudo apt-get update
sudo apt-get upgrade

sudo apt-get install build-essential bzr git automake libtool

sudo apt-get install gtk+3 gnome-common valac libgee-dev flex bison
# Since Marlin in gtk3 and gtk2 themes dont work on gtk3 apps, you will also need a theme. You can get the ambiance and radiance themes using these commands:

sudo add-apt-repository ppa:cimi/theming && sudo apt-get update && sudo apt-get upgrade
sudo apt-get install gtk3-engines-murrine

# vala from git
git clone git://git.gnome.org/vala
cd vala
./autogen.sh --prefix=/usr
make && sudo make install
cd ..

# gee vapi file
sudo cp /usr/share/vala-0.10/vapi/gee-1.0.vapi /usr/share/vala-0.12/vapi/

bzr branch lp:marlin
cd marlin
./autogen.sh --prefix=/usr
make && sudo make install
marlin

Do not try it if you’re not a developer, cause it still does almost nothing, you’ve been warned

See u!

Nautilus extension for Gloobus Preview Available

noviembre 17, 2010 by

Since we left nautilus-elementary to work on the new project Marlin

Nautilus, needed something to keep launching gloobus. My surprise when yesterday I opened my mail and I found this:

Hi, i've written an extension for Nautilus that bind 'space' key on
gloobus-preview, its only requisite is nautilus-python
(http://projects.gnome.org/nautilus-python/)
Currently i've tested it on gentoo x86 and amd64 and seems to work fine
without need of clipboard or nautilus patch.

If you want to take a look: https://github.com/DaKTaLeS/Nautilus-
Gloobus-Preview-Extension
Let me know if you like it or if you want to integrate it in gloobus-
preview project.

Cheers,
Walter Da Col

And of course I want it! so, here we go! we have now an extension for nautilus to launch gloobus-preview with the space key without the need to install nautilus-elementary. I haven’t had time to make the package for it, so if anybody wants to help, you can create the deb and upload it to the ppa, just contact me to know how to do it.

Thanks Walter!!

Covergloobus 1.7

noviembre 17, 2010 by

Hey Guys!

New version of covergloobus available!! this one is the 1.7 it brings a lot of new features:

The most notable ones:

· A really improved configuration panel
· Lenght and position of the current song (For players that support it)
· Clickable Seekbar (For players that support it)

CoverGloobus-1.7

[EDIT] I forgot to tell you that there is the theme “BadChoice3″ that shows you how to add those features ;)

You can download as usual

sudo add-apt-repository ppa:gloobus-dev/covergloobus
sudo apt-get update && sudo apt-get install covergloobus

You can find a better post than mine in OMG! Ubuntu:
http://www.omgubuntu.co.uk/2010/11/covergloobus-adds-timer-progress-bar-support/

CoverGloobus Icon Poll

septiembre 8, 2010 by

Well, there are some days now that we requestes for a CG icon.

Here are the submissions, and as it is a OpenSource comunity, I’ve decided to make a poll to chose on of them.

Here are the options

1.

2.

3.

4.

5.

6.

7.

CoverGloobus Themes Group on DeviantART

septiembre 1, 2010 by

As you hear it!

I’ve created a group on DeviantARt to share all the themes for covergloobus

you can find it there:

http://covergloobus.deviantart.com/

I hope you like it!

PSD and XCF howto!

agosto 25, 2010 by

Hey!
It’s been a long time since I wrote something here.

Well, today I’ve been working on gloobus-preview again, and well, I added a couple of things that cahrgr started, like that now plugins can handle key events,

So I added that iDocument and iText now have Pg Up and PG Down, and iText you can make the text bigger or smaller with + and – keys (almost everything thanks to cahrgr)

Then, I had problems with the PSD and XCF loaders a few days ago, and if its your problem you can solve it basically doing this:


sudo rm /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-psd*
sudo rm /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xcf*

And then going to the download gloobus-preview source

cd src/loaders
sudo cp ./PSD/*.so /usr/lib/gtk-2.0/2.10.0/loaders/
sudo cp ./XCF/*.so /usr/lib/gtk-2.0/2.10.0/loaders/


gdk-pixbuf-query-loaders /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-psd.so | sudo tee /usr/lib/gtk-2.0/2.10.0/loader-files.d/gdk-pixbuf-psd.loaders

gdk-pixbuf-query-loaders /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xcf.so | sudo tee /usr/lib/gtk-2.0/2.10.0/loader-files.d/gdk-pixbuf-xcf.loaders

That’s all!!

I’ll try to add some new things in Gloobus Preview again, so we can improve it even more!

We’re all ears to your suggestions ;)

CoverGloobus Themes Recopilation

junio 10, 2010 by

I browsed Deviantart searching for covergloobus themes, and I created a tar.gz file, so you can download it ;)

Enjoy it!

http://dl.dropbox.com/u/2153607/CG_Themes.tar.gz

Wee need a covergloobus icon

mayo 24, 2010 by

Hey designers out there, we need a nice and clean covergloobus icon! now we’re using the same as gloobus-preview but is time to have its own, so if anybody can design a nice one, we’ll make it the COVERGLOOBUS ICON!!

We’re ansious to see your designs!!

See u!


Seguir

Get every new post delivered to your Inbox.