Skip to content

EndeyshentLabs/Fluid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluid

Fluid is a build system for projects made with LOVE2D(Lua programming language) framework.

Initializing a project

$ fluid-init
[NOTE] THIS IS NOT FINAL PRODUCT. EVERYTHING MAY BE CHANGED.
Name of the project: <stdin> CoolProj
Build directory: <stdin> Build
---------------
Name: CoolProj
Build directory: Build
Is this configuration is suitable to you? (Y/n) <stdin> Y
... WGET STUFF ...
[NOTE] Do not forget to add your project files into config.fluid!

NOTE: project reinitialization will overwrite the existing config.fluid!

Building

If you have already initialized a project:

$ ./fluid

Cleaning

$ ./fluid clean