An open source software library for creating dynamic graphical user interfaces.
1
vote
1answer
31 views
clutter stage in gtk can't not handle stage mouse press event
I have tried to use the clutter-gtk. I wrote a small piece of code that create a gtk window with a clutter stage in it. I try to get mouse button press event on the stage but there is nothing.
Here ...
0
votes
0answers
12 views
Efficient reflections in Clutter/COGL?
I'm working on a program that uses Clutter (1.10) and COGL to render elements to the display.
I've created a set of ClutterTextures that I am rendering video to, and I'd like the video textures to ...
0
votes
0answers
44 views
Filling a custom-shaped Clutter Actor with a Cairo-drawn canvas
Clutter 1.12
Cogl 1.10
Vala or C or Python.
I might have a fundamental misunderstanding here —
I think of "Actors" as 3D polygon things. I think of their colours as either vertex colors or as ...
0
votes
1answer
91 views
Vala to Python and back again
I am stuck trying to grok the path from Vala/C up into Python and back down again. All my google-fu is leading me in circles.
I want to use Vala to write an API and then employ it from Python (or ...
0
votes
1answer
63 views
Why does Cairo.set_source_rgb paint the whole canvas?
I'm playing around with Clutter/cairo and I'm trying to draw a rectangle; however, it appears that the set_source_rgb is automatically painting the whole canvas with its source, regardless of whether ...
1
vote
1answer
41 views
Howto sub class a Clutter.Actor (involves Cairo/Clutter.Canvas)
Can anyone help me get this to run? I'm aiming for a custom Actor. (I have only just started hacking with Vala in the last few days and Clutter is a mystery too.)
The drawme method is being run (when ...
0
votes
0answers
17 views
How to detect the signal when there is a collision between two ClutterActors?
I'd like to detect the point of collision of two ClutterActors using g_signal_connect.
I need some event to detect it similar to "enter-event"
0
votes
1answer
50 views
clutter timeline not emitting signals in time
the timeline functionality in moblin clutter is used to do a callback every given milliseconds.although it is emitting signals lot faster(every 1ms or so). Why does this happen?
ClutterTimeline * ...
0
votes
1answer
40 views
ClutterActor properties
I just started playing around with clutter a bit, and I got a question in regards to setting properties on a ClutterActor.
I want to set the pivot-point property, after searching though the ...
0
votes
0answers
27 views
Clutter Python Reference? [duplicate]
Nathan here.
I'm trying to develop a simple Python Widget Toolkit with clutter.
I however can't find any documentation or references for the binding.
I have tried to execute methods that exist in ...
0
votes
0answers
36 views
html4 optimization in webkit-clutter port
I want to know if there are html4 drawing primitives optimization already in webkit clutter port or not?
0
votes
1answer
76 views
Give file path in plugin
I have developed npapi plugin using firebreath. I want to access one image that is placed inside the computer. I am confused how to give the file path in plugin class or shall i need to place it in ...
0
votes
1answer
60 views
Error in running Clutter sample code in Mint
I downloaded clutter from LFS (Ver 1.12.2) and tried running the example from Netbeans .
I have included libclutter in the project but i am getting following error :
undefined symbol: ...
0
votes
0answers
102 views
using OpenGl in npapi plugin ( FireBreath)
I have successfully launched opengl plugin plugin in windows. But in Linux , I don't know how to provide the rendering context i.e plugin window?
2
votes
1answer
136 views
Adding External Library in CMake ( linux )
What is the simple process to add my external .so in Cmake. I want to know the exact location to where it needs to be added. And also for the include directories path. Please suggest the simplest way. ...
0
votes
0answers
106 views
How to give external library path in firebreath
I am developing clutter based plugin using Fire breath. I have given the path of the includes files in flags.make file and the .so libs are included in link.txt file. But my problem is that when i ...
7
votes
1answer
142 views
javascript extension to use C based APIs(clutter) in a webapp
My goal is to use the C libraries to form web apps.
I have choosen the way to do that via using "SWIG" tool.
The Swig tool requires three things
1) .c file which defines all the functions.
2) .i ...
2
votes
0answers
80 views
clutter plugin using npapi
I have developed a plugin using NPAPI for calling Clutter Apis.
I used OpenGL+Plugin as reference while creating the plugin.
Standalone Native Clutter examples run with out any issue.
My Questions
...
0
votes
1answer
23 views
Why is clutter_actor_animate affecting the wrong actors?
I've been playing around with Clutter, using this tutorial as reference, and am trying to animate three groups, each containing a colored rectangle. I am trying to use the clutter_actor_animate method ...
0
votes
1answer
94 views
Drawing in a Clutter Texture with Cairo
I have a collection of objects that I use for drawing and have always used Cairo for that. I've decided to switch to Clutter with Cogl for the drawing, but Cogl seems to be somewhat limited for 2D. So ...
3
votes
2answers
102 views
How to get started writing a compositing WM?
I would like to write a basic hardware-accelerated window manager, so I've been looking for some documentation on how to get started, but I've only managed to find this tutorial, which uses an ...
0
votes
1answer
114 views
Problems linking clutter-gtk in cmake?
I have this CMakeLists.txt file, I try to add clutter-gtk but I can't, it's bassed on all elementary project cmake files
project(Project)
cmake_minimum_required (VERSION 2.8)
list(APPEND ...
1
vote
1answer
144 views
is there a way to disable pixman completely
I have pixman installed on my arm target, for bench-marking purposes i want to disable pixman completely(if that is even possible !). Is there a way to do this nicely without actually removing it.
I ...
0
votes
1answer
231 views
pixman and clutter box2d application
I have a simple clutter-box2d application(written in C) which shows a few images falling down. It runs really slow on my arm target(ARMv7) , Oprofile shows following consuming a lot of CPU
...
0
votes
1answer
73 views
Profiling a clutter-box2d application on ARMv7
What is the best way to profile and optimize clutter-box2d application on an arm target?
I have tried using valgrind to profile the code on x86 before porting, but it doesnt seem to help. Ported ...
0
votes
0answers
88 views
Placing video in clutter-gst with vaapi
I'm using Clutter to make a small app ready 4 videos at the same time.
To do so, I use vaapi.
My problem is that I don't success in having a video where I want, I have them only in full screen.
To ...
2
votes
1answer
87 views
Clutter - high scene composition, performance and suggested practices
I am absolutely new to Clutter and Cogl and am supposed to work on an application, which will display rather large amounts of data (lists, endless menus, highly nested elements and more). I have been ...
0
votes
0answers
95 views
set_background_color() not working properly
This little program just tries to allow me to click on some buttons to change the background color of a ClutterText object as I move from one item to the next. For some reason the background color ...
0
votes
1answer
74 views
Handle warnings in allocation-changed callback
I've got a Clutter warning I can't get the rid of.
In my project, I've a custom layout, built by several ClutterConstraint(s), which handles a couple of ClutterBox(es).
One ClutterBox of these ...
0
votes
1answer
106 views
Best way to pass a struct within a struct to a GSourceFunc
Which way is best to get S to a GSourceFunc? Or neither?
typedef struct{
//...
}S;
struct MS{
//..
S *St;
};
static gboolean AL_Calback(gpointer data){
S *St = (S*)user_data;
...
0
votes
2answers
96 views
For long running data producers in UI framework, should this be done in the event loop?
Consider Clutter and Enlightenment. They both provide idlers and adding event callbacks into the event loop. Neither one seems to advocate the use of threads but instead suggest event driven ...
0
votes
1answer
189 views
How to build cogl and clutter on mingw?
I'm going to build clutter on mingw environment, but when I try to build Cogl, there are some compling errors, unknow type: GLchar, GLintptr, GLsizeiptr.
The source code version I used is: ...
0
votes
1answer
112 views
Working with Children Actors in the Clutter API
I have been playing around with clutter and have become a bit confused about how to work with Actors and child actors. Let's start with a simple example which has caused me some confusion. I create ...
-2
votes
1answer
15 views
clutter on my feed [closed]
Why is it absolutely necessary to clutter facebook with things that can already be found on other social media sites? I'm sorry, but I really don't care for all the links to things like pintrist or ...
0
votes
1answer
120 views
How to move window/stage using clutter_actor_animate?
How to animate or move window using clutter_actor_animate? Here's my code and it didn't work.
clutter_init(&argc, &argv);
ClutterActor stageColor = {0,0,0,255};
ClutterActor *stage = ...
2
votes
1answer
149 views
Is there a way to *really* force pydev to use a forced builtin?
I'm using pydev to develop a pyclutter application. Clutter is added to the interpreter path and is in the list of forced builtins, but all the objects within clutter's namespace show up as "missing ...
0
votes
1answer
554 views
cron and wget: how to prevent cron from cluttering syslog with “grandchild failed” messages?
This is a huge annoyance.
Whilst in older wget versions (even stated so in the man page) the whole error code functionality had never worked reliably, current wget versions have it working TOO ...
1
vote
2answers
317 views
How to make a loading/intro animation popup while waiting for program to start up clutter/GTK+
My program takes a few seconds to start up. I am using clutter for the GUI, and I decided to try and make something pop up to indicate that the program is starting up. I wanted to just have a logo ...
1
vote
0answers
143 views
compiling clutter gui on linux with code blocks: Compiles, but doesn't load images etc, same code working fine on visual studio
I have written a gui using the clutter library on widows using visual studio.
I am now trying to compile it on a linux virtual machine using code blocks. It compiles fine, but the program launches ...
1
vote
2answers
121 views
Get current width and height of an Embed Clutter Stage
I'm using Clutter to compose an interactive/animate UI.
I'm using two box containers (ClutterBox) with an integrated FixedLayout, and I want to be able to rearrange those boxes onto screen using an ...
0
votes
2answers
136 views
Casting GTK Clutter Textures and normal ClutterTextures
I'm having a problem sorting out the casting in some old clutter code, trying to bring it up to date. It has code like this:
static void image_init(CtkImage *image)
{
priv->texture = ...
3
votes
3answers
509 views
Looking for a cross-platform method for basic 2D/3D graphics for iOS and Android
I'm developing an application separately for both Android and iOS using their native SDKs.
However, there's a some module in the application that should support basic 2D (it can also be 3D) abilities ...
0
votes
0answers
89 views
how to animate in showing window using GtkWidget for clutter?
Good day. Anyone knows how to animate in showing window using GtkWidget for clutter? I want to show or pop up window from bottom to up position, its like sliding the window from bottom to ...
2
votes
1answer
554 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
174 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 ...
0
votes
1answer
158 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 ...
8
votes
2answers
2k 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 ...
-1
votes
1answer
67 views
Clutter 1.6. is slows down screen rendering for first time alone
We were using clutter to render the screen and process the GUI events on IMX31 board.
The problem description :-
On startup the buttons,texture will be loaded into memory. When we click any ...
0
votes
1answer
104 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
216 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 ...

