Search found 6 matches
- Sun Jul 17, 2022 6:16 am
- Forum: Libraries and Tools
- Topic: Android Shell Code
- Replies: 5
- Views: 15332
Re: Android Shell Code
Can you please explain why writing to /sdcard is considered bad practise and what we should use instead? Just stating not to do it without an alternative isn't very helpful. :( After so many years I finally came back to this topic again, sorry for inconveniences caused. I've been working on PC late...
- Sun Jul 17, 2022 6:06 am
- Forum: Libraries and Tools
- Topic: Simple threaded STFT (FFT) module for LOVE 11.0+
- Replies: 2
- Views: 3106
Re: Simple threaded STFT (FFT) module for LOVE 11.0+
Awesome library! I do have a few things to note though: - not sure if this library works with streaming sources or not. - tell is not an accurate way to tell position, but i guess for an fft that just needs to look nice, it will work. - since your library uses multiple files, you really should use ...
- Sun Jul 17, 2022 3:13 am
- Forum: Libraries and Tools
- Topic: Simple threaded STFT (FFT) module for LOVE 11.0+
- Replies: 2
- Views: 3106
Simple threaded STFT (FFT) module for LOVE 11.0+
Hello community! As a rhythm game player, I've always been fascinated with audio processing. Using SoundData and threading features that LOVE provide, it is possible to create (almost-)real-time yet non-blocking FFT module that may be useful if you'd like t create audio visualizer or any kind of spe...
- Thu Jan 21, 2021 1:29 am
- Forum: Support and Development
- Topic: How to connect with input method to obtain Chinese input
- Replies: 3
- Views: 6882
Re: How to connect with input method to obtain Chinese input
Thanks for sharing! The works well.
Code: Select all
SDL2.dll
- Thu Mar 26, 2020 4:33 pm
- Forum: Libraries and Tools
- Topic: Android Shell Code
- Replies: 5
- Views: 15332
Re: Android Shell Code
And I found a tiny bit more interesting below os.execute(). With this function we can make pur LOVE game write contents to external directories without root permission. The idea is the Linux behind every Android device. If you want to create an external directory, use: os.execute("mkdir /sdcard...
- Thu Mar 26, 2020 12:58 am
- Forum: Libraries and Tools
- Topic: Android Shell Code
- Replies: 5
- Views: 15332
Re: Android Shell Code
Woah, so happy to see that os.execute() is working on LOVE Android!
So I guess os.time() and os.date() would work too!
So I guess os.time() and os.date() would work too!