Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/endeyshentlabs/fluid

Build system for LOVE2D framework
https://github.com/endeyshentlabs/fluid

bash build-system build-tool love2d lua

Last synced: about 1 month ago
JSON representation

Build system for LOVE2D framework

Awesome Lists containing this project

README

        

# Fluid

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

## Initializing a project

```console
$ fluid-init
[NOTE] THIS IS NOT FINAL PRODUCT. EVERYTHING MAY BE CHANGED.
Name of the project: CoolProj
Build directory: Build
---------------
Name: CoolProj
Build directory: Build
Is this configuration is suitable to you? (Y/n) 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:

```console
$ ./fluid
```

## Cleaning

```console
$ ./fluid clean
```