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

https://github.com/claudemuller/tyler.c

A tile editor written in C and SDL2.
https://github.com/claudemuller/tyler.c

c sdl2 tilemap-editor

Last synced: 10 months ago
JSON representation

A tile editor written in C and SDL2.

Awesome Lists containing this project

README

          

# tyler.c

A tile editor written in C and SDL2.

# Requirements

- [gcc](https://gcc.gnu.org/)
- or [clang](https://clang.llvm.org/)
- [make](https://www.gnu.org/software/make/)
- [SDL2](https://www.libsdl.org/)

# Build

```bash
make build
```

# Run

```bash
make run
```

# Build a Debug Binary

```bash
make debug-build
```

# Start `lldb` or `gdb` With Debug Binary

```bash
make debug
```