Skip to content

Application Structure

Jonathan Chan edited this page Jul 31, 2018 · 3 revisions

LambdaNative applications live in the apps framework subdirectory. These are the files that make up an application:

File Description
main.scm Application source code, REQUIRED
VERSION Application version number, REQUIRED
LIBRARIES List of library dependencies, REQUIRED
MODULES List of module dependencies, REQUIRED
artwork.* Application icon, REQUIRED for GUI applications
[[textures(dir) textures(dir)]]
[[sounds(dir) sounds(dir)]]
FONTS List of pre-rendered bitmap fonts
STRINGS List of pre-rendered strings
EMBED List of files to embed into the application
global-macros.scm Macros to be visible to entire project code

Clone this wiki locally