DigitalLampThesisGUI_v0a01

After two years….. finally have time to upload my undergraduate architectural thesis design Processing + Java code to github.com as open source. Take a look if anyone is interesting, and welcome to download it. Java environment is Java SE 6. Go to Github Link DigitalLampThesisGUI_v0a01 The Digital Lamp of Architecture – A New Church Prototype Thesis Video 3D Printed Model(Also generated by this java code) * This is GUI software of Project of “The Digital Lamp of Architecture” * Written by Gene Ting-Chun Kao +GENEATCG http://www.geneatcg.com all right * reserve. * Code written in 2013/05 * * Code credit to Jared Counts Curtain Coding Structure in * BlueThen.com The Digital Lamp of Architecture referred to John Ruskin’s book “The Seven Lamps of Architecture, " and make a comparison between its age and our digital age. Through traveling, description in theory can be highly discovered within backpacker’s own eye. Finally, digital technology was implanted into church architecture as an example to reflect on Ruskin’s theory. One of the most important element is “Sublime.” Besides, scale, structure and ornamentation was used to interpret and practice in Digital Architecture. The Digital Lamp of Architecture 由《建築七燈》出發來討論其在數位時代的意義,並且在製作期間透過親身經驗映證書中的討論,最後再以教堂為例,探索如何應用新的數位工具回應書中的觀點,特別是Sublime, 並討論尺度、結構、裝飾與其代表的精神向度在數位建築的詮釋與實踐。

December 7, 2015 · 1 min · Gene Ting-Chun Kao

Computation and Aesthetics

Gene Kao, Ting-Chun portfolio 2008-2013

September 18, 2014 · 1 min · Gene Ting-Chun Kao
Butterfly Effect Pavilion

Butterfly Effect Pavilion in I-Lan Green Expo 2014

–蝶跡– Description: 蝶跡的設計啓發於蝴蝶幼蟲,生長成蝴蝶展翅瞬間的造型,以用於圍塑空間形態以及外觀紋理。在結構上也與蝴蝶翅膀振動為靈感之啓發,以最輕薄的木夾板去挑戰材料之彎曲性與結構性,進而產生動態平衡。另外在構造上運用電腦運算技術使複雜造型由416片單元組合而成,以極簡的拉鍊扣合做法連接單元與單元進而產生極複雜細部,在正反的拱肋結構演算下,整體重量平均分攤至7個底座,使整體結構輕量化。 實際走入蝶跡展示庭,空間經驗上,太陽撒入木板因彎曲曲度而刻畫的開口中,微風飄動過整體結構,結構體輕輕飄動而陽光如在樹蔭下似閃爍,就像蝴蝶翩翩起舞輕過留下痕跡一般優雅。 –pavilionButterflyEffect_Geometry– Not-found –pavilionButterflyEffect_step01 Definition– –pavilionButterflyEffect_step02 Definition– –pavilionButterflyEffect_step03 Definition– Not-found –pavilionButterflyEffect_step04 Definition– Not-found –Geometry Size Selection Filter Python Code– ### --Written by Gene Ting-Chun Kao-- ### import rhinoscriptsyntax as rs ids = rs.GetObjects("select surfaces", rs.filter.polysurface) area = rs.GetInteger("selected area limits", 10, 0) rs.EnableRedraw(False) print "Results: All", len(ids), "surfaces selected." Count = 0 for i in ids: b = rs.SurfaceArea(i) if b: if b[0] < area: rs.SelectObject(i) Count += 1 print "Results: Get", Count, "small objects." rs.EnableRedraw(True)

June 26, 2014 · 1 min · Gene Ting-Chun Kao
Thesis design process

Bachelor thesis design

November 28, 2013 · 0 min · Gene Ting-Chun Kao
Digital Lamp of Architecture

The Digital Lamp of Architecture – A New Church Prototype

In the past, human beings were known for having strong faith and devoted minds. As a result, church architecture became the bridge between humans and the Creator, the sacred and the secular, as well as darkness and lightness. The best technology at the time was used to deeply affect believers, stimulating them with the powerful ambience of church architecture, and allowing them to ultimately realize that men were as insignificant as a drop in the bucket. ...

July 25, 2013 · 2 min · Gene Ting-Chun Kao