Comments, Ideas, Suggestions.
Feel free to post here any comments, suggestions, and other ideas regarding the tutorial.
I just started looking through this. First, thank you for putting the time and energy into this.
It would be nice to have links at the end of the chapters that go straight to the next chapter so that it can easily be worked through like a book.
I'll follow up with more as I work my way through this tutorial over the next week or so.
I just tried to compile the final project just to see what it's supposed to look like and there was an error. The love.audio.newSource() in main.lua (line 3) is missing it's second parameter. I'm assuming it's supposed to be 'stream'.
I just started looking through this. First, thank you for putting the time and energy into this.
Thank you for your interest and for reporting the issues!
It would be nice to have links at the end of the chapters that go straight to the next chapter so that it > can easily be worked through like a book.
I've places minimal navigational links on the bottom of each page in "Part 1: Prototype". I'll try to figure out how to format them in a common way:
Previous section Top Next section
and update the second part.
I just tried to compile the final project just to see what it's supposed to look like and there was an error. The love.audio.newSource() in main.lua (line 3) is missing it's second parameter. I'm assuming it's supposed to be 'stream'.
My guess this is due to different version of Love interpreter. The code in the tutorial was written for Love v.0.9 and the current version is v.11.1.
I'll take a closer look and try to update the code.