Difference between revisions of "MatEdit"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(Alpha 1.0)
Line 10: Line 10:
 
=Current Versions for Download=
 
=Current Versions for Download=
 
== Alpha 1.0 ==
 
== Alpha 1.0 ==
[http://ivl.calit2.net/wiki/images/f/f6/MatEdit_Alpha10.tar.gz MatEdit Alpha 1.0]
+
[http://ivl.calit2.net/wiki/images/a/a3/MatEdit_1.0.tar.gz MatEdit Alpha 1.0]
  
 
= Installation and Usage =
 
= Installation and Usage =

Revision as of 15:53, 9 May 2011

Contents

Project Overview

MatEdit is a user-friendly graphics material editor that will allow a developer to adjust and preview material properties on an object. These basic properties currently include diffuse, ambient, and specular colors. MatEdit has a pre-loaded library of textures for the programmer to choose from and will have the option to import textures in the future. Once the programmer is satisfied with his adjustments, MatEdit can generate the appropriate code to achieve this special look.

Goals for this quarter

  • Generate a library of textures for the programmer to choose from
  • Add open/save options to the GUI
  • Add the ability for programmers to change variable names in code generation

Current Versions for Download

Alpha 1.0

MatEdit Alpha 1.0

Installation and Usage

  1. Open up a terminal, cd to the directory where you saved the file, and extract the file with tar -xvzf filename.tar.gz.
  2. Then enter cd Releases and run make.
  3. If everything compiled, run MatEdit with ./MatEdit
  4. Have fun!