CumInCAD is a Cumulative Index about publications in Computer Aided Architectural Design
supported by the sibling associations ACADIA, CAADRIA, eCAADe, SIGraDi, ASCAAD and CAAD futures

PDF papers
References

Hits 1 to 20 of 631

_id ga0009
id ga0009
authors Lewis, Matthew
year 2000
title Aesthetic Evolutionary Design with Data Flow Networks
source International Conference on Generative Art
summary For a little over a decade, software has been created which allows for the design of visual content by aesthetic evolutionary design (AED) [3]. The great majority of these AED systems involve custom software intended for breeding entities within one fairly narrow problem domain, e.g., certain classes of buildings, cars, images, etc. [5]. Only a very few generic AED systems have been attempted, and extending them to a new design problem domain can require a significant amount of custom software development [6][8]. High end computer graphics software packages have in recent years become sufficiently robust to allow for flexible specification and construction of high level procedural models. These packages also provide extensibility, allowing for the creation of new software tools. One component of these systems which enables rapid development of new generative models and tools is the visual data flow network [1][2][7]. One of the first CG packages to employ this paradigm was Houdini. A system constructed within Houdini which allows for very fast generic specification of evolvable parametric prototypes is described [4]. The real-time nature of the software, when combined with the interlocking data networks, allows not only for vertical ancestor/child populations within the design space to be explored, but also allows for fast "horizontal" exploration of the potential population surface. Several example problem domains will be presented and discussed. References: [1] Alias | Wavefront. Maya. 2000, http://www.aliaswavefront.com [2] Avid. SOFTIMAGE. 2000, http://www.softimage.com [3] Bentley, Peter J. Evolutionary Design by Computers. Morgan Kaufmann, 1999. [4] Lewis, Matthew. "Metavolve Home Page". 2000, http://www.cgrg.ohio-state.edu/~mlewis/AED/Metavolve/ [5] Lewis, Matthew. "Visual Aesthetic Evolutionary Design Links". 2000, http://www.cgrg.ohio-state.edu/~mlewis/aed.html [6] Rowley, Timothy. "A Toolkit for Visual Genetic Programming". Technical Report GCG-74, The Geometry Center, University of Minnesota, 1994. [7] Side Effects Software. Houdini. 2000, http://www.sidefx.com [8] Todd, Stephen and William Latham. "The Mutation and Growth of Art by Computers" in Evolutionary Design by Computers, Peter Bentley ed., pp. 221-250, Chapter 9, Morgan Kaufmann, 1999.    
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id ga0026
id ga0026
authors Ransen, Owen F.
year 2000
title Possible Futures in Computer Art Generation
source International Conference on Generative Art
summary Years of trying to create an "Image Idea Generator" program have convinced me that the perfect solution would be to have an artificial artistic person, a design slave. This paper describes how I came to that conclusion, realistic alternatives, and briefly, how it could possibly happen. 1. The history of Repligator and Gliftic 1.1 Repligator In 1996 I had the idea of creating an “image idea generator”. I wanted something which would create images out of nothing, but guided by the user. The biggest conceptual problem I had was “out of nothing”. What does that mean? So I put aside that problem and forced the user to give the program a starting image. This program eventually turned into Repligator, commercially described as an “easy to use graphical effects program”, but actually, to my mind, an Image Idea Generator. The first release came out in October 1997. In December 1998 I described Repligator V4 [1] and how I thought it could be developed away from simply being an effects program. In July 1999 Repligator V4 won the Shareware Industry Awards Foundation prize for "Best Graphics Program of 1999". Prize winners are never told why they won, but I am sure that it was because of two things: 1) Easy of use 2) Ease of experimentation "Ease of experimentation" means that Repligator does in fact come up with new graphics ideas. Once you have input your original image you can generate new versions of that image simply by pushing a single key. Repligator is currently at version 6, but, apart from adding many new effects and a few new features, is basically the same program as version 4. Following on from the ideas in [1] I started to develop Gliftic, which is closer to my original thoughts of an image idea generator which "starts from nothing". The Gliftic model of images was that they are composed of three components: 1. Layout or form, for example the outline of a mandala is a form. 2. Color scheme, for example colors selected from autumn leaves from an oak tree. 3. Interpretation, for example Van Gogh would paint a mandala with oak tree colors in a different way to Andy Warhol. There is a Van Gogh interpretation and an Andy Warhol interpretation. Further I wanted to be able to genetically breed images, for example crossing two layouts to produce a child layout. And the same with interpretations and color schemes. If I could achieve this then the program would be very powerful. 1.2 Getting to Gliftic Programming has an amazing way of crystalising ideas. If you want to put an idea into practice via a computer program you really have to understand the idea not only globally, but just as importantly, in detail. You have to make hard design decisions, there can be no vagueness, and so implementing what I had decribed above turned out to be a considerable challenge. I soon found out that the hardest thing to do would be the breeding of forms. What are the "genes" of a form? What are the genes of a circle, say, and how do they compare to the genes of the outline of the UK? I wanted the genotype representation (inside the computer program's data) to be directly linked to the phenotype representation (on the computer screen). This seemed to be the best way of making sure that bred-forms would bare some visual relationship to their parents. I also wanted symmetry to be preserved. For example if two symmetrical objects were bred then their children should be symmetrical. I decided to represent shapes as simply closed polygonal shapes, and the "genes" of these shapes were simply the list of points defining the polygon. Thus a circle would have to be represented by a regular polygon of, say, 100 sides. The outline of the UK could easily be represented as a list of points every 10 Kilometers along the coast line. Now for the important question: what do you get when you cross a circle with the outline of the UK? I tried various ways of combining the "genes" (i.e. coordinates) of the shapes, but none of them really ended up producing interesting shapes. And of the methods I used, many of them, applied over several "generations" simply resulted in amorphous blobs, with no distinct family characteristics. Or rather maybe I should say that no single method of breeding shapes gave decent results for all types of images. Figure 1 shows an example of breeding a mandala with 6 regular polygons: Figure 1 Mandala bred with array of regular polygons I did not try out all my ideas, and maybe in the future I will return to the problem, but it was clear to me that it is a non-trivial problem. And if the breeding of shapes is a non-trivial problem, then what about the breeding of interpretations? I abandoned the genetic (breeding) model of generating designs but retained the idea of the three components (form, color scheme, interpretation). 1.3 Gliftic today Gliftic Version 1.0 was released in May 2000. It allows the user to change a form, a color scheme and an interpretation. The user can experiment with combining different components together and can thus home in on an personally pleasing image. Just as in Repligator, pushing the F7 key make the program choose all the options. Unlike Repligator however the user can also easily experiment with the form (only) by pushing F4, the color scheme (only) by pushing F5 and the interpretation (only) by pushing F6. Figures 2, 3 and 4 show some example images created by Gliftic. Figure 2 Mandala interpreted with arabesques   Figure 3 Trellis interpreted with "graphic ivy"   Figure 4 Regular dots interpreted as "sparks" 1.4 Forms in Gliftic V1 Forms are simply collections of graphics primitives (points, lines, ellipses and polygons). The program generates these collections according to the user's instructions. Currently the forms are: Mandala, Regular Polygon, Random Dots, Random Sticks, Random Shapes, Grid Of Polygons, Trellis, Flying Leap, Sticks And Waves, Spoked Wheel, Biological Growth, Chequer Squares, Regular Dots, Single Line, Paisley, Random Circles, Chevrons. 1.5 Color Schemes in Gliftic V1 When combining a form with an interpretation (described later) the program needs to know what colors it can use. The range of colors is called a color scheme. Gliftic has three color scheme types: 1. Random colors: Colors for the various parts of the image are chosen purely at random. 2. Hue Saturation Value (HSV) colors: The user can choose the main hue (e.g. red or yellow), the saturation (purity) of the color scheme and the value (brightness/darkness) . The user also has to choose how much variation is allowed in the color scheme. A wide variation allows the various colors of the final image to depart a long way from the HSV settings. A smaller variation results in the final image using almost a single color. 3. Colors chosen from an image: The user can choose an image (for example a JPG file of a famous painting, or a digital photograph he took while on holiday in Greece) and Gliftic will select colors from that image. Only colors from the selected image will appear in the output image. 1.6 Interpretations in Gliftic V1 Interpretation in Gliftic is best decribed with a few examples. A pure geometric line could be interpreted as: 1) the branch of a tree 2) a long thin arabesque 3) a sequence of disks 4) a chain, 5) a row of diamonds. An pure geometric ellipse could be interpreted as 1) a lake, 2) a planet, 3) an eye. Gliftic V1 has the following interpretations: Standard, Circles, Flying Leap, Graphic Ivy, Diamond Bar, Sparkz, Ess Disk, Ribbons, George Haite, Arabesque, ZigZag. 1.7 Applications of Gliftic Currently Gliftic is mostly used for creating WEB graphics, often backgrounds as it has an option to enable "tiling" of the generated images. There is also a possibility that it will be used in the custom textile business sometime within the next year or two. The real application of Gliftic is that of generating new graphics ideas, and I suspect that, like Repligator, many users will only understand this later. 2. The future of Gliftic, 3 possibilties Completing Gliftic V1 gave me the experience to understand what problems and opportunities there will be in future development of the program. Here I divide my many ideas into three oversimplified possibilities, and the real result may be a mix of two or all three of them. 2.1 Continue the current development "linearly" Gliftic could grow simply by the addition of more forms and interpretations. In fact I am sure that initially it will grow like this. However this limits the possibilities to what is inside the program itself. These limits can be mitigated by allowing the user to add forms (as vector files). The user can already add color schemes (as images). The biggest problem with leaving the program in its current state is that there is no easy way to add interpretations. 2.2 Allow the artist to program Gliftic It would be interesting to add a language to Gliftic which allows the user to program his own form generators and interpreters. In this way Gliftic becomes a "platform" for the development of dynamic graphics styles by the artist. The advantage of not having to deal with the complexities of Windows programming could attract the more adventurous artists and designers. The choice of programming language of course needs to take into account the fact that the "programmer" is probably not be an expert computer scientist. I have seen how LISP (an not exactly easy artificial intelligence language) has become very popular among non programming users of AutoCAD. If, to complete a job which you do manually and repeatedly, you can write a LISP macro of only 5 lines, then you may be tempted to learn enough LISP to write those 5 lines. Imagine also the ability to publish (and/or sell) "style generators". An artist could develop a particular interpretation function, it creates images of a given character which others find appealing. The interpretation (which runs inside Gliftic as a routine) could be offered to interior designers (for example) to unify carpets, wallpaper, furniture coverings for single projects. As Adrian Ward [3] says on his WEB site: "Programming is no less an artform than painting is a technical process." Learning a computer language to create a single image is overkill and impractical. Learning a computer language to create your own artistic style which generates an infinite series of images in that style may well be attractive. 2.3 Add an artificial conciousness to Gliftic This is a wild science fiction idea which comes into my head regularly. Gliftic manages to surprise the users with the images it makes, but, currently, is limited by what gets programmed into it or by pure chance. How about adding a real artifical conciousness to the program? Creating an intelligent artificial designer? According to Igor Aleksander [1] conciousness is required for programs (computers) to really become usefully intelligent. Aleksander thinks that "the line has been drawn under the philosophical discussion of conciousness, and the way is open to sound scientific investigation". Without going into the details, and with great over-simplification, there are roughly two sorts of artificial intelligence: 1) Programmed intelligence, where, to all intents and purposes, the programmer is the "intelligence". The program may perform well (but often, in practice, doesn't) and any learning which is done is simply statistical and pre-programmed. There is no way that this type of program could become concious. 2) Neural network intelligence, where the programs are based roughly on a simple model of the brain, and the network learns how to do specific tasks. It is this sort of program which, according to Aleksander, could, in the future, become concious, and thus usefully intelligent. What could the advantages of an artificial artist be? 1) There would be no need for programming. Presumbably the human artist would dialog with the artificial artist, directing its development. 2) The artificial artist could be used as an apprentice, doing the "drudge" work of art, which needs intelligence, but is, anyway, monotonous for the human artist. 3) The human artist imagines "concepts", the artificial artist makes them concrete. 4) An concious artificial artist may come up with ideas of its own. Is this science fiction? Arthur C. Clarke's 1st Law: "If a famous scientist says that something can be done, then he is in all probability correct. If a famous scientist says that something cannot be done, then he is in all probability wrong". Arthur C Clarke's 2nd Law: "Only by trying to go beyond the current limits can you find out what the real limits are." One of Bertrand Russell's 10 commandments: "Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric" 3. References 1. "From Ramon Llull to Image Idea Generation". Ransen, Owen. Proceedings of the 1998 Milan First International Conference on Generative Art. 2. "How To Build A Mind" Aleksander, Igor. Wiedenfeld and Nicolson, 1999 3. "How I Drew One of My Pictures: or, The Authorship of Generative Art" by Adrian Ward and Geof Cox. Proceedings of the 1999 Milan 2nd International Conference on Generative Art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id ga9922
id ga9922
authors Annunziato, M. and Pierucci, P.
year 1999
title The Art of Emergence
source International Conference on Generative Art
summary Since several years, the term emergence is mentioned in the paradigm of chaos and complexity. Following this approach, complex system constituted by multitude of individual develop global behavioral properties on the base of local chaotic interactions (self-organization). These theories, developed in scientific and philosophical milieus are rapidly spreading as a "way of thinking" in the several fields of cognitive activities. According to this "way of thinking" it is possible revise some fundamental themes as the economic systems, the cultural systems, the scientific paths, the communication nets under a new approach where nothing is pre-determined, but the global evolution is determined by specific mechanisms of interaction and fundamental events (bifurcation). With a jump in scale of the life, also other basic concepts related to the individuals as intelligence, consciousness, psyche can be revised as self-organizing phenomena. Such a conceptual fertility has been the base for the revision of the artistic activities as flexible instruments for the investigation of imaginary worlds, metaphor of related real worlds. In this sense we claim to the artist a role of "researcher". Through the free exploration of new concepts, he can evoke qualities, configurations and hypothesis which have an esthetical and expressive value and in the most significant cases, they can induce nucleation of cultural and scientific bifurcation. Our vision of the art-science relation is of cooperative type instead of the conflict of the past decades. In this paper we describe some of the most significant realized artworks in order to make explicit the concepts and basic themes. One of the fundamental topics is the way to generate and think to the artwork. Our characterization is to see the artwork not as a static finished product, but as an instance or a dynamic sequence of instances of a creative process which continuously evolves. In this sense, the attention is focused on the "generative idea" which constitutes the envelop of the artworks generable by the process. In this approach the role of technology (computers, synthesizers) is fundamental to create the dimension of the generative environment. Another characterizing aspect of our artworks is derived by the previous approach and specifically related to the interactive installations. The classical relation between artist, artwork and observers is viewed as an unidirectional flux of messages from the artist to the observer through the artwork. In our approach artist, artwork and observer are autonomous entities provided with own personality which jointly intervene to determine the creative paths. The artist which generate the environment in not longer the "owner" of the artwork; simply he dialectically bring the generative environment (provided by a certain degree of autonomy) towards cultural and creative "void" spaces (not still discovered). The observers start from these platforms to generate other creative paths, sometimes absolutely unexpected , developing their new dialectical relations with the artwork itself. The results derived by these positions characterize the expressive elements of the artworks (images, sequences and sounds) as the outcomes of emergent behavior or dynamics both in the sense of esthetical shapes emergent from fertile generative environments, either in terms of emergent relations between artist, artwork and observer, either in terms of concepts which emerge by the metaphor of artificial worlds to produce imaginary hypothesis for the real worlds.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 7ccd
authors Augenbroe, Godfried and Eastman, Chuck
year 1999
title Computers in Building: Proceedings of the CAADfutures '99 Conference
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, 398 p.
summary This is the eight CAADfutures Conference. Each of these bi-annual conferences identifies the state of the art in computer application in architecture. Together, the series provides a good record of the evolving state of research in this area over the last fourteen years. Early conferences, for example, addressed project work, either for real construction or done in academic studios, that approached the teaching or use of CAD tools in innovative ways. By the early 1990s, such project-based examples of CAD use disappeared from the conferences, as this area was no longer considered a research contribution. Computer-based design has become a basic way of doing business. This conference is marked by a similar evolutionary change. More papers were submitted about Web- based applications than about any other area. Rather than having multiple sessions on Web-based applications and communications, we instead came to the conclusion that the Web now is an integral part of digital computing, as are CAD applications. Using the conference as a sample, Web-based projects have been integrated into most research areas. This does not mean that the application of the Web is not a research area, but rather that the Web itself is an integral tool in almost all areas of CAAD research.
series CAAD Futures
email
last changed 2006/11/07 07:22

_id ga9924
id ga9924
authors Cardalda, Juan Jesus Romero J.J.
year 1999
title Artificial Music Composer
source International Conference on Generative Art
summary Traditional Musical Computation Systems had to face the differences between the computational techniques and the characteristics of musical creation. Characteristics such as a high degree of subjectivity, a great irrational component, and a learning process based on the use of examples and environmental absorption, have made music difficult to be formalized through algorithmic methods or classical Artificial Intelligence methods such as Expert Systems. We propose the creation of a cybernetic model of a human composer in a primeval stage of human musical evolution, following a paradigm of cognitive complex models creation, based on the use of the human reference, not only in a static point of view but also considering its evolution through time. Therefore, the proposed system simulates musical creation in one of the first stages of musical evolution, whose main characteristics are the percussive and choral aspects. The system is based on Genetic Algorithms, whose genetic population is integrated by several tribes. This model carries out the task of musical composition, led by the user who expresses his/her musical taste assigning a punctuation to each tribe. The GA selects the worse tribes as individuals to be eliminated. In order to select those tribes which are going to be used as parents, a random function is used, having each tribe a probality proportional to its punctuation. The new tribe is produced by crossing the parent tribes in each individual. Afterwards, mutation takes place in the created individuals. The experiments carried out with this system have proved its functionality in the composition of rhythmic patterns. It is intended to enlarge the experiment's scope by communicating the system via Internet. This would enable its use by users of different musical cultures, taking into account that the system is user-friendly, since it requires no musical knowledge.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id b0c3
authors Flanagan, Robert
year 1999
title Designing by Simulation
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 25-30
summary This article evaluates ‘simulation’ as a contributing factor in architectural design. While computers enhance simulation, they have yet to transform the art of architecture. A partial explanation is found at the extremes of design processes: Gaudí’s Sagrada Família Cathedral of Barcelona is an empiricist’s culminating achievement -- faith expressed in stone. By contrast, SOM’s Sear’s Tower of Chicago is the modernist monument to rational process -- (financial) faith engineered in steel and glass. Gaudí employed an understanding of the heritage of stone and masonry to fashion his design while SOM used precise relationships of mathematics and steel. However, the designs in both the Sear’s Tower and Sagrada Família are restricted by the solutions inherent in the methods. In contrast, student designs often have no inherent approach to building. While the solution may appear to be evident, the method must often be invented; this is potentially more costly and complex than the design itself. This issue is not new to computers, but its hyper--reality is potentially more complex and disruptive. In evaluating the role of computer simulation in architectural design, this article employs two methods: 1.) Exoskeletal design: A limited collection of connected plates is formed and designed through warping, bending and forming. Reference architect Buckminster Fuller. 2.) Endoskeletal design: Curtain wall construction is taken to its minimalist extreme, using pure structure and membrane. Reference artist Christo.
series SIGRADI
email
last changed 2016/03/10 09:52

_id ga9912
id ga9912
authors Loocke, Philip Van
year 1999
title The art of growth and the solution of cognitive problems
source International Conference on Generative Art
summary A cellular method is proposed as an alternative for a connectionist approach. The present method does not use connections between cells, but introduces a field concept instead. If the fields are determined in accordance with the transformations familiar from fractal theory, then the solutions of problems that have some symmetry are forms of remarkable beauty. This way, a link is proposed between generative art and problem solving. It is conjectured that the ‘black box’ nature of connectionist systems can be replaced by an approach in which the solution of a problem coincides with a vivid visualization, also if the problems at hand are of a high-dimensional nature.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id ga9914
id ga9914
authors Meogrossi, Piero
year 1999
title The Idea of Rome: The Shape of Utopy
source International Conference on Generative Art
summary After having spent many years in researching about the topographical connections in the city and over the monumental sites and the main architectures of Rome (Palatino, Coliseum, Appia Antica are the areas where he’s working as director of restoring for the Rome Soprintendenza Archeologica) the architect Piero Meogrossi confirms his personal thesis dealing with a strategic oriented direction showing a geomanthic dynamism able to drive the urban growth. A key measure axis used to plan the topography submits the urban shape and the design itself at different ages revealing a virtual matrix whose hidden identity remains astronomically and simbolically characterized by the specific season position of the sun accorded to the dies natalis of Rome, the famous april XXIth connected with the romulean age and the tradictional Squared Rome. Such recognition over the archeological city connects the legendary and historical tales to the main monuments of Rome whose architectonical centers become instrumental knots to control, to accord and to submit to a DNA topographical codex, a symbolical axis-decuimanus by which the romans drive rules of the earth and of the sky (natural perspectives and sundial measures). The utopian reconstruction of the "sun-city plan" has confirmed the quality of the project by Sixtus Vth, the XVIIth century pope who wanted to create, as a new Romulus, a town design able to make comparison with the dynamic shape of the roman antiquities, a "net-city" whose infrastructures (obelisques and streets, etc.) let understood the value of that ancient topographical axis linking each others the center of the optagonal labyrinth to the center of Palatino,to the center of arch of Costantine to the center of Coliseum, to the center of optagonal hall in the golden kingdome by Nero........and further on. Rome, as example of historical town due to the western culture globality, needs to discover and organise those phisical memories,hidden identies whose ancient shape which can yet offer opportunies for the future plans and projects but only if the reality will be pushed by an Utopian vision as the Roman Column 200mt.high,accorded to the shapes upwritten, a Meogrossi’s project winner of the Utopia award in a national competition for the Rome of third millennium.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id b8c3
authors Rosenman, M.A. and Gero, J.S.
year 1999
title Evolving designs by generating useful complex gene structures
source P. Bentley (Ed.), Evolutionary Design by Computers, Morgan Kaufmann, San Francisco, pp. 345-364
summary This chapter presents two examples of work for evolving designs by generating useful complex gene structures. where the first example uses a genetic engineering approach whereas the other uses a growth model of form. Both examples have as their motivation to overcome the combinatorial effect of large design spaces by focussing the search in useful areas. This focussing is achieved by starting with design spaces defined by low-level basic genes and creating design spaces defined by increasingly more complex gene structures. In both cases the low-level basic genes represent simple design actions which when executed produce parts of design solutions. Both works are exemplified in the domain of architectural floor plans.
keywords Evolutionary Systems, Genetic Engineering
series other
email
last changed 2003/04/06 09:22

_id ga9908
id ga9908
authors Senagala, Mahesh
year 1999
title Artistic Process, Cybernetics of Self and the Epistemology of Digital Technology
source International Conference on Generative Art
summary From the viewpoint of Batesonian cybernetics, ‘conscious purpose’ and artistic process are distinct ends of a spectrum of the functioning of self. Artistic activities— by which I mean art, poetry, play, design, etc.— involve processes that are beneath the stratum of consciousness. By definition, consciousness is selective awareness and is linear in execution and limited in its capability to synthesize complex parameters. As Heidegger pointed out, technology is a special form of knowledge (episteme). A machine is a manifestation of such a knowledge. A machine is a result of conscious purpose and is normally task-driven to accomplish a specific purpose(s). The questions this paper raises are to do with the connections between conscious purpose, artistic process and digital technology. One of the central questions of the paper is "if artistic process requires an abandonment or relinquishment of conscious purpose at the time of the generation of the work of art, and if the artistic process is a result of vast number of ‘unconscious’ forces and impulses, then could we say that the computer would ever be able to ‘generate’ or ‘create’ a work of art?" In what capacity and what role would the computer be a part of the generative process of art? Would a computer be able to ‘generate’ and ‘know’ a work of art, which, according to Bateson, requires the abandonment of conscious purpose? The ultimate goal of the paper is to unearth and examine the potential of the computers to be a part of the generative process of what Bateson has called "total self as a cybernetic model". On another plane of discourse, Deleuze and Guattari have added a critical dimension to the discourse of cybernetics and models of human mind and the global computer networks. Their notion of ‘rhizome’ has its roots in Batesonian cybernetics and the cybernetic couplings between the ‘complex systems’ such as human mind, biological and computational systems. Deleuze and Guattari call such systems as human brain and the neural networks as rhizomatic. Given the fact that the computer is the first known cybernetic machine to lay claims to artificial intelligence, the aforementioned questions become even more significant. The paper will explore how, cybernetically, the computer could be ‘coupled’ with ‘self’ and the artistic process — the ultimate expression of human condition. These philosophical and artistic explorations will take place through a series of generative artistic projects (See the figure below for an example) that aim at understanding the couplings and ‘ecology’ of digital technology and the cybernetics of self.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 1419
authors Spitz, Rejane
year 1999
title Dirty Hands on the Keyboard: In Search of Less Aseptic Computer Graphics Teaching for Art & Design
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 13-18
summary In recent decades our society has witnessed a level of technological development that has not been matched by that of educational development. Far from the forefront in the process of social change, education has been trailing behind transformations occurring in industrial sectors, passively and sluggishly assimilating their technological innovations. Worse yet, educators have taken the technology and logic of innovations deriving predominantly from industry and attempted to transpose them directly into the classroom, without either analyzing them in terms of demands from the educational context or adjusting them to the specificities of the teaching/learning process. In the 1970s - marked by the effervescence of Educational Technology - society witnessed the extensive proliferation of audio-visual resources for use in education, yet with limited development in teaching theories and educational methods and procedures. In the 1980s, when Computers in Education emerged as a new area, the discussion focused predominantly on the issue of how the available computer technology could be used in the school, rather than tackling the question of how it could be developed in such a way as to meet the needs of the educational proposal. What, then, will the educational legacy of the 1990s be? In this article we focus on the issue from the perspective of undergraduate and graduate courses in Arts and Design. Computer Graphics slowly but surely has gained ground and consolidated as part of the Art & Design curricula in recent years, but in most cases as a subject in the curriculum that is not linked to the others. Computers are usually allocated in special laboratories, inside and outside Departments, but invariably isolated from the dust, clay, varnish, and paint and other wastes, materials, and odors impregnating - and characterizing - other labs in Arts and Design courses.In spite of its isolation, computer technology coexists with centuries-old practices and traditions in Art & Design courses. This interesting meeting of tradition and innovation has led to daring educational ideas and experiments in the Arts and Design which have had a ripple effect in other fields of knowledge. We analyze these issues focusing on the pioneering experience of the Núcleo de Arte Eletrônica – a multidisciplinary space at the Arts Department at PUC-Rio, where undergraduate and graduate students of technological and human areas meet to think, discuss, create and produce Art & Design projects, and which constitutes a locus for the oxygenation of learning and for preparing students to face the challenges of an interdisciplinary and interconnected society.
series SIGRADI
email
last changed 2016/03/10 10:01

_id 90ad
authors Voigt, A., Walchhofer, H.P. and Linzer, H.
year 1999
title The Historico-cultural Past as Spatial-related Cognition Archives: Computer-assisted Methods in the History of Urban Development, Archeology and History of Art
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 672-677
doi https://doi.org/10.52842/conf.ecaade.1999.672
summary Implementation of computer-assisted visualizing methods in studying historico-cultural facts provides archeological and historico-cultural research with a tool adding to consolidation of knowledge resulting from assumptions. The visualizing methods presently available by utilizing of computers have advanced to an extent justifying their implementation in the field of archeological and historico-cultural research. The present contribution covers the above matters by means of a variety of applied examples performed at the Institute for Local Planning at the Vienna University of Technology dealing with history of urban development, archeology and history of art.
keywords Historico-cultural Past, Reconstruction, Visualizing Methods
series eCAADe
email
last changed 2022/06/07 07:58

_id ga9903
id ga9903
authors Ward, Adrian and Cox, Geoff
year 1999
title How I Drew One of My Pictures: * or, The Authorship of Generative Art
source International Conference on Generative Art
summary The concept of value is traditionally bestowed on a work of art when it is seen to be unique and irreproducible, thereby granting it authenticity. Think of a famous painting: only the original canvas commands genuinely high prices. Digital artwork is not valued in the same way. It can be copied infinitely and there is therefore a corresponding crisis of value. It has been argued that under these conditions of the dematerialised artwork, it is process that becomes valued. In this way, the process of creation and creativity is valued in place of authenticity, undermining conventional notions of authorship. It is possible to correlate many of these creative processes into instructions. However, to give precise instructions on the construction of a creative work is a complex, authentic and intricate process equivalent to conventional creative work (and is therefore not simply a question of 'the death of the author'). This paper argues that to create ‘generative’ systems is a rigorous and intricate procedure. Moreover, the output from generative systems should not be valued simply as an endless, infinite series of resources but as a system. To have a machine write poetry for ten years would not generate creative music, but the process of getting the machine to do so would certainly register an advanced form of creativity. When a programmer develops a generative system, they are engaged in a creative act. Programming is no less an artform than painting is a technical process. By analogy, the mathematical value pi can be approximated as 3.14159265, but a more thorough and accurate version can be stored as the formula used to calculate it. In the same way, it is more complete to express creativity formulated as code, which can then be executed to produce the results we desire. Rather like using Leibnitz's set of symbols to represent a mathematical formula, artists can now choose to represent creativity as computer programs (Harold Cohen’s Aaron, a computer program that creates drawings is a case in point). By programming computers to undertake creative instructions, this paper will argue that more accurate and expansive traces of creativity are being developed that suitably merge artistic subjectivity with technical form. It is no longer necessary or even desirable to be able to render art as a final tangible medium, but instead it is more important to program computers to be creative by proxy. [The paper refers to Autoshop software, available from http://autoshop.signwave.co.uk]
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id avocaad_2001_17
id avocaad_2001_17
authors Ying-Hsiu Huang, Yu-Tung Liu, Cheng-Yuan Lin, Yi-Ting Cheng, Yu-Chen Chiu
year 2001
title The comparison of animation, virtual reality, and scenario scripting in design process
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary Design media is a fundamental tool, which can incubate concrete ideas from ambiguous concepts. Evolved from freehand sketches, physical models to computerized drafting, modeling (Dave, 2000), animations (Woo, et al., 1999), and virtual reality (Chiu, 1999; Klercker, 1999; Emdanat, 1999), different media are used to communicate to designers or users with different conceptual levels¡@during the design process. Extensively employed in design process, physical models help designers in managing forms and spaces more precisely and more freely (Millon, 1994; Liu, 1996).Computerized drafting, models, animations, and VR have gradually replaced conventional media, freehand sketches and physical models. Diversely used in the design process, computerized media allow designers to handle more divergent levels of space than conventional media do. The rapid emergence of computers in design process has ushered in efforts to the visual impact of this media, particularly (Rahman, 1992). He also emphasized the use of computerized media: modeling and animations. Moreover, based on Rahman's study, Bai and Liu (1998) applied a new design media¡Xvirtual reality, to the design process. In doing so, they proposed an evaluation process to examine the visual impact of this new media in the design process. That same investigation pointed towards the facilitative role of the computerized media in enhancing topical comprehension, concept realization, and development of ideas.Computer technology fosters the growth of emerging media. A new computerized media, scenario scripting (Sasada, 2000; Jozen, 2000), markedly enhances computer animations and, in doing so, positively impacts design processes. For the three latest media, i.e., computerized animation, virtual reality, and scenario scripting, the following question arises: What role does visual impact play in different design phases of these media. Moreover, what is the origin of such an impact? Furthermore, what are the similarities and variances of computing techniques, principles of interaction, and practical applications among these computerized media?This study investigates the similarities and variances among computing techniques, interacting principles, and their applications in the above three media. Different computerized media in the design process are also adopted to explore related phenomenon by using these three media in two projects. First, a renewal planning project of the old district of Hsinchu City is inspected, in which animations and scenario scripting are used. Second, the renewal project is compared with a progressive design project for the Hsinchu Digital Museum, as designed by Peter Eisenman. Finally, similarity and variance among these computerized media are discussed.This study also examines the visual impact of these three computerized media in the design process. In computerized animation, although other designers can realize the spatial concept in design, users cannot fully comprehend the concept. On the other hand, other media such as virtual reality and scenario scripting enable users to more directly comprehend what the designer's presentation.Future studies should more closely examine how these three media impact the design process. This study not only provides further insight into the fundamental characteristics of the three computerized media discussed herein, but also enables designers to adopt different media in the design stages. Both designers and users can more fully understand design-related concepts.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id ae61
authors Af Klercker, Jonas
year 1999
title CAAD - Integrated with the First Steps into Architecture
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 266-272
doi https://doi.org/10.52842/conf.ecaade.1999.266
summary How and when should CAAD be introduced in the curriculum of the School of Architecture? This paper begins with some arguments for starting CAAD education at the very beginning. At the School of Architecture in Lund teachers in the first year courses have tried to integrate CAAD with the introduction to architectural concepts and techniques. Traditionally the first year is divided by several subjects running courses separatly without any contact for coordination. From the academic year 96/97 the teachers of Aplied aestetics, Building Science, Architectural design and CAAD have decided to colaborate as much as possible to make the role of our different fields as clear as possible to the students. Therefore integrating CAAD was a natural step in the academic year 98/99. The computer techniques were taught one step in advance so that the students can practise their understanding of the programs in their tasks in the other subjects. The results were surprisingly good! The students have quickly learned to mix the manual and computer techniques to make expressive and interesting visual presentations of their ideas. Some students with antipaty to computers have overcome this handicap. Some interesting observations are discussed.
keywords Curriculum, First Year Studies, Integration, CAAD, Modelling
series eCAADe
email
last changed 2022/06/07 07:54

_id ga9925
id ga9925
authors Ambrosini, L., Longatti, M. and Miyajima, H.
year 1999
title Time sections, abstract machines
source International Conference on Generative Art
summary conditions a time-spatial discontinuity in the urban grid, ancient walls casually discovered in a substrate of the contemporary town needs a surplus of information to be understood and interfaced with their current condition. diagrams diverse chronological stages of the urban evolution are mapped on the area, in order to read the historical stratifications as a multiplicity of signs; this abstract approach leads to consider the roman space as guided by metrics, a system of measure superimposed on the landscape, vs. medioeval spatial continuity, where more fluid relations between the same urban elements create a completely different pattern.assemblage (time sections) a surface, automatically displaced from the medioeval diagram, moves along the z axis, the historical stratification direction, intersecting in various, unpredictable, manners a series of paths; these paths start as parallels, allowing an undifferentiated access to the area, and mutate along their developing direction, intertweening and blending each other; linear openings are cut on the surface, virtually connecting the two levels by light, following the roman grid in rhythm and measure. Projected on the lateral wall, the cadence of the vertical and horizontal elements becomes a temporal diagram of the design process.movement time takes part into the process through two kinds of movement: the first one, freezed when reaches the best results, in terms of complexity, is given by the surface intersecting the tubular paths; the second one is represented by multiple routes walking on which the project can be experienced (in absence of any objective, fixed, point of view, movement becomes the only way to understand relations). Thresholds between typical architectural categories (such as inside-outside, object-landscape etc.) are blurred in favour of a more supple condition, another kind of continuity (re)appears, as a new media, between the different historical layers of the city.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 93a8
authors Anders, P.
year 1999
title Envisioning Cyberspace: Designing 3D Electronic Spaces
source McGraw-Hill, NY
summary Free of the constraints of physical form and limited only by imagination, new environments spring to life daily in a fantastic realm called cyberspace. The creators of this new virtual world may be programmers, designers, architects, even children. In this invigorating exploration of the juncture between cyberspace and the physical world, architect Peter Anders brings together leading-edge cyberspace art and architecture ... inspiring new techniques and technologies ... unexpected unions of reality and virtuality ... and visions of challenges and opportunities as yet unexplored. More than an invitation to tour fantastic realms and examine powerful tools, this book is a hard-eyed look at cyberspace's impact on physical, cultural, and social reality, and the human-centered principles of its design. This is a book that will set designers and architects thinkingNand a work of importance to anyone fascinated with the fast-closing space between the real and the virtual.
series other
email
last changed 2003/04/23 15:14

_id 5cba
authors Anders, Peter
year 1999
title Beyond Y2k: A Look at Acadia's Present and Future
source ACADIA Quarterly, vol. 18, no. 1, p. 10
doi https://doi.org/10.52842/conf.acadia.1999.x.o3r
summary The sky may not be falling, but it sure is getting closer. Where will you when the last three zeros of our millennial odometer click into place? Computer scientists tell us that Y2K will bring the world’s computer infrastructure to its knees. Maybe, maybe not. But it is interesting that Y2K is an issue at all. Speculating on the future is simultaneously a magnifying glass for examining our technologies and a looking glass for what we become through them. "The future" is nothing new. Orwell's vision of totalitarian mass media did come true, if only as Madison Avenue rather than Big Brother. Futureboosters of the '50s were convinced that each garage would house a private airplane by the year 2000. But world citizens of the 60's and 70's feared a nuclear catastrophe that would replace the earth with a smoking crater. Others - perhaps more optimistically -predicted that computers were going to drive all our activities by the year 2000. And, in fact, theymay not be far off... The year 2000 is symbolic marker, a point of reflection and assessment. And - as this date is approaching rapidly - this may be a good time to come to grips with who we are and where we want to be.
series ACADIA
email
last changed 2022/06/07 07:49

_id ga9926
id ga9926
authors Antonini, Riccardo
year 1999
title Let's Improvise Together
source International Conference on Generative Art
summary The creators of ‘Let's-Improvise-Together’ adhere to the idea that while there is a multitude of online games now available in cyberspace, it appears that relatively few are focused on providing a positive, friendly and productive experience for the user. Producing this kind of experience is one the goals of our Amusement Project.To this end, the creation of ‘Let's Improvise Together’ has been guided by dedication to the importance of three themes:* the importance of cooperation,* the importance of creativity, and* the importance of emotion.Description of the GameThe avatar arrives in a certain area where there are many sound-blocks/objects. Or he may add sound "property" to existing ones. He can add new objects at will. Each object may represents a different sound, they do not have to though. The avatar walks around and chooses which objects he likes. Makes copies of these and add sounds or change the sounds on existing ones, then with all of the sound-blocks combined make his personalized "instrument". Now any player can make sounds on the instrument by approaching or bumping into a sound-block. The way that the avatar makes sounds on the instrument can vary. At the end of the improvising session, the ‘composition’ will be saved on the instrument site, along with the personalized instrument. In this way, each user of the Amusement Center will leave behind him a unique instrumental creation, that others who visit the Center later will be able to play on and listen to. The fully creative experience of making a new instrument can be obtained connecting to Active Worlds world ‘Amuse’ and ‘Amuse2’.Animated colorful sounding objects can be assembled by the user in the Virtual Environment as a sort of sounding instrument. We refrain here deliberately from using the word musical instrument, because the level of control we have on the sound in terms of rythm and melody, among other parameters, is very limited. It resembles instead, very closely, to the primitive instruments used by humans in some civilizations or to the experience made by children making sound out of ordinary objects. The dimension of cooperation is of paramount importance in the process of building and using the virtual sounding instrument. The instrument can be built on ones own effort but preferably by a team of cooperating users. The cooperation has as an important corolary: the sharing of the experience. The shared experience finds its permanence in the collective memory of the sounding instruments built. The sounding instrument can be seen also as a virtual sculpture, indeed this sculpture is a multimedial one. The objects have properties that ranges from video animation to sound to virtual physical properties like solidity. The role of the user representation in the Virtual World, called avatar, is important because it conveys, among other things, the user’s emotions. It is worth pointing out that the Avatar has no emotions on its own but it simply expresses the emotions of the user behind it. In a way it could be considered a sort of actor performing the script that the user gives it in real-time while playing.The other important element of the integration is related to the memory of the experience left by the user into the Virtual World. The new layout is explored and experienced. The layout is a permanent editable memory. The generative aspects of Let's improvise together are the following.The multi-media virtual sculpture left behind any participating avatar is not the creation of a single author/artist. The outcome of the sinergic interaction of various authors is not deterministic, nor predictable. The authors can indeed use generative algorythm in order to create the texture to be used on the objects. Usually, in our experience, the visitors of the Amuse worlds use shareware programs in order to generate their texture. In most cases the shareware programs are simple fractals generators. In principle, it is possible to generate also the shape of the object in a generative way. Taking into account the usual audience of our world, we expected visitors to use very simple algorythm that could generate shapes as .rwx files. Indeed, noone has attempted to do so insofar. As far as the music is concerned, the availability of shareware programs that allow simple generation of sounds sequences has made possible, for some users, to generate sounds sequences to be put in our world. In conclusion, the Let's improvise section of the Amuse worlds could be open for experimentation on generative art as a very simple entry point platform. We will be very happy to help anybody that for educational purposes would try to use our platform in order to create and exhibit generative forms of art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 2c4a
authors Aroztegui, Carmen
year 1999
title The Architect's Use of the Internet - Study of the Architectural Presentation Possibilities
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 363-368
summary The Internet media is opening new horizons in communication and representation in architecture. However, its use today is superficial, limited, and without creativity. This study will explore theories, methods and examples of how the virtual space of the Internet can be used in its full potential. That means to present ways of observing, understanding, interacting, and communicating the space without precedents in architecture. The existent presentations made by architects in the Internet are in general poor and static. Through the comparative analysis of two presentations of the same architectural space in the Internet and the use of state of the art technology in the Internet, this study will show innovations that will make the exploration of the architectural space more attractive, dynamic and interactive. The main issues will be on one hand, the improvement in the communication of the design through the use of the Internet, and on the other hand, the rise of the standards in the quality of the architectural presentations. This work will project possible implications of the Internet in architecture.
series SIGRADI
email
last changed 2016/03/10 09:47

For more results click below:

this is page 0show page 1show page 2show page 3show page 4show page 5... show page 31HOMELOGIN (you are user _anon_6174 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002