>[!WARNING] > Lags behind in compatibility with versions. Glitchy. Probably use [[Func Godot]] instead. Cyclops is an [[MIT License]] licensed [[id Tech 2|Quake Engine]]-style level builder for Godot written in [[GDScript]]. - [Source](https://github.com/blackears/cyclopsLevelBuilder) - [Documentation](https://github.com/blackears/cyclopsLevelBuilder/blob/master/doc/index.md) > Cyclops Level Builder lets you quickly build environments in the Godot viewport. Click and drag to create and edit blocks. Use the material editor to assign materials. All blocks have collision, so you will be able to interact with them right away. # Notability # Philosophy # Platform Support # Features # Tips ## Double Widgets > I just find it a bit distracting when both Godot and Cyclops gizmos are visible at the same time. The workaround I found was to have "Show list of selectable nodes at position clicked" button enabled. Then it's only Cyclops handles. > > On top of the viewport you got starting from the left - Select mode, Move mode, Rotate mode, Scale mode and next (fifth) one after that is icon with little arrow on top of a list and that is "Show list of selectable nodes at position clicked" ## Nodes To Use The `CyclopsBlocks` (plural) and `CyclopsConvexBlock` nodes are for legacy compatibility. Use the `CyclopsBlock` (singular) nodes instead. The other Cyclops node types seem to exist mostly for internal reasons. # References ```cardlink url: https://youtu.be/mbw_6dnOt_g title: "Cyclops Level Builder 1.0.2" description: "Cyclops Level Builder 1.0.2 brings a lot of changes including blocks being separate Node3D objects in your scene, gizmos to manipulate blocks in the viewport..." host: youtu.be favicon: https://www.youtube.com/s/desktop/fe730087/img/favicon_32x32.png image: https://i.ytimg.com/vi/mbw_6dnOt_g/maxresdefault.jpg ```