All Projects → bquenin → tuile

bquenin / tuile

Licence: MIT License
Tuile (french for tile) is a 2D graphics engine inspired from old hardware and based on layers, tiles sets, tile maps and sprites. Its scanline rendering pipeline makes it perfect for raster effects.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to tuile

RawSalmonEngine
A game engine utilising "Tiled" map files
Stars: ✭ 15 (-21.05%)
Mutual labels:  tiled-map-editor, tmx, 2d-game-engine, tiled
Berry
Berry is a simple Tiled Map Loader for Corona SDK.
Stars: ✭ 16 (-15.79%)
Mutual labels:  tile, tilesets, tiled
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (+3968.42%)
Mutual labels:  gamedev, sprites, 2d-game-engine
cl-tiled
Tiled map library for CL
Stars: ✭ 15 (-21.05%)
Mutual labels:  tiled-map-editor, tmx, tiled
glazejs
A high performance 2D game engine built in Typescript
Stars: ✭ 96 (+405.26%)
Mutual labels:  tiled-map-editor, tmx, 2d-game-engine
Gdevelop
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: ✭ 3,221 (+16852.63%)
Mutual labels:  gamedev, 2d-game-engine
UnityHexagonLibrary2d
A library to manage 2D hexagonal tiles in Unity.
Stars: ✭ 58 (+205.26%)
Mutual labels:  tile, tiled-map-editor
AsLib
🎨: RPG map maker (paint tool)
Stars: ✭ 82 (+331.58%)
Mutual labels:  tile, tiled-map-editor
tilematrix
helps handling tile pyramids
Stars: ✭ 15 (-21.05%)
Mutual labels:  tile, tilesets
Driftwood
Driftwood 2D Tiling Game Engine and Development Suite
Stars: ✭ 23 (+21.05%)
Mutual labels:  tile, tiled
tilepix
Library for combining tiled maps with pixel
Stars: ✭ 40 (+110.53%)
Mutual labels:  tiled-map-editor, tiled
Tic 80
TIC-80 is a fantasy computer for making, playing and sharing tiny games.
Stars: ✭ 3,176 (+16615.79%)
Mutual labels:  gamedev, retro
Deadsimple Pixel Perfect Camera
An exceedingly easy-to-use pixel perfect orthographic camera script for 2D scenes in Unity. Punch in a few specs and you've got a working pixel perfect camera. It's that easy.
Stars: ✭ 186 (+878.95%)
Mutual labels:  gamedev, sprites
Fxgl
Stars: ✭ 2,378 (+12415.79%)
Mutual labels:  gamedev, 2d-game-engine
gamestudio
2D game engine and editor
Stars: ✭ 207 (+989.47%)
Mutual labels:  gamedev, 2d-game-engine
Rx
👾 Modern and minimalist pixel editor
Stars: ✭ 2,063 (+10757.89%)
Mutual labels:  gamedev, retro
Protobuf-Dreamer
A tiled DeepDream project for creating any size of image, on both CPU and GPU
Stars: ✭ 39 (+105.26%)
Mutual labels:  tile, tiled
BonEngineSharp
A simple and fun SDL-based game engine in C#.
Stars: ✭ 16 (-15.79%)
Mutual labels:  gamedev, sprites
Pixelorama
A free & open-source 2D sprite editor, made with the Godot Engine! Available on Windows, Linux, macOS and the Web!
Stars: ✭ 2,535 (+13242.11%)
Mutual labels:  gamedev, sprites
Opensurge
A fun 2D retro platformer inspired by Sonic games and a game creation system.
Stars: ✭ 143 (+652.63%)
Mutual labels:  gamedev, retro

Tuile

Tuile (french for tile) is a 2D graphics engine inspired from old hardware and based on layers, tiles sets, tile maps and sprites. Its scanline rendering pipeline makes it perfect for raster effects.

Just a rendering pipeline

Tuile rendering pipeline outputs everything to a framebuffer. You can therefore use your favorite game engine to display the resulting frames. Note that this repository uses Ebiten for all the samples.

Samples

You can check the available samples in the samples directory. For instance, you can run the curvature sample using the following commands:

cd samples/curvature
go run .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].