Generate LoFi music on the go. You create your own atmosphere; LoFi Engine sets the mood.
- Procedural LoFi track generation using Tone.js
- Customizable ambient tracks
- Customizable effects
- Customizable look and feel
- Keyboard shortcuts for all actions
- Offline support
- Cross-platform support (Linux, Mac, Windows)
- Browser deployment
- Purchasing a domain
- Mobile support (iOS, Android)
- More customization options and effects
- Improved procedural generation algorithms
- User feedback integration
- Create your own LoFi studio with your unique music with minimal touches from this and that. Be the Artist.
- Works with major desktop platforms: Linux, Mac, and Windows.
- Doesn't require an internet connection; your experience is fully private.
- LoFi Engine's main focus is customization, accessibility, and artistic freedom.
- Playback: If you want to listen to music or just listen to birds singing freely, you choose.
- Look: With carefully crafted artworks from talented artists, long study sessions become a joy.
- Ambience: A windy evening or the sound of waves crashing into the sand of a sunny beach brings peace.
Any action or click you can do with the mouse has a shortcut for it with the keyboard. For playback, effects, ambient tracks, look, etc.
All information about the app and shortcuts is available in the info box accessible via the ESC key.
The LoFi track is now generated procedurally using Tone.js, providing a dynamic and unique listening experience every time. We are actively seeking feedback from users to refine and improve the track generation process. Your input will help us enhance the quality, variety, and customization of the generated music.
If you have suggestions or encounter any issues, please let us know by opening an issue or contributing directly to the project. Together, we can make LoFi Engine even better!
To run LofiEngine locally, follow these steps:
- Node.js (v14 or later)
- pnpm (v6 or later)
- Rust (latest stable version)
- Tauri prerequisites (based on your operating system)
-
Clone the repository:
git clone https://github.com/meel-hd/lofi-engine cd lofi-engine
-
Install dependencies:
pnpm install
To run the app in development mode:
pnpm tauri:d
This command will start both the Vite dev server for the frontend and the Tauri development process for the native shell.
To build the app for production:
pnpm tauri:b
This will create a production-ready build of your application in the src-tauri/target/release
directory.
pnpm dev
: Run the Vite development server without Tauripnpm build
: Build the frontend assets without Tauripnpm preview
: Preview the built frontendpnpm check
: Run Svelte type checking
We welcome contributions from the community! If you're interested in contributing to LoFi Engine, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with clear and descriptive messages.
- Push your changes to your fork.
- Open a Pull Request to the
main
branch of this repository.
This project is licensed under the MIT License. Feel free to use, modify, and distribute this code as per the terms of the license.