Tagged Questions

Clutter is an open source (LGPL 2.1) software library for creating fast, compelling, portable, and dynamic graphical user interfaces. Clutter uses OpenGL for rendering (and optionally OpenGL|ES for use on mobile and embedded platforms), but wraps an easy to use, efficient, flexible API around GL's ...

learn more… | top users | synonyms

6
votes
4answers
795 views

C++ - Clutter 1.0 - calling function from thread causes segfault

I am struggling with calling a clutter function from an extra thread. I use boost::thread for threading and the clutter library 1.0. To be specific, the thread contains a looped function that emits ...
3
votes
1answer
88 views

The relationship between libraries: Clutter, Cogl, Clutter, GTK+, etc

I'm a little confused about the relationship of the libraries listed above, here are what I think: Cario is a 2D graphic library, and GTK+ uses it to render widgets. Cario is low-level. Cogl is a 3D ...
2
votes
1answer
96 views

GtkClutter Actor signals not firing

I'm trying to write an app using GtkClutter but I can't get the actors to fire signals. Here is a sample from gi.repository import GtkClutter, Clutter, Gtk, Gdk GtkClutter.init([]) class ...
2
votes
2answers
106 views

good or bad: to make giant struct to avoid using globals / properties of a struct / lots of paramerters

I'm kind of a beginner, and I have gone off written a 10000 line program which mostly uses globals and void functions, in c++. Anyways, my program doesn't have a GUI, so I am making one for it ...
2
votes
2answers
135 views

Casting ClutterActor* to ClutterStage*

I am exploring the possibility of creating a Clutter binding for the D language ( http://d-programming-language.org/) and have started by trying some simple tests using dynamic loading of libclutter. ...
2
votes
3answers
732 views

usage of clutter for game development

I'm a relatively new developer, and I'm looking to learn C++. I've had experience coding in java, javascript, actionscript, and python, but I want something fast enough to do some high performance 2D ...
2
votes
2answers
313 views

In Gtk, is it possible to make widgets fade in and out?

I would like to have a Label (or at least the text on the label) do a quick fade-in. It looks like this is possible in clutter, but I don't want to use clutter until clutter-sharp is packaged for ...
1
vote
1answer
66 views

Missing debug info when debugging vala/clutter program in Nemiver

I'm new to vala/clutter development and trying to setup Nemiver to debug my vala/clutter programs. I'm using monodevelop to edit and build the clutter-demo example from the vala web page. I am passing ...
1
vote
1answer
44 views

Can one use Clutter with Python 3?

Are there Python 3 bindings for Clutter? If so, how can I get them and use them?
1
vote
1answer
98 views

Persistent Logging in Gnome-Shell-Extension development?

I'm trying around with the Javascript-based bindings to build an own Gnome-Shell-Extension which just embeds an webkitview. But the following 3 lines let completely crash the gnome-shell (top panel ...
1
vote
1answer
129 views

Python binding for clutter-gtk and clutter-gsk

I'm using python and want to embed gtk3 widgets in clutter stage. However, it seems pyclutter-gtk and pyclutter-gsk has been stopped for a while. Is there any alternative binding that we can use in ...
1
vote
2answers
77 views

How to place a clutter actor on a clutter texture?

I have a clutter texture as my background . I need to put some clutter actors over it. is it possible to do it . Since i get the following error: "invalid cast from `ClutterTexture' to ...
1
vote
1answer
40 views

Shift focus by navigation key using clutter toolkit in c?

I have to create a vertical menu using clutter in C. Can anyone help me how to implement focus shift using the navigation keys for the menu where i want to highlight the focused menu option.
1
vote
1answer
151 views

Can you embed GtkWidgets in a ClutterStage?

Any example I have seen seems to be embedding a ClutterStage in a GtkWidget. links: http://www.openismus.com/documents/clutter_tutorial/1.0/docs/tutorial/html/sec-stage.html ...
1
vote
0answers
53 views

How do I detect events on a group in PyClutter?

I am trying to detect mouse clicks (and other events) on groups in PyClutter. But they don't seem to trigger anything. Here is what I have: import clutter col = clutter.Color(1, 0, 0) r1 = ...
1
vote
0answers
180 views

gjs cairo context drawing not displaying in clutter window

I'm trying to get a simple cairo drawing drawn to a clutter window using the javascript bindings. My problem is, apart from half the functions being named slightly differently, is no matter what I ...
1
vote
3answers
60 views

Simple clutter-free way to call multiple variables

I'm looking to do something like int ItemNames; typedef enum ItemNames {apple, club, vial} ItemNames; +(BOOL)GetInventoryItems{return ItemNames;} apple=1; //Compiler Error. The issue is, is ...
1
vote
1answer
181 views

Borderless window in clutter(mm)

I'm trying to use cluttermm to create a borderless window (for example, something like this). In other words, I want to draw a rectangle on screen and some text on it, but NOT in a window, and NOT ...
1
vote
2answers
60 views

using libcluttermm-1.0 problem

i have installed clutter-1.0 from gnome site using terminal. But when i run the application, error is notified as libcluttermm-1.0 not found. Has this library not available as of now. if not what ...
1
vote
1answer
186 views

Python Clutter: Set display?

How does one set the X11 display in Python-Clutter? I am trying to set it to XSCREENSAVER_WINDOW. I have tried importing clutter.x11 and using set_display(), but this doesn't seem to be the correct ...
1
vote
1answer
180 views

How can I draw a circle with Clutter?

I want to draw a circle with clutter but I am unable to figure how can I do that. I am using clutter with vala programming language but an example in c would be sufficient also in case you don't know ...
1
vote
1answer
202 views

Clutter on OSX — “Unable to find suitable GL visual” error

I am looking to try out clutter (http://www.clutter-project.org) on an OSX machine (10.6). I installed the toolkit first by setting up required dependencies via macports and then installing clutter ...
1
vote
0answers
119 views

how to compile clutter lib for wince 6.0

I want to write a 3D application interface for wince 6.0. my board support opengl es 1.1. but i don't familiar with opengl|es. i want to use clutter lib to write 3d appllcation application. how to ...
1
vote
5answers
271 views

UX: Reducing clutter and visual overload

I am working on this project (web-based) where users can login and see a list of tasks assigned to them. Right now there are only a few columns and the presentation is somewhat clear and uncluttered. ...
0
votes
0answers
25 views

xinit Clutter application not working

I've built a simple test app with clutter: A stage with two ClutterText actors to display two words. It works OK when I run it from within gnome but running it from the tty (not gnome-terminal or ...
0
votes
0answers
16 views

System.AccessViolationException : Attemp to read or write protected memory - cogl_rectangle function

I am building a GUI using Gnomes Clutter API / cogl. I just got started trying to incorporate cogl. This function, cogl_rectangle (float x_1, float x_2, float y_1, float y_2); Gives me an ...
0
votes
0answers
21 views

clutter: system error-libcogl-pango-0.dll is missing from your computer

I have built clutter on windows 7. When I attempt to build a simple hello world, I get this error, that the program cannot start because this dll, libcogl-pango-0.dll is missing from my computer. I ...
0
votes
1answer
40 views

Cannot access animate-properties in Clutter

I am trying to animate an actor in Clutter, but when I enter a property that exists, something goes wrong. actor.animate( AnimationMode.LINEAR, 400, scale_x:2); gives me this error ...
0
votes
1answer
50 views

Custom container not drawing

I've been reading about Vala over the past couple of days and decided to dive into it and make some Clutter widgets along the way. I'm currently trying to draw a private actor from my custom actor ...
0
votes
1answer
24 views

Can't run makefile for cluttermm-1.1.2 installer

Hi I want to install cluttermm-1.1.2, when I run the makefile I got this error backend.cc: In static member function ‘static void Clutter::Backend_Class::class_init_function(void*, void*)’: ...
0
votes
1answer
34 views

How to set the position of stage or window using clutter1.0?

How to set the position of the stage or window using clutter1.0? Just like in opengl glutInitWindowPosition(0, 500). Thanks...
0
votes
1answer
50 views

What XWindow property can prevent a window from getting focus, while letting it receive mouse events?

I am writing an Onscreen Keyboard in python, with clutter. I've gotten the ClutterStage's XWindow object, but I can't find any properties which prevent the window from stealing focus. Basically, it ...
0
votes
0answers
56 views

Can I use Clutter in SWT?

I'd like to use a Clutter stage as a widget in an SWT window. I'm aware that there are Java bindings for Clutter, but I'm not sure how to use them (for SWT or otherwise). I suspect that this might be ...
0
votes
1answer
15 views

Get the clutter_actor having key focus previous to the currently key focused clutter_actor

Is there a way i can get the previously key focused actor. because when i destroy the current key focused actor , i am not able to call the callback function when i press the keys. Is there anyway i ...
0
votes
1answer
24 views

In clutter can we remove all the actors from a table_layout?

I just need to clear all the actors added to the table_layout. So that i can add new actors . Is there any way i can do that.
0
votes
1answer
22 views

how to shift the key focus between two clutter_actors?

Hi i have two clutter_actors . when i shift the focus from actor_1 to actor_2 for the first time it works. but later it does not shift back. I use the following statements. ...
0
votes
1answer
29 views

How to shift the key focus from the clutter_stage to clutter_actor?

I have some clutter_actors placed over the clutter_stage. Whenever i want to shift the focus from the clutter_stage to clutter_actor i use clutter_stage_set_key_focus(clutter_stage,clutter_actor) . ...
0
votes
2answers
74 views

How can I set window type hints on a ClutterStage?

Is there any way to make a standalone ClutterStage use TYPE_HINT_DOCK (and be borderless), with python? Perhaps by manipulating the window with Xlib?
0
votes
0answers
17 views

Issue while adding the clutteractor to a ClutterActor subclass

I have clutteractors to be added to a ClutterActor subclass. Is it possible to add all the clutteractors after creating the clutteractor subclass . Because whenever i add it after creating the ...
0
votes
1answer
58 views

How can I get a window's icon name in Xorg?

I am attempting to get a window's icon name with python, for use in a pyclutter-based taskbar. I have gotten the XID via wnck, but wnck seems to only be capable of giving me a gtk.gdk.Pixbuf, which is ...
0
votes
0answers
14 views

clutter_flow_layout does not show the images of a clutterActor subclass

I have a ClutterActor subclass which has images and texts grouped together in it. When i use that actor inside a clutter_flow_layout it shows up. But when i position the same clutter_flow_layout over ...
0
votes
1answer
23 views

How to replace ClutterTexture with key action?

I want to change the background texture of a Gobject clutter actor whenever it is highlighted. Is there any way i can replace the texture during runtime ?
0
votes
1answer
85 views

How do I use Clutter in conjunction with C#?

I am desperately trying to make a very simple C# program utilizing clutter (In MonoDevelop IDE) to prove functionality but am unfamiliar with C# convention. Do I need to construct a clutter object to ...
0
votes
1answer
45 views

Is GObject the best way for creating menu options with signals in Clutter?

I want to create a vertical menus with focus switching ability. Do i need to do it using GObject way to create a custom option with its own event signal or should i create it separately without ...
0
votes
1answer
35 views

How can I bring an actor to front in clutter

In my clutter program written in c I have two Textures that overlap. One of them stays the same while the program is running and the other moves in to overlap from somewhere else on the stage. Because ...
0
votes
1answer
36 views

How can I add a hyperlink to a ClutterText actor?

I've got a ClutterText object that I'd like to make display a clickable hyperlink. ClutterText has the option to use Pango markup but apparently not a way to mark a hyperlink. Is there an easy way of ...
0
votes
1answer
36 views

Negative depth of actor in clutter toolkit?

I'm programming a simple animated gui using clutter (pyclutter,to be specific, but I don't think that matters) and I need my actors to have a negative depth. The reason for this is that positive depth ...
0
votes
1answer
210 views

Clutter Toolkit Dependencies - Ubuntu 11.04

Is there an obvious way to get Clutter Toolkit up and running in Ubuntu. It seems like there is a huge list of dependencies as I try compiling it. The current dependency which I am unable to resolve ...
0
votes
1answer
64 views

Clutter - run method at marker?

Markers seem to be designed to run a timeline at a point in another timeline. Is there any way to run an ordinary method at a marker, rather than a timeline?
0
votes
0answers
289 views

Displaying video output from web camera on gtkcluttertexture

I have used the Cheese back end module. It works fine but when i need to display the video stream to GtkClutterTexture. It is not displaying at all... Please any one can help on this issue. Here are ...

1 2