Graphics And Animation


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers Graphics And Animation
# 1  
Old 02-12-2002
Question Graphics And Animation

DOES ANYBODY KNOW WHY C OR ANY OTHER UNIX LANGUAGE IS USED IN THREE DIMENSIONAL ANIMATION AND RENDERING
# 2  
Old 02-12-2002
I am not exactly sure what you mean by "other unix"
languages but I will answer the question for C.

Graphics/computations can be a very CPU intensive
process.

Most of the unix kernel and daemons are written in the C programming language.

Kernel is the central "core" of unix. Users interact with
the kernel using shells. Calls to the kernel are made directly through the C library.

C can be considered native to unix and thus efficient,
which is probably one the reasons why it is good for
graphics.

What other Unix languages were you thinking of ?

Best Wishes.
# 3  
Old 02-13-2002
OTHER LANGUAGES

CSH SCRIPTING,AWK/SED,TCL/TK,C++,AND PERL
# 4  
Old 02-13-2002
First off, please do not post in all caps.

Next, I don't really understand what exactly you're asking.
Are you wanting to know which languages are used for 3d animation? Or why one is better than the other?
# 5  
Old 02-15-2002
clarification

I would like to know which languager are used,why.and where to get information for beginners on these languages. Languages I have seen listed for animation are: csh scripting,awk/sed,tcl/tk,C/C++/&PERL. If you know any chatrooms that might be helpful, that info would also be great.
# 6  
Old 02-16-2002
csh - C Shell, mainly shell scripting

awk/sed - more of pattern matching, regular expressions, string manipulation and substitution types of commands

tcl/tk - Tool Command Language/Tool Kit
PERL - Practical Extraction Language
tcl/tk and Perl are more or less both programming languages
used for scripting, application programming. Perl/Cgi has been
used for web scripting as a companion to HTML. perl can also
interface with databases such as Oracle, Sybase, mySQL, etc.
I have not used tcl/tk, but I believe it is like Perl and in addition
you can do some GUI (Graphical User Interface) development
with it.

C/C++ are programming languages, as we talked before.

Hopefully this help.

I would suggest that you search on yahoo, lycos, etc. to find more relevant information for what you are looking for or try to
buy some Unix (Applications) books, etc.

Best Wishes
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Forum Description Animation with jQuery

I found that the pages that lists all the forums were too cluttered with the forum descriptions, so I added a bit of jQuery to hide the forum descriptions and to fade them in and out on mouseover: <script> $(document).ready(function() { jQuery(".neo-forum-description").hide();... (2 Replies)
Discussion started by: Neo
2 Replies

2. Shell Programming and Scripting

While loop animation

This is just for fun but i can't work it out I want to animate this dotted line in a shell script. .................................................................................. I want it to start at one dot like this . and end up printing them all. I think I need a while loop... (5 Replies)
Discussion started by: digitalviking
5 Replies

3. OS X (Apple)

[Solved] links2 --enable-graphics from source, configure error: no graphics driver found.

Howdy I am trying to install links2 with graphics support on snow leopard 10.6.8 (xcode installed). I have had the program running last year, also installed from source - but then I had installed some image libraries with mac ports and fink - cannot reproduce that setup. Plus I would like to not... (6 Replies)
Discussion started by: butterbaerchen
6 Replies

4. Shell Programming and Scripting

Gnuplot shell script controlled animation

Hi, I am looking for basic shell script to feed Gnuplot with live data, to arrange basic animation. I mean one-liner one variable real function. Any idea or experiences from the past, generating Gnuplot animation on dumb terminal (ASCII only) ? Or please refer me to a nice web site. ... (7 Replies)
Discussion started by: darius2
7 Replies

5. Shell Programming and Scripting

Shell Script Animation

Hi, I want to write a shell script which can do some animation The animation is as follows it is like a progress barwhich hould gone on inresing with time & at the end of the line there should be the progess Eg == - 10%... (2 Replies)
Discussion started by: wojtyla
2 Replies

6. UNIX for Dummies Questions & Answers

script animation

I have read hundreds of the postings and cannot find the answer to my question...so I hope that someone is able to answer it for me. I am writing a script in bash, and would like to add animation. I have a gif file that I would like to open and have displayed on the screen. Can this be done? Of... (0 Replies)
Discussion started by: debit
0 Replies

7. What is on Your Mind?

unix.com Flash animation

I realy Love the look of the Flash animation at top of the forum, very sweet. But it uses all of my cpu power :( even winamp starts getting little skips. Then i have to scroll down and hide the nice animation :( Maybe someone could try to tune it a little bit. Thats on a 1,6 Ghz... (0 Replies)
Discussion started by: Lazzar
0 Replies

8. UNIX Desktop Questions & Answers

3d animation

What are the benefits to using UNIX for 3d animation. I am looking into the field, and most places require a strong background in UNIX. Why is this? (3 Replies)
Discussion started by: aloysius1001
3 Replies
Login or Register to Ask a Question