Vi flyttar från butik till nätet - så funkar det framåt
Fantasy | 0:e upplagan
- Danskt band, Engelska, 2025
- Författare:
- Betyg:
259
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
The first-ever English translation of Bruno Munari’s classic treatise on creativity, replete with new contextualizing annotations
“But isn’t imagination also fantasy? And can’t fantastic images also assume the form of sounds? Musicians speak of sonic images, sound objects. How does one invent a fish tale, an air-cooled engine, a new plastic? ... fantasy, invention, creativity think; imagination sees.”
Never before translated into English, Bruno Munari’s Fantasy, originally published in Italian in 1977, invites the reader to explore their own imagination, creativity and fantasy through a journey into Munari’s mind and work. His theory of creativity, developed in conversation with the Reggio Emilia Approach (a self-guided approach to education) and the work of Jean Piaget (a Swiss developmental psychologist who proffered a theory termed “genetic epistemology”) foregrounds the book’s journey through Munari’s design processes, both working for clients and teaching design principles to children. By turning both life and work into a classroom, Munari unlocks a path through imagination in order to access his, and in turn the reader’s, deepest sense of play.
The facsimile reprint is accompanied by new contextual annotations by Munari scholar and design historian Jeffrey Schnapp. These microinterventions highlight the innovations that make this work as relevant today as when originally published.
Bruno Munari (1907–98) was an Italian artist, designer and inventor who contributed fundamentals to many fields of visual arts (painting, sculpture, film, industrial design, graphic design) in Modernism, Futurism and Concrete art, as well as to nonvisual arts (literature, poetry) through his research on games, didactic method, movement, tactile learning, kinesthetic learning and creativity.
“But isn’t imagination also fantasy? And can’t fantastic images also assume the form of sounds? Musicians speak of sonic images, sound objects. How does one invent a fish tale, an air-cooled engine, a new plastic? ... fantasy, invention, creativity think; imagination sees.”
Never before translated into English, Bruno Munari’s Fantasy, originally published in Italian in 1977, invites the reader to explore their own imagination, creativity and fantasy through a journey into Munari’s mind and work. His theory of creativity, developed in conversation with the Reggio Emilia Approach (a self-guided approach to education) and the work of Jean Piaget (a Swiss developmental psychologist who proffered a theory termed “genetic epistemology”) foregrounds the book’s journey through Munari’s design processes, both working for clients and teaching design principles to children. By turning both life and work into a classroom, Munari unlocks a path through imagination in order to access his, and in turn the reader’s, deepest sense of play.
The facsimile reprint is accompanied by new contextual annotations by Munari scholar and design historian Jeffrey Schnapp. These microinterventions highlight the innovations that make this work as relevant today as when originally published.
Bruno Munari (1907–98) was an Italian artist, designer and inventor who contributed fundamentals to many fields of visual arts (painting, sculpture, film, industrial design, graphic design) in Modernism, Futurism and Concrete art, as well as to nonvisual arts (literature, poetry) through his research on games, didactic method, movement, tactile learning, kinesthetic learning and creativity.
Om denna bok
Fantasy är en Danskt band bok med 240 sidor på Engelska. Den utgavs 2025.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Fantasy begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781941753705
Upplaga:
0
Utgiven:
2025-02-13
Förlag:
Okänt
Sidantal:
240
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>