Art is the product or process of deliberately arranging items (often with symbolic significance) in a way that influences and affects one or more of the senses, emotions, and intellect.

learn more… | top users | synonyms

0
votes
1answer
12 views

ART - A Reporting Tool - Default values on queries

I'm using ART - A Reporting Tool - to build a simple, lightweight, BI prototype. I have a portal-like structure using a dashboard query. When the user selects it, he is able to select which year and ...
0
votes
1answer
44 views

Graphics2D does PostModern

In the following code changing fill to draw produces unexpected results. The attached image demonstrates the undesired but much appreciated postmodern effect caused by drawing the red and green ...
-4
votes
0answers
21 views

Programming Language Tied to Physical Printing [closed]

I understand that this is somewhat of a complex question, so please bear with me. I would like to build an interactive art piece that takes a string (probably just 1 word that changes) and prints it ...
1
vote
0answers
75 views

Android game working on all screen sizes

I'm trying to specify the art sizes for an Android game with ~10 screens. I want the game to run on API 8+, and on all size screens except "small". Since we're using API 8, I use the old "4 ...
-6
votes
4answers
151 views

ASCII Art with Java [closed]

First of all, here's my code: public class AsciiArt { public static void main (String[] args) { letterS(); letterT(); } public static void letterS() { System.out.println(" ______ "); ...
1
vote
2answers
150 views

ASCII Art using Java [closed]

I'm trying to create the word "WELCOME" using ASCII Art in Java. I created each individual letter using ASCII Art but I'm not sure how to put them together. I'm supposed to use at least one static ...
0
votes
1answer
262 views

Bugs when displaying ASCII Art in Command Prompt

So, I made a huge piece of ASCII Art which I wanted displayed when you open a .bat file in command prompt. Only thing is when I save it as the batch file, and open it in command prompt, it displays ...
0
votes
1answer
77 views

Processing : Load an image into draw loop in Processingjs

My bee won't show up. What is the proper way to load and display an image in the draw loop? /* @pjs preload="/static/uploaded_resources/p.8706/Flower-Ice-icon.png"; */ /* @pjs ...
1
vote
0answers
172 views

How to query by artist/album and get album art of mp3 file? [closed]

Using C# i want to get album arts for my mp3 files. There is freedb.org available. But I only saw documentation for using telnet. Is there already a library to support this with a few lines? Other ...
1
vote
2answers
211 views

including ascii art in python

I am making a hangman program, how can I include my art in the python without typing print on every line is there a multi-line print like they have multi-line comments? I don't mind importing all of ...
15
votes
4answers
4k views

Bash Version of C64 Code Art: 10 PRINT CHR$(205.5+RND(1)); : GOTO 10

I picked up a copy of the book 10 PRINT CHR$(205.5+RND(1)); : GOTO 10 http://www.amazon.com/10-PRINT-CHR-205-5-RND/dp/0262018462 This book discusses the art produced by the single line of ...
-1
votes
1answer
127 views

How to create UTF-16 animation in Twitter?

I use a UTF-16 character picker to create ASCII art in Texbox in HTML, and UTF-16 characters are supported and visible "as is". Now I need to process such ASCII art and save into an Array as UTF-16 ...
0
votes
1answer
103 views

Assistance designing a WPF control template

I am trying to design a template to be used with Bing Maps. I have started with the base template and torn a few bits out and added a few more bits, but I am making a bit of a mess of it! What I am ...
-3
votes
1answer
167 views

An algorithm to create art [closed]

I am planning and researching what I need to know to create an algorithm that will create art, something along the lines of abstract expressionism. The artwork produced by the algorithm shall be ...
1
vote
0answers
95 views

php image popart

Is there any good script or library with php to make image into popart with two colors white and another color if not multiple . I am not able to find any example in GD or imagemagick
0
votes
1answer
44 views

Questions about requesting graphics for an Android app from an artist [closed]

I've finally gotten to the point that an Android app I've created needs an artist to make graphics. I'm looking to see if someone has suggestions on how to work with an artist to understand the ...
7
votes
1answer
263 views

Create “arty” mosaic pictures with R (*not* statistical mosaic plots)

I'd like to play around with images a bit and wondered if there are ways in R to produce mosaic pictures like these. I guess for the background image one could use readJPEG (package jpeg) and ...
0
votes
0answers
64 views

art circles iPad

Can anyone tell me how to proceed with a design approach just similar to art circles iPad app ? They have a very nice and intuitive circle/wheel like design, I want to develop similar kind of ...
2
votes
4answers
729 views

How do I create a Swirl effect in AS3?

I want to manipulate and animate some BitmapData to create a swirl effect such as the one found in the link below: http://www.flash-filter.net/swirl-effect.phtml What techniques could I apply? Btw: ...
0
votes
1answer
264 views

how to make Art for mobile apps?

I am starting to build my first Android app. I have reached the point where I need to start adding custom graphics and Art to make it look good. However I have also realized I have no skills or ...
0
votes
1answer
66 views

How Can I limit this Jquery Transition to a small area around a cursor?

So I want to put together this interactive art project where two images are overlaid. Only a portion of the background image is revealed when the cursor goes over it. Essentially I want to do the same ...
0
votes
0answers
70 views

Creating a diagram with editable text labels

I need to create diagram a diagram like the following with editable text in each cell. Whats the best application to draw that? Created the following using word but cannot insert separate colors to ...
0
votes
3answers
158 views

Strategy for making computer art

This post might seem a bit strange. The thing is im experimenting with new things for my digital signage application. Im looking into making some kind of digital art (art as in paintings etc.). I am ...
1
vote
1answer
582 views

Isometric pixel art tutorials

I have been looking at hundred of results suggested by Google, but I can't really find anything that shows the techniques and tricks to mastering pixel art. I am making a game, and decided that pixel ...
0
votes
1answer
70 views

How can I create a good sprites for my app?

I have someone that draws everything for me. He is actually drawing it and not using any program... it turns out all right but I have a problem. It looks just like someone drew it and not "real" or ...
2
votes
1answer
96 views

Algorithm for creating shapes out of elements

I got a script that generates 100 elements and appends them to the site. I'm using jquery to let the elements move to the left or right side but I was wondering if there would be some kind of ...
-1
votes
1answer
336 views

Where can I find/post for an 2D artist for a free game? [closed]

I know Deviant Art doesn't allow to ask for free artwork for free games or open source games. Where can I ask/post on a forum for a 2D artist? I make small 2D games using homemade prototype ...
1
vote
1answer
121 views

PHP .png Lineart Comparison

For a couple days now, I've been stuck on a task involving image comparison using PHP. I'm beginning to think that PHP isn't the language to do this sort of task. The Objective: Use a base, compare ...
8
votes
1answer
624 views

Is it possible rip game resources from a .smc file?

Is it possible rip game resources from a .smc file? Specifically art, music, sprites, etc. How does an emulator copy the system it emulates?
0
votes
1answer
99 views

using iPad in an art exhibition [closed]

I am going to display in an art exhibition a video on an iPad (=I will not be around that iPad when people will come and see it). In this video will be a demonstration of the iPad application I have ...
0
votes
1answer
118 views

Template/Tips for Photo/Artwork viewing only App in iOS

First, I must say have never programmed in iOS, I am only familiar with Matlab & Mathematica. I would like to create an App to show my artwork & photography. A "view only" app. yet. Any ...
0
votes
1answer
86 views

What would be the math associated for creating lines like in this image?

I really could use some help in the right direction with this. Thanks! http://i.stack.imgur.com/6zHOj.png
0
votes
0answers
69 views

manage artwork game data for iphone/ipad/osx

I looked for some hours, can't seem to find it anymore. There is a term for using some kind of a "artmap" for loading graphic parts inside your app? For example, i make one file (jpg/tif/png?) with ...
1
vote
2answers
160 views

Any PHP lib to generate 8bit art image?

eightbit.me is cool. Want to make 8bit image on the webpage, can I do it with PHP?
0
votes
2answers
1k views

What's so special about Indexhibit?

It seems that Indexhibit (www.indexhibit.org) is a sort of standard when it comes to building portfolio websites for artists. I just received a mail from an artist asking me whether I use Indexhibit. ...
0
votes
1answer
127 views

Art project idea: Possibly using Jquery or Flash

Had for an photo art project using two images. The first image would be a black and white photo of some place where there is normally a lot of activity (a cafe, for example), this picture wouldn't ...
0
votes
3answers
275 views

SVG coordinates from Vector Art

This may be impossible at the moment but I was wondering if it is at all possible to take a piece of vector art and run it through some sort of program that would translate it into SVG coordinates? ...
3
votes
1answer
118 views

Programming Traditional Artists' Materials and Tools

Where is the Body of Knowledge for programmers interested in developing applications that simulate traditional artists' materials and tools, such as simulating natural paints? Is there any ...
1
vote
2answers
106 views

Software Art - Beginner [closed]

I've been programming for quite some years now (7+), developing web applications and a bit of desktop development. For web it's been mostly PHP, the usual frontend technologies and Flash/Flex. I now ...
5
votes
2answers
780 views

Iphone - Deviant Art API or SDK?

Do you have any idea if there is available an official DeviantArt API or SDK for iPhone? I am building an application and I would like to integrate a search through Deviant Art public feed. Is this ...
0
votes
2answers
174 views

Best way to prototype web-based fine art startup?

I'd like to clarify the most efficient way to get a prototype for a web startup focused on helping people discover and securely acquire contemporary fine art and design objects. My profile falls on ...
0
votes
1answer
60 views

Artistic worm creation [closed]

I have a problem, some friends and I are looking for some place we can upload our school design project like this: http://www.freewebs.com/gfxvoidworm/worm.html . Each of those images are uploaded ...
3
votes
3answers
99 views

What would be a few ideas/concepts from programming that I can have on paper and hang on a wall as art?

And by that I mean any piece of code, or an idea presented in pseudo code, something which is very important and is almost art now. I intend to put up a few paintings and work on paper around my ...
5
votes
3answers
471 views

Nice piece of PHP code for decorating a wall

We are looking for a way to decorate one or two of our white walls of our new office. For the top floor where PHP developers are working we thought a piece of good looking and interesting PHP code ...
2
votes
3answers
2k views

Zoom image to pixel level

For an art project, one of the things I'll be doing is zooming in on an image to a particular pixel. I've been rubbing my chin and would love some advice on how to proceed. Here are the input ...
12
votes
8answers
393 views

Great projects, works, people in intersection of programming and art/music?

In a recent question I was introduced to the work of André Michelle, which blew me away. What other great people or works do you know in the fields of art and music? As someone with a love for ...
1
vote
1answer
42 views

Approaches for using and analyzing set data in time

I am designing an interactive installation for a gallery where I will receive input telling me which of 8 input transducers have been bridged. For example if someone touches strip number 1, I will be ...
3
votes
3answers
632 views

If I use GPL licensed game models, does the game have to be open source? [closed]

I am attempting my first commercial game. I am using some paid-for content and some free and have found some content under GPL license that would be very suitable to use in my game. Although my game ...
22
votes
10answers
3k views

How to fill a square with smaller squares/rectangles?

This is not a homework or interview question. In my office at work, we are not allowed to paint the walls, so I have decided to frame out squares and rectangles, attach some nice fabric to them, and ...
1
vote
1answer
695 views

ARTMAP (adaptive resonance theory) implementatios, basics

I don't quite follow scientific papers, so I wanted to take a look at different ART/ARTMAP implementations. I found one in C++. Any others you know? With no background in AI, what are some basics ...

1 2