Skip to content

akuspel/odin-tilengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Odin Bindings for Tilengine - 2D retro graphics engine

License: MPL 2.0

From Tilengine Github repo: "Tilengine is an open source, cross-platform 2D graphics engine for creating classic/retro games with tile maps, sprites and palettes. Its unique scanline-based rendering algorithm makes raster effects a core feature, a technique used by many games running on real 2D graphics chips."

http://www.tilengine.org

About the bindings

These bindings have been generated with Odin Binding Generator By Alexis Breust, and manually modified to function optimally with Tilengine.

Please report any bugs you find!

Usage

For these bindings to work, you'll need to aquire a built version of Tilengine. You'll also need SDL2 libraries, which Tilengine uses for rendering.

After aquiring, place Tilengine.dll and SDL2.dll into the build directory of your Odin project. You must also place Tilengine.lib into the same folder as these bindings (tilengine.odin).

To use the bindings in Odin, import them with ' import tln "tilengine" ' in your Odin file.

Getting Tilengine binaries

You can get Tilengine binaries by either building from source, or downloading them from itch.io.

If you build from source yourself, you can get the Tilengine.pdb file, which can be useful for debugging. Please consider supporting Tilengine, and getting the bindings from itch, though!

About

Tilengine bindings for odin-lang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages