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
- Host: GitHub
- URL: https://github.com/christt105/elit3d
- Owner: christt105
- License: bsd-2-clause
- Created: 2020-04-17T07:36:37.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T07:28:35.000Z (about 1 year ago)
- Last Synced: 2025-08-07T14:49:10.517Z (6 months ago)
- Topics: 3d, 3d-objects, export, mapeditor, opengl, rpg-maps, sdl2, terrain, tile, tiled-map-editor, tilemap
- Language: C++
- Homepage: https://christt105.itch.io/elit3d
- Size: 50.6 MB
- Stars: 113
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: ROADMAP.md
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 [](https://github.com/christt105/Elit3D/blob/master/LICENSE)

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




[](https://discord.gg/yW6DkKvtnS)
[](https://twitter.com/elit3dmap)
[](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.

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.