Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)