0
votes
1answer
27 views
Embedding Processing in Java/Groovy
Is there a way to embed seamlessly Processing code into a Groovy application?
If it not exists, is there a way to do it in Java? I mean something to attach a component like a JFrame with the content …
1
vote
3answers
114 views
Best dynamic languages for OpenGL/general graphics
Which are the most mature and well supported solutions for writing graphical programs?
I have been using C++ with OpenGL/GLUT, but would like to try a more flexible and expressive approach.
Ruby and …
0
votes
0answers
7 views
Orchestration tool for modeling web request processing
Hello. BizTalk has an orchestration tool for the purpose of defining business processes. I have always wondered that we can likewise model even simpler things. For example, web request processing can …
0
votes
2answers
61 views
paging through a very large text file
I need to implement a paging widget that would be able to read an arbitrarily large text file. widget will be used by different apps with a wide range of hardware (mobile with low ram on low end) so …
0
votes
3answers
35 views
Using Processing on a server to create images behind the scenes
The way I see most people use Processing is for drawing an image directly onto a screen or webpage on the client side.
How would one use Processing to create an image without a visual canvas, then …
2
votes
6answers
72 views
Is it possible to write a program that extracts a specific melody/beat/rhythm from a specific instument from a mixed wave (or other music format) file?
Is it possible to write a program that can extract a melody/beat/rhythm provided by a specific instument in a wave (or other music format) file made up of multiple instruments?
Which algorithms could …
0
votes
1answer
20 views
get output of last Process on SSAS cube
I have processed a SSAS cube. After it was done processing, I hit the close button - and then realized that I should have saved the output.
I know SSAS stores the processing log somewhere, but I do …
0
votes
2answers
62 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 …
0
votes
4answers
46 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
0answers
26 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
7answers
73 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
20 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 …
6
votes
1answer
178 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
2answers
26 views
Image postprocessing for CMS
Does anybody know a good PHP library for basic image postprocessing functions like hue / lightness / contrast using pure GD?
1
vote
1answer
106 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 …
