Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

FALLSTRUKTUR

It takes a while to go back to sleep, but inevitably, you return. To dream of the Fallstruktur. · By Stuffed Wombat, fakefrogsonly, Rollin'Barrel

How does the Level Editor works

A topic by 3dgoose created 27 days ago Views: 26 Replies: 2
Viewing posts 1 to 3

Hello! I’m making my own 3d engine in C and this is such a good game and inspiration! I also wanted to add a level editor to my engine, so how does this one works? Based on Trenchbroom? Can I find the sourcecode somewhere ?

(+1)

the in-game editor is built primarily using Dear ImGui; the .map file support that allows us importing maps made in TrenchBroom uses the libmap library (ported to Haxe for my own ease of use, but the original is in C so should be more relevant to your usecase)

Thanks dude and really a good job you made!