forked from usysrc/LICK
-
Notifications
You must be signed in to change notification settings - Fork 1
Live Interactive Coding Kit
rukano/LICK
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
"LICK is a small live coding environment for LÖVE. It basically just is a customized love.run which presses all errors to the command line(or in debug mode on screen). And reloads the “main.lua” everytime it is being changed NOTE: STILL IN DEVELOPMENT - EVERYTHING CAN CHANGE -- optional parameters -- lick.file = "<INSERT CUSTOM FILE HERE>" -- default is "main.lua" -- lick.debug = true -- displays errors in love window -- lick.reset = true -- calls love.load everytime you save the file, if set to false it will only be called when starting LÖVE -- lick.clearFlag = false -- overrides the clear() function in love.run "lib" is a collection of various functions and a classes which should accelerate the live coding process. Dokumentation: lib/docs/index.html
About
Live Interactive Coding Kit
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Lua 100.0%