https://github.com/kichappa/mobius-modeller
My works using the generative modelling tool, Möbius Modeller
https://github.com/kichappa/mobius-modeller
creative-coding generative-art generative-design mobius-modeller
Last synced: 6 months ago
JSON representation
My works using the generative modelling tool, Möbius Modeller
- Host: GitHub
- URL: https://github.com/kichappa/mobius-modeller
- Owner: kichappa
- License: mit
- Created: 2021-11-28T11:08:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T15:06:52.000Z (over 4 years ago)
- Last Synced: 2025-01-25T16:41:54.752Z (over 1 year ago)
- Topics: creative-coding, generative-art, generative-design, mobius-modeller
- Homepage: https://mobius.ramdon.team/
- Size: 719 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello there!
Have a look at my works on the Möbius Modeller. This is my introduction to generative modelling, something that I am very much curious about. Ever wondered how designs can be made analytical to create a launch-pad for designers to rocket improvements on? _No?_ Well, I did!
## Rotating Floor
In this script, a _building_ with rotating and resizing floors is generated. The floor sizes are controlled with a sine curve, and the rotation is linearly mapped to the floor number. Here is the [working demo](https://mobius-08.design-automation.net/dashboard?file=https:%2F%2Fmobius.ramdon.team%2Fw1_s3_u3_demo_law_curves_exp.mob&defaultViewer=cad){:target="_blank"}.
## Undulating Wall
This scrip generates, yes, a _wall_. The wall follows a sine curve along an arc of right angle. The wall also has direction-selective thickness. You can see the [working demo](https://mobius-08.design-automation.net/dashboard?file=https:%2F%2Fmobius.ramdon.team%2FWeek1_Coding_Assignment.mob&defaultViewer=cad){:target="_blank"} here.
More details:
- It generates an arc polyline.
- It offsets the positions along the arc outwards using a cosine Law Curve.
- It extrudes the deformed arc to form a set of vertical panels.
## Arched Roofs of The Winter Gardens
Catenary arched roofs ftw! This script generates arched roofs that follow catenary curves. The structure is loosely based on The Winter Gardens pavilion in Sheffield. There you go - [working demo](https://mobius-08.design-automation.net/dashboard?file=https:%2F%2Fmobius.ramdon.team%2FArched_Roof_of_The_Winter_Gardens.mob&defaultViewer=cad){:target="_blank"}.
# Wedding Cake Urbanism
Buildings with '[wedding cake](https://en.wikipedia.org/wiki/Wedding-cake_style)' building typologies are generated using Voronoi subdivision of base land. The script complies
- Sky-view cone-of-view requirements in urban city plannings regulations,
- Maximum Gross Floor Area Ratio.
As usual, the [working demo](https://mobius-08.design-automation.net/dashboard?file=https:%2F%2Fmobius.ramdon.team%2FWedding_Cake_Urbanism.mob&defaultViewer=cad){:target="_blank"} is attached.
---
©️ kichappa, 2021-22