Skip to content
Hapaxia edited this page Aug 27, 2023 · 4 revisions

Cheese Map logo

Welcome to Cheese Map!
by Hapaxia

Introduction

Cheese Map is a drawable layered tile map for SFML, designed to simplify drawing most 2D maps.

It's also fully header-only so no library compilation needed; simply just include it.

A couple of test videos created during development (click the images to view the video on YouTube):

Cheese Map - early test demo Cheese Map - Initial Tests

Simple Examples

  • Simple Example 1
    A very basic example that shows the very short steps required to set up a simple grid map.

Note

Cheese Map is published under the zlib licence.
Cheese Map requires C++11 or later and SFML version 2.

It's designed for the current and latest release (2.6) and has not yet been tested with SFML 3.

Clone this wiki locally