Skip to content

lumorsunil/zig-game-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-game-editor

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.

Installation

Note: Works on windows. Use at your own risk.

Build source

  1. Clone the repo
  2. If you want to try it out you can change some settings in the src/config.zig file:
// Set these to your liking
pub const fontPath = "C:/Windows/Fonts/calibri.ttf";
  1. Run zig build run.

Releases

Probably in the future somewhere.

Todo

todo

About

This is the editor I'm going to be using when developing my game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages