https://github.com/engineersmith/mintmousse
A love customizable web console
https://github.com/engineersmith/mintmousse
console easy-to-use library love love2d love2d-framework love2d-library websocket
Last synced: 16 days ago
JSON representation
A love customizable web console
- Host: GitHub
- URL: https://github.com/engineersmith/mintmousse
- Owner: EngineerSmith
- License: mit
- Created: 2023-05-11T14:35:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T15:03:49.000Z (23 days ago)
- Last Synced: 2025-04-09T05:46:57.150Z (19 days ago)
- Topics: console, easy-to-use, library, love, love2d, love2d-framework, love2d-library, websocket
- Language: Lua
- Homepage: https://github.com/EngineerSmith/MintMousse/wiki
- Size: 293 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MintMousse
MintMousse is a web console for your Love project. Mint Mousse is fully customizable with different components and tabs that update in near real time. It has been designed to be as simple to use, and easy to build on if you wanted to add your own components.## Quickstart
```
cd loveProject
git clone https://github.com/EngineerSmith/MintMousse --recurse-submodules libs/.
```
```lua
local mintMousse = require("libs.MintMousse")
-- to do write docs...
```## Docs
Check out our [wiki][doclink]## Credits
Massive thank you to our dependencies! Without them the MintMousse wouldn't exist as it is.
* [Lustache][git.lustache]
* [Bootstrap][git.bootstrap]
* [Json.lua][git.json]
[doclink]: https://github.com/EngineerSmith/MintMousse/wiki
[git.lustache]: https://github.com/Olivine-Labs/lustache
[git.bootstrap]: https://github.com/twbs
[git.json]: https://github.com/rxi/json.lua