Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pucklaj/gohomeedit

A framework independent 3D Level editor
https://github.com/pucklaj/gohomeedit

3d-game 3d-world gtk gtk3 gui level-editor

Last synced: 23 days ago
JSON representation

A framework independent 3D Level editor

Awesome Lists containing this project

README

        

# GoHomeEdit
[![License: Zlib](https://img.shields.io/badge/License-Zlib-green.svg)](https://github.com/PucklaMotzer09/GoHomeEdit/blob/master/LICENSE.md)
[![GitHub last commit](https://img.shields.io/github/last-commit/PucklaMotzer09/GoHomeEdit.svg)](https://github.com/PucklaMotzer09/GoHomeEdit/commits/master)

A framework independent 3D Level editor (in development)

This level editor is developed because of the lack of a framework independent 3d level editor which can be implemented into every game engine or framework. For 2D games there already is one, [Tiled](https://www.mapeditor.org), but for 3D I could only find some which are not in development anymore. So I came to the conclusion to program my own.

## Features
+ Loading of 3D Models (.obj)
+ Translating, Scaling, Rotating (soon)
+ Save level to xml format (soon)
+ Adding of lights (soon)

## Dependencies
[GoHomeEngine](https://github.com/PucklaMotzer09/GoHomeEngine)