Intermediate module for binding rendering libraries to Isodi.
This package holds modules to be included in later versions of Isodi as a part of the main package, replacing the old display system. See #21 for more details.
This module contains structs containing data relating to packs.
This module implements basic pack loading.
This module contains bindings connecting Isodi and Raylib.
Module for saving and loading tilemap data.
Isodi is a library for isometric games.
Isodi combines 2D and 3D in a way to make it possible to create good looking games without the need to create a special model for every object.
The library uses Raylib to render by default, but it designed so it shouldn't be hard to rewrite it to another library.
Note: Isodi is currently in early development, documentation isn't complete and not all features are implemented. Use with care.
See isodi.display.Display to get started!