Skip to content

[WIP] Move drawing code into userland (fixes #76)

username-removed-369490 requested to merge kaod/bussard:expose_ui into master

Includes game drawing, HUD and starfields.

This first iteration adds a new src.draw file (which is just a regular config file despite its name). The player can define their own drawing routine by setting ship.draw in any config, which is expected to be function(ship, bodies, starfields, dt).

love.graphics is exposed to userland as global graphics.

Merge request reports