Moreton Bay Houses

The Moreton Bay Houses residential project consists of twin houses located beside Moreton Bay in Queensland, designed by Andresen O'Gorman Architects in 2001.

The building

The design exploits the subtropical climate of Queensland by layering multiple timber screens to create an ambiguous threshold between the inside and outside and allow for cooling breezes to penetrate the interior while shading from the summer sun. To conform with zoning regulations, the original intention of four separate apartments over two adjoining lots was adapted to two houses built with shared gardens and central external circulation space. This created a combined scale that visually matches the surrounding houses. The houses reference Japanese courtyard houses. Each house has a two storey linear wing flanked by double height space at either end, the residual space between creating the courtyard.[1]

gollark: Ah.
gollark: Good idea. Maybe somewhere cheaper.
gollark: Have you tried not living there?
gollark: ```haskelldoThing :: Expr -> (M.Map Int IVal, Int)doThing expr = evalState (go expr) 0 where go :: Expr -> State Int (M.Map Int IVal, Int) go (Int x) = do vcount <- update (+1) pure (M.singleton vcount (Lit x), vcount) go (Op o a b) = do (m1, c1) <- go a (m2, c2) <- go b let prev = M.union m1 m2 nxt <- update (+1) pure (M.insert nxt (ROp o c1 c2) prev, nxt)```NONE are safe from my Haskell code.
gollark: They contain MUCH content accreted over time.

References

  1. "Brit Andresen: Poetry and Pragmatics". Architecture Australia: 86–87. March–April 2002.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.