{"id":30105934,"url":"https://github.com/cda-tum/nanologic","last_synced_at":"2025-10-11T01:08:28.820Z","repository":{"id":303594379,"uuid":"970601646","full_name":"cda-tum/NanoLogic","owner":"cda-tum","description":"📱 iOS App for Atomic-Scale Computing","archived":false,"fork":false,"pushed_at":"2025-07-08T11:24:29.000Z","size":66285,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T12:38:24.776Z","etag":null,"topics":["app","design","simulation"],"latest_commit_sha":null,"homepage":"https://www.cda.cit.tum.de/research/nanotech/","language":"Swift","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/cda-tum.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,"zenodo":null}},"created_at":"2025-04-22T08:58:25.000Z","updated_at":"2025-07-08T11:24:29.000Z","dependencies_parsed_at":"2025-07-08T12:48:56.580Z","dependency_job_id":null,"html_url":"https://github.com/cda-tum/NanoLogic","commit_stats":null,"previous_names":["cda-tum/nanologic"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/cda-tum/NanoLogic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cda-tum%2FNanoLogic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cda-tum%2FNanoLogic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cda-tum%2FNanoLogic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cda-tum%2FNanoLogic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cda-tum","download_url":"https://codeload.github.com/cda-tum/NanoLogic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cda-tum%2FNanoLogic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269659147,"owners_count":24455090,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["app","design","simulation"],"created_at":"2025-08-10T00:41:52.108Z","updated_at":"2025-10-11T01:08:23.789Z","avatar_url":"https://github.com/cda-tum.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 📱NanoLogic: An Educational App for Atomic-Scale Computing\n\n[![Swift](https://img.shields.io/badge/Swift-5.8-orange.svg?style=flat\u0026logo=swift)](https://swift.org)\n[![Xcode](https://img.shields.io/badge/Xcode-16.3-blue.svg?style=flat\u0026logo=xcode)](https://developer.apple.com/xcode/)\n[![iOS CI](https://img.shields.io/github/actions/workflow/status/Drewniok/NanoLogic/ios.yml?branch=main\u0026label=iOS%20CI\u0026style=flat\u0026color=blue\u0026logo=apple)](https://github.com/Drewniok/NanoLogic/actions/workflows/ios.yml)\n\n\u003cimg src=\"resources/demo_video/demo.gif\" alt=\"Mode Demo\" class=\"dark-mode-img\" alt=\"overview\" align=\"right\" width=\"200\" /\u003e\n\nNanoLogic is an iOS app designed to deepen your understanding of atomic-scale computing, with a focus on Silicon Dangling Bonds (SiDBs). The app is divided into four main sections, each exploring a unique aspect of the SiDB technology:\n\n1. **Simulation:** Explore the physical simulation of Silicon Dangling Bonds to understand their behavior and properties.\n2. **Logic Design:** Learn how to design logic gates using SiDBs.\n3. **Analysis:** Analyze the designed gates and evaluate their performance.\n4. **Circuit Design:** Build and test circuits based on SiDBs, considering the impact of defects.\n\n## 📥 Get NanoLogic\n\nNanoLogic is available for download on the [Apple App Store](https://apps.apple.com/de/app/nanologic/id6745813509). Install it on your iPhone or iPad to start exploring atomic-scale computing with Silicon Dangling Bonds!\n\n## 🚀 Features\n\n- Interactive simulation of SiDBs at the atomic scale\n- Visual logic gate design and editing\n- Performance analysis tools for custom logic gates\n- Circuit builder with defect modeling\n- Modern Swift 5.8 codebase, built with Xcode 16.3\n- Continuous integration for iOS builds\n\n## 📲 Installation (For Developers)\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/cda-tum/NanoLogic.git\n2. Open `NanoLogic.xcodeproj` in Xcode 16.3 or newer.\n3. Select your target device or simulator.\n4. Build and run the app.\n\n## 🛠️ Requirements\n\n* macOS with Xcode 16.3+\n* iOS 15.0+ device or simulator\n\n## 🤝 Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request. For major changes, open an issue first to discuss what you would like to change.\n\n1. Fork the repo\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -am 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a pull request\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcda-tum%2Fnanologic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcda-tum%2Fnanologic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcda-tum%2Fnanologic/lists"}