README ¶ SequelDL Simple and clean SDL-based engine with integrated RDBMS backend using SQL. Try it Various demos are in demos/. Simply run make run. Tested with sqlite 3.31.1 and sdl2 2.0.10 installed. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Run(save backend.Save, load backend.Load, makeProcessor MakeProcessor, ...) type MakeProcessor Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(save backend.Save, load backend.Load, makeProcessor MakeProcessor, wrap sdlex.Wrap) Types ¶ type MakeProcessor ¶ type MakeProcessor func(backendHandle *backend.Handle, sdlWrap *sdlex.SdlWrap, wrap sdlex.Wrap) (*event.Processor, error) Source Files ¶ View all Source files assemble.go Directories ¶ Show internal Expand all Path Synopsis backend demos menu menu/object menu/state/button menu/state/draw menu/state/scene menu/wrap minimal minimal/state/idle minimal/wrap wildfire wildfire/object wildfire/state/burn wildfire/state/idle wildfire/wrap event state sdlex Click to show internal directories. Click to hide internal directories.