Skip to content
oblerion edited this page Apr 14, 2022 · 3 revisions

Welcome to the love2d.cs wiki!

difference between love2d and love2d.cs

  • this framework work with monogame in c#
  • loading asset need to use monogame pipeline
  • graphics_draw() use Texture2d type
  • graphics_print() use SpriteFont type
  • graphics_setColor() graphics_clear() use Color type
  • keyboard_isDown() use Keys type
Clone this wiki locally