Tagged Questions

0
votes
2answers
26 views

How to change a GLSL shader parameter in Processing

I'm playing with shaders in openGL using Processing. I'm pretty noob at this and a bit lost. I found this thread that has an example on how to use GLSL shaders in Processing. I'm just trying to the …
5
votes
1answer
156 views

how to extrude a path in 3d ?

Hi, I'm trying to extrude a path in 3d. Nothing fancy yet, just following some points and using a regular polygon for 'tubing'. I'm using Processing for now to quickly prototype, but will later turn …
0
votes
4answers
41 views

Using C++ in xcode for image and video processing

I am studying in the area of image and video processing - specifically in the field of pattern recognition (objects, people etc.). I wish to use a programming language to apply the transformation to …
0
votes
7answers
72 views

Finding the joy of Javascript or searching for another UI-focused languages?

Hey everyone, I'm a GUI designer/interactive musician wanting to improve my programming chops. I already know the basics(variables, loops, arrays, if/else, some logic), but I'm looking to learn in a …
0
votes
0answers
18 views

I switched my credit card processing service from Quickbooks intuit to United Bank Card [closed]

I have used quickbooks for years and have used the intuit service that processes credit cards. I recently switched and the company provided a plug-in for quickbooks. Everything worked well until i …
0
votes
2answers
24 views

Image postprocessing for CMS

Does anybody know a good PHP library for basic image postprocessing functions like hue / lightness / contrast using pure GD?
0
votes
0answers
18 views

How to tell when an @font-face rule is applied

Is there any way to tell when an @font-face rule is applied? I'm creating @font-face rules that use data: URIs from a font file requested with an synchronous XMLHttpRequest in JavaScript and then …
0
votes
2answers
46 views

How would I go about plotting “live” stock market data with Processing, jQuery, Pure Data or Max/MSP?

This is intended as a question quite open to any suggestions, hints or pointers. I wish to start playing around with home brewed automated investment models, the beginnings of which I have concepts …
0
votes
4answers
97 views

Checking for content in Django request.POST

I feel like such a n00b asking this question but it's late and I'm tired. ;) I am accepting data via request.POST like this: if request.method == 'POST': l = Location() data …
1
vote
1answer
99 views

When should you not use the new parallel loop functions in c#

For maintainability purposes, my impulse is to simply use parallel processing all the time. For simple loops it sounds like there is overhead which could actually slow the function, and presumably for …
1
vote
2answers
55 views

HashMap and incrementing values in Procesing

Hi there, I have a HashMap that I'm using in Processing and I'd like to increment the value in the map. I Google'd it and it showed me that the following code is correct: if …
0
votes
1answer
30 views

how to set java library path for processing

Hi, I'm using pde to run a processing app , and I got the following error : "Verify that the java.library.path property is correctly set" . could anyone of you tells me how to solve this problem ? …
1
vote
2answers
67 views

Java - Zoom / 3D Data Visualization Libraries

What are the best libraries/frameworks for doing 3D and/or Zoom interfaces in Java? I'd like to be able to do some prototyping of creating new types of interfaces for navigating within data and …
0
votes
2answers
81 views

Why is my Processing app not behaving?

I am learning to use Processing, and have modified one of the examples to create this applet. I have two questions: Why are the spheres oblate? The spheres in the example I cribbed from were nice …
0
votes
2answers
41 views

Basic DSP question

I'm new to DSP programming, and I'm wondering how best to carry out the seemingly basic operation of level adujustment. Say I have an 8 bit number that represents the amplitude I want a signal to be …

1 2 3 4 5 6 next
15 30 50 per page