Lambda Level Editor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{stub}}{{draft}}
{{stub}}
 
The '''Lambda''' is a custom open-source level editor for {{src|4|nt=1}} written in Go. End result is to be a drop in replacement for {{hammer|4}}, with support for non-Windows OS.
The '''Lambda''' is a custom open-source level editor for {{src|4|nt=1}} written in Go. End result is to be a drop in replacement for {{hammer|4}}, with support for non-Windows OS.


Line 20: Line 19:
== External links ==
== External links ==
* [https://github.com/Galaco/Lambda GitHub Repository]
* [https://github.com/Galaco/Lambda GitHub Repository]
{{leveleditors}}

Revision as of 05:33, 27 April 2024

Stub

This article or section is a stub. You can help by expanding it.

The Lambda is a custom open-source level editor for Source Source Engine written in Go. End result is to be a drop in replacement for Hammer Hammer, with support for non-Windows OS.

Features

  • Load vmf data
  • 3D Scene viewer with textures with camera controls (working, incomplete)
  • Entity and solid viewer with keyvalues
  • Vmf export (partially complete)

Drawbacks

  • Missing important map editing features

Media

Interface of Lambda Level Editor

See also

External links