Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/endeyshentlabs/fluid
- Owner: EndeyshentLabs
- License: mit
- Created: 2023-03-03T11:40:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T11:23:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T05:08:52.646Z (about 1 month ago)
- Topics: bash, build-system, build-tool, love2d, lua
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```