2D - General information

From Mashinky
Revision as of 13:04, 22 March 2021 by SunCZu (talk | contribs) (Created page with "Mashinky engine is able to load many different formats: * [https://en.wikipedia.org/wiki/DirectDraw_Surface *.dds] - preferred. DirectDraw Surface, it is native format for Di...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Mashinky engine is able to load many different formats:

  • *.dds - preferred. DirectDraw Surface, it is native format for DirectX. Industry standard, able to store in many different bit formats, very fast for loading, custom mipmaps, etc.
  • *.bmp
  • *.jpg
  • *.png
  • *.tiff
  • ...

Take a look into how to setup 2D editor to prepare exporter and your 2d editor