isodi 0.5.0
A 3D orthographic rendering engine
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
Isodi
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's designed so it shouldn't be hard to bind it to another library.
Note: Isodi is currently in early development, most features aren't implemented. Use with care.
Building
Building is done using DUB. Use dub add isodi
in your project to use Isodi as a dependency, then add
"libs": ["raylib"]
to your DUB config. You must also install Raylib 4 in your system.
By default Isodi will build with full feature set. You can specify "subconfigurations": {"isodi": "mini-tilemap"}
to
only include a minimal tilemap loader. This might come in handy when writing headless servers using Isodi maps.
- Registered by Artha
- 0.5.0 released 2 years ago
- Samerion/Isodi
- BSL-1.0
- Copyright © 2020, Artha
- Authors:
- Dependencies:
- rcdata
- Versions:
-
0.5.0 2022-Jul-20 0.4.3 2021-Oct-15 0.4.2 2021-Aug-15 0.4.1 2021-Jul-02 0.4.0 2021-Jun-26 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
75 downloads total
-
- Score:
- 0.0
- Short URL:
- isodi.dub.pm