Asset creator for games.
Use to create assets like tilemaps and animations etc, and use those assets in your game engine.
The assets are stored as JSON files.
This is the editor I'm using when developing my game.
Note: This is not shipping with a game engine, the idea is that this editor is only used to produce asset files, not a game executable.
Note: Works on windows. Use at your own risk.
- Clone the repo
- If you want to try it out you can change some settings in the
src/config.zigfile:
// Set these to your liking
pub const fontPath = "C:/Windows/Fonts/calibri.ttf";- Run
zig build run.
Probably in the future somewhere.