{"id":21710773,"url":"https://github.com/kichappa/mobius-modeller","last_synced_at":"2026-01-04T17:01:39.295Z","repository":{"id":88122985,"uuid":"432689165","full_name":"kichappa/Mobius-Modeller","owner":"kichappa","description":"My works using the generative modelling tool, Möbius Modeller","archived":false,"fork":false,"pushed_at":"2021-12-01T15:06:52.000Z","size":736,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T16:41:54.752Z","etag":null,"topics":["creative-coding","generative-art","generative-design","mobius-modeller"],"latest_commit_sha":null,"homepage":"https://mobius.ramdon.team/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kichappa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-28T11:08:25.000Z","updated_at":"2024-04-26T22:15:46.000Z","dependencies_parsed_at":"2023-05-18T09:31:38.641Z","dependency_job_id":null,"html_url":"https://github.com/kichappa/Mobius-Modeller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kichappa%2FMobius-Modeller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kichappa%2FMobius-Modeller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kichappa%2FMobius-Modeller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kichappa%2FMobius-Modeller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kichappa","download_url":"https://codeload.github.com/kichappa/Mobius-Modeller/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244666494,"owners_count":20490287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["creative-coding","generative-art","generative-design","mobius-modeller"],"created_at":"2024-11-25T23:17:38.679Z","updated_at":"2026-01-04T17:01:34.253Z","avatar_url":"https://github.com/kichappa.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello there!\nHave 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!\n\n## Rotating Floor\n\nIn 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\u0026defaultViewer=cad){:target=\"_blank\"}.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/M%C3%B6bius%20Modeller%20-%20Example%201.png\" alt=\"100 storey building with rotating and resizing floors.\"/\u003e\n\u003c/p\u003e\n\n\n\u003c!-- \u003ciframe width='100%' height='600px' style='border: 1px solid black;' src=\"https://mobius-08.design-automation.net/minimal?file=https:%2F%2Fmobius.ramdon.team%2Fw1_s3_u3_demo_law_curves_exp.mob\u0026defaultViewer=cad\"\u003e\u003c/iframe\u003e --\u003e\n\n\n## Undulating Wall\nThis 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\u0026defaultViewer=cad){:target=\"_blank\"} here. \n\nMore details:\n\n- It generates an arc polyline.\n- It offsets the positions along the arc outwards using a cosine Law Curve.\n- It extrudes the deformed arc to form a set of vertical panels.\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/M%C3%B6bius%20Modeller%20-%20Week%201.png\" alt=\"Undulating walls with direction selective widths placed along a sine curve warped around an arc.\"/\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003ciframe width='100%' height='600px' style='border: 1px solid black;' src=\"https://mobius-08.design-automation.net/minimal?file=https:%2F%2Fmobius.ramdon.team%2FWeek1_Coding_Assignment.mob\u0026defaultViewer=cad\"\u003e\u003c/iframe\u003e --\u003e\n\n\n## Arched Roofs of The Winter Gardens\nCatenary 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\u0026defaultViewer=cad){:target=\"_blank\"}. \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/M%C3%B6bius%20Modeller%20-%20Week%202.png\" alt=\"3D structure similar to The Winter Gardens structure with roofs following inverted catenary curves.\"/\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003ciframe width='100%' height='600px' style='border: 1px solid black;' src=\"https://mobius-08.design-automation.net/minimal?file=https:%2F%2Fmobius.ramdon.team%2FArched_Roof_of_The_Winter_Gardens.mob\u0026defaultViewer=cad\"\u003e\u003c/iframe\u003e --\u003e\n\n\n# Wedding Cake Urbanism\nBuildings with '[wedding cake](https://en.wikipedia.org/wiki/Wedding-cake_style)' building typologies are generated using Voronoi subdivision of base land. The script complies \n- Sky-view cone-of-view requirements in urban city plannings regulations,\n- Maximum Gross Floor Area Ratio.\n \n As usual, the [working demo](https://mobius-08.design-automation.net/dashboard?file=https:%2F%2Fmobius.ramdon.team%2FWedding_Cake_Urbanism.mob\u0026defaultViewer=cad){:target=\"_blank\"} is attached. \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/M%C3%B6bius%20Modeller%20-%20Week%203.png\" alt=\"Urban Planning - Buildings that follow 'wedding-cake' typologies to complies with city regulations of sky-view cone-of-vision requirements.\"/\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003ciframe width='100%' height='600px' style='border: 1px solid black;' src=\"https://mobius-08.design-automation.net/minimal?file=https:%2F%2Fmobius.ramdon.team%2FWedding_Cake_Urbanism.mob\u0026defaultViewer=cad\"\u003e\u003c/iframe\u003e --\u003e\n\n---\n©️ kichappa, 2021-22","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkichappa%2Fmobius-modeller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkichappa%2Fmobius-modeller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkichappa%2Fmobius-modeller/lists"}