Skip to content

claudemuller/tyler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tyler

screenshot

A tilemap editor written in Odin with Raylib.

Requirements

Running

make run

Todo

  • scroll tile UI
    • load spritesheet
    • cut out tiles into 1D array
    • reshape into 2D target array
    • build a texture from the 2D array
    • draw the texture into the UI, cutting off src as it scrolls
    • ensure that the mouse to tile mapping works with scrolling
  • multi tile selection
    • randomly place tiles from multi selection
  • reselectable/editable tiles
  • layers of tiles
  • adding colliders
  • bucket tool
  • scale slider
  • adjustable map size
  • UI panels draggable
  • toggle grid on/off
  • debug UI on right
  • paint tool
  • remove placed tiles
  • drag and pan with mouse

About

A tilemap editor in Odin and Raylib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors