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

https://github.com/christt105/elit3d

Tile map editor 3D with 3D terrains
https://github.com/christt105/elit3d

3d 3d-objects export mapeditor opengl rpg-maps sdl2 terrain tile tiled-map-editor tilemap

Last synced: 4 months ago
JSON representation

Tile map editor 3D with 3D terrains

Awesome Lists containing this project

README

          

> [!WARNING]
> **This project is currently not being maintained.**
> I am working on a new version of Elit3D from scratch using the [Godot Engine](https://godotengine.org/). The new version will be released once it achieves the same functionality as the current version and reaches a stable state.
>
> Thank you for your interest and patience. If you have any questions or suggestions, feel free to open an [issue](https://github.com/christt105/Elit3D/issues/new/choose) or contact me directly.

# Elit3D [![GitHub license](https://img.shields.io/github/license/christt105/Elit3D)](https://github.com/christt105/Elit3D/blob/master/LICENSE)

![Overview](https://raw.githubusercontent.com/christt105/Elit3D/main/docs/images/overview.png)

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/christt105/Elit3D)](https://github.com/christt105/Elit3D/releases/latest)
![GitHub Release Date](https://img.shields.io/github/release-date/christt105/Elit3D)
![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/christt105/Elit3D/latest)
![Downloads](https://img.shields.io/github/downloads/christt105/Elit3D/total)
![Contributors](https://img.shields.io/github/contributors/christt105/Elit3D)

[![Discord Server](https://img.shields.io/discord/844648999042285628?logo=discord&style=plastic)](https://discord.gg/yW6DkKvtnS)
[![Twitter Follow](https://img.shields.io/twitter/follow/elit3dmap?style=social)](https://twitter.com/elit3dmap)
[![GitHub Star](https://img.shields.io/github/stars/christt105/Elit3D?style=social)](https://github.com/christt105/Elit3D/stargazers)

Elit3D is a tile-based map editor in 3D. Composed of several layers of tiles and 3D objects, it allows you to export the maps in different formats.

## Download

Download the latest release on itch.io [christt105.itch.io/elit3d](https://christt105.itch.io/elit3d/purchase) naming your own price (including 0€) or on [releases section](https://github.com/christt105/Elit3D/releases/latest) on GitHub.

## Getting Started

Elit3D is only tested on Visual Studio 2019 on Windows but the plan is to be compatible with Linux and Mac (minimum Linux) in a future.

### Build

- Clone the repository `git clone https://github.com/christt105/Elit3D`
- Execute the script `premake5.lua` with `premake/premake5.exe`
- For Windows - Visual Studio 2019 just execute the `scripts/generate_project.bat` file

## Main Goal

The goal of this project is to create a tool to create RPG maps like Pokémon 4th Gen. Will allow to import 3D models, brushes to build terrain, paint planes at differenent heights with tiles and create inclined sprites. e.g.

![Lavender Town in Pokémon Heartgold and Soulsilver](https://vignette.wikia.nocookie.net/espokemon/images/b/b7/Pueblo_lavanda_HGSS.png/revision/latest?cb=20100206024454)

To know more about the features, see the [ROADMAP](https://github.com/christt105/Elit3D/blob/master/ROADMAP.md) file. You can also check the [ClickUp boards](https://share.clickup.com/l/h/4-4678676-1/7e2410f745d66ec) where I put the task I work on.

## Author

This project is made by [christt105](https://github.com/christt105). This project started as my final thesis.

Repository: [https://github.com/christt105/Elit3D](https://github.com/christt105/Elit3D)

## Contributing

You can test the [latest release](https://github.com/christt105/Elit3D/releases/latest) and [report bugs](https://github.com/christt105/Elit3D/issues/new?assignees=&labels=&template=bug_report.md&title=) or [propose features](https://github.com/christt105/Elit3D/issues/new?assignees=&labels=&template=feature_request.md&title=). Feel free to fork and create a pull request, I will be delighted to accept any pull request that improves the project. If you want to do a pull request, please make it to the develop branch.

## Special Thanks

- [Enric Pérez](https://perezenric.github.io/) for the program icon

## License

This project is licensed under [BSD 2-Clause License](https://github.com/christt105/Elit3D/blob/master/LICENSE) license.