Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galaco/lambda
A custom Source Engine level editor written in Go
https://github.com/galaco/lambda
bsp hammer level-editor source-engine source-engine-sdk valve vmf
Last synced: 2 months ago
JSON representation
A custom Source Engine level editor written in Go
- Host: GitHub
- URL: https://github.com/galaco/lambda
- Owner: Galaco
- License: mit
- Created: 2019-01-10T15:30:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T00:48:11.000Z (3 months ago)
- Last Synced: 2024-11-04T01:26:39.444Z (3 months ago)
- Topics: bsp, hammer, level-editor, source-engine, source-engine-sdk, valve, vmf
- Language: Go
- Homepage:
- Size: 786 KB
- Stars: 41
- Watchers: 6
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GoDoc](https://godoc.org/github.com/Galaco/Lambda?status.svg)](https://godoc.org/github.com/Galaco/Lambda)
[![Go report card](https://goreportcard.com/badge/github.com/galaco/Lambda)](https://goreportcard.com/badge/github.com/galaco/Lambda)
[![GolangCI](https://golangci.com/badges/github.com/galaco/Lambda.svg)](https://golangci.com)
[![CircleCI](https://circleci.com/gh/Galaco/Lambda.svg?style=svg)](https://circleci.com/gh/Galaco/Lambda)# Lambda
A custom Source Engine level editor written in Go. End result is to be a drop in replacement for Hammer, with support for non-Windows OS.#### Current Features
* Load vmf data
* 3D Scene viewer with textures with camera controls (working, incomplete)
* Entity and solid viewer with keyvalues
* Vmf export (partially complete)![Editor](https://raw.githubusercontent.com/Galaco/Lambda/master/docs/repo/editor.png)