"Have nothing in your houses that you do not know to be useful or believe to be beautiful." - William Morris

The Technicals of Pixar

Posted: January 26th, 2008 | Author: | Filed under: Inspiration | Tags: , | No Comments »

People often talk about the ‘art of Pixar’, with their wonderful ability to breath life into computer animation. Now you can find out, in brain bursting detail, the technical innovations of Pixar – in their online animation rendering library.


Make Your Own ASCII Movies

Posted: August 11th, 2007 | Author: | Filed under: Graphic Design | Tags: , , | No Comments »

Thanks to a handy little XCode application, Mac users can now watch your movies in wonderful ASCII-Vision (TM). It’s not the most straightforward process unfortunately, so perhaps someone will add a filter to youTube sometime in the future. Till then follow these steps to create ASCII movie joy at home:

  1. You’ll need Apple’s development environment, XCode, to be installed first. You can get XCode here.
  2. Visit Apple’s Developer site to pick up the ASCII Code Demo.
  3. Deploy the package into a local folder, then open the Xcode project. You can now simply select the project and click ‘Build’ at the top of the pane. An executable will be created under <your project folder>/build/Development – assuming you don’t get any errors.
  4. Now find a demo movie – I found it worked well with .AVI files created from my Canon G7 – and put that in the same folder as the executable.
  5. Open a Terminal window, navigate to your folder then run: ./ASCIIMoviePlayer <your movie file&gt; and you should see a movie running in the terminal window. You may need to adjust the size of your window to see it properly.

Have fun – and let me know if you create the next ASCII Star Wars. [From Dysturb.net]