{"id":13662975,"url":"https://github.com/RadicalCSG/Chisel.Prototype","last_synced_at":"2025-04-25T13:31:06.824Z","repository":{"id":34268371,"uuid":"169256649","full_name":"RadicalCSG/Chisel.Prototype","owner":"RadicalCSG","description":"Work in progress prototype for the Chisel Level Editor, for Unity","archived":false,"fork":false,"pushed_at":"2024-10-05T08:30:46.000Z","size":13805,"stargazers_count":496,"open_issues_count":119,"forks_count":33,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-11-10T19:33:12.928Z","etag":null,"topics":["bsp","chisel","constructive-solid-geometry","csg","level-design","level-editor","leveldesign","mapping","prototype","realtime","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","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/RadicalCSG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-02-05T14:46:02.000Z","updated_at":"2024-11-06T20:44:17.000Z","dependencies_parsed_at":"2024-06-28T22:22:58.901Z","dependency_job_id":"45a2cf29-cdc1-4c21-8340-e2ef0333e6f4","html_url":"https://github.com/RadicalCSG/Chisel.Prototype","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/RadicalCSG%2FChisel.Prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadicalCSG%2FChisel.Prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadicalCSG%2FChisel.Prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RadicalCSG%2FChisel.Prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RadicalCSG","download_url":"https://codeload.github.com/RadicalCSG/Chisel.Prototype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250824892,"owners_count":21493357,"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":["bsp","chisel","constructive-solid-geometry","csg","level-design","level-editor","leveldesign","mapping","prototype","realtime","unity"],"created_at":"2024-08-02T05:02:13.822Z","updated_at":"2025-04-25T13:31:03.534Z","avatar_url":"https://github.com/RadicalCSG.png","language":"C#","funding_links":[],"categories":["C\\#","Open Source Repositories","C#","Game Development"],"sub_categories":["Level Editor","Game Dev Tools: Level Design"],"readme":"This repository has been replaced by [com.chisel](https://github.com/RadicalCSG/com.chisel) which can be installed through the Unity package manager\n\n# [Chisel.Prototype](https://github.com/RadicalCSG/Chisel.Prototype)\n\nChisel is an extension for **Unity** that allows for _rapid_, iterative, **non destructive** level editing!\n\n![Example](Documentation/Images/chisel_example.png)\n\n---\n* [Click here for information on how to get started](GettingStarted.md)\n* Want to help out? [We have some good first issues here](https://github.com/RadicalCSG/Chisel.Prototype/labels/good%20first%20issue)\n* If you have questions be sure to ask in the discord! **[Click here for to join the official Discord server!](https://discord.gg/zttNkPQ)**\n\nNotes:\n- Chisel requires Unity 2022.1.0b11 or newer\n- UX is still under development\n- CSG algorithm is still under development\n- It is *not yet* ready for production, but please feel free to try it out, or better yet, help out!\n\nFeatures (incomplete)\n* [Constructive Solid Geometry Algorithm](http://www.youtube.com/watch?v=Iqmg4gblreo) that generates geometry in real-time\n* Add and remove geometry to your level using CSG allows for fluid, interactive, non destructive workflows\n* Higher level \"generators\" that create more complicated geometry to perform CSG with, while retaining context of what it is you're creating (if you create stairs, these will remain stairs that you can edit and tweak)\n* Hierarchical Constructive Solid Geometry, allows for generators and brushes to be act as if they're one whole (composite), to perform CSG on other objects with\n* Works well with prefabs, drag and drop windows onto walls including their holes\n* Draw 2D shapes (possible to turn straight lines into curves) on existing CSG surfaces and extrude them\n* Precise snapping to surfaces, edges, vertices and grid lines\n* Rotatable \u0026 movable grid\n\nPlanned Features (incomplete, and in random order):\n* [Debug Visualizations](https://github.com/RadicalCSG/Chisel.Prototype/issues/118) to see shadow only surfaces, collider surfaces etc.  (partially implemented)\n* [Double sided surfaces](https://github.com/RadicalCSG/Chisel.Prototype/issues/226)\n* [Extrusion from existing surface](https://github.com/RadicalCSG/Chisel.Prototype/issues/19)\n* [Subtractive Workflow](https://github.com/RadicalCSG/Chisel.Prototype/issues/14)\n* [Clip Tool](https://github.com/RadicalCSG/Chisel.Prototype/issues/15)\n* [Normal smoothing](https://github.com/RadicalCSG/Chisel.Prototype/issues/184)\n* [Node Based Generators](https://github.com/RadicalCSG/Chisel.Prototype/issues/94) for easy procedural content generation\n* [2D shape editor](https://github.com/RadicalCSG/Chisel.Prototype/issues/260)\n* [Hotspot mapping](https://github.com/RadicalCSG/Chisel.Prototype/issues/173)\n* [Sub-Models](https://github.com/RadicalCSG/Chisel.Prototype/issues/259)\n* [Trim Decals](https://github.com/RadicalCSG/Chisel.Prototype/issues/117)\n* [Grid Objects](https://github.com/RadicalCSG/Chisel.Prototype/issues/121)\n\n\nPackages overview:\n* `com.chisel.core` Low-level API and functionality (based on DOTS technology)\n* `com.chisel.editor` Unity Scene Editor functionality and API, tools and UI\n* `com.chisel.components` Unity Monobehaviour runtime API (to allow for possible ECS replacement in future)\n* `com.scene.handles.extensions` Custom scene handle extensions\n\nExtensions:\n* [Source Engine 2006 Map Importer for Chisel Editor]( https://github.com/Henry00IS/Chisel.Import.Source)\n  * [Decal support for importer](https://github.com/Henry00IS/Chisel.Decals)\n* [Quake1 Importer](https://github.com/Quixotic7/Chisel.Import.Quake1)\n\nKnown issues:\n* [There are some cases where triangulation fails](https://github.com/RadicalCSG/Chisel.Prototype/issues/187)\n* There are some cases where overlapping surfaces create overlapping polygons\n\nIf you find any failure cases, if possible please provide us with a reproducible scene so we can more easily fix it!\n\nThe core technology is based on the algorithm explained in [this GDC 2020 talk](http://www.youtube.com/watch?v=Iqmg4gblreo)\n\n[![GDC Video](http://img.youtube.com/vi/Iqmg4gblreo/0.jpg)](http://www.youtube.com/watch?v=Iqmg4gblreo \"Geometry in Milliseconds: Real-Time Constructive Solid Geometry\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRadicalCSG%2FChisel.Prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRadicalCSG%2FChisel.Prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRadicalCSG%2FChisel.Prototype/lists"}