- 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.
At the moment, there is only one main LoFi track playing in a loop. For a better and more customizable experience, the main LoFi track should be generated on the go. The current suitable solution could be done using Magenta.js. Learn more!.
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/yourusername/LofiEngine.git cd LofiEngine
-
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.
We are looking for contributors to help with implementing real-time music generation. If you have experience with:
- Magenta.js or other music generation libraries
- Real-time audio processing
- Music theory and composition
Please consider contributing to this exciting feature!
MIT