Search found 491 matches

by baconhawka7x
Mon Oct 30, 2017 10:35 am
Forum: Support and Development
Topic: Referencing "self" inside of class functions outside of class creation
Replies: 3
Views: 4113

Referencing "self" inside of class functions outside of class creation

So I have a "Player.lua" file that returns a function, that creates / returns a class: player.lua function CreatePlayer() local player={ load=load, update=update, draw=draw, } setmetatable({},player) player.__index=player return player end As you see the class has 3 variables, load update ...
by baconhawka7x
Sun Aug 20, 2017 7:35 am
Forum: General
Topic: Monthly Love Mini Jams?
Replies: 5
Views: 5419

Re: Monthly Love Mini Jams?

I think that this would be very fun and want to paricipate, can one join in a few days only instead of weeks though? I'd be interested in this! My gut feeling is that every month might be too often for most people, though. Great feedback! Whatever works best for everyone, I don't want any strict ru...
by baconhawka7x
Wed Aug 09, 2017 11:06 pm
Forum: General
Topic: Monthly Love Mini Jams?
Replies: 5
Views: 5419

Monthly Love Mini Jams?

There was a thread that I saw on here that I really enjoyed, I can't seem to remember what it was called (Code art, something like that?). It was a thread of small creations, not usually games. Recently I found this project: http://creativecoding.club/ where they create web-based things every month....
by baconhawka7x
Thu Jul 20, 2017 12:32 am
Forum: Ports
Topic: LÖVR - a LÖVE-like engine for virtual reality
Replies: 31
Views: 164941

Re: LÖVR - a LÖVE-like engine for virtual reality

This is amazing! So impressive.
by baconhawka7x
Tue Apr 11, 2017 5:29 pm
Forum: General
Topic: Music Production Tutorials..?
Replies: 5
Views: 5578

Re: Music Production Tutorials..?

Just please do note that mixing/mastering is nothing more than subjective; one may subvert any rules that may exist. For sure! I would just cover common mixing practices, plug-ins, etc. The most difficult thing for me is developing and writing the score. I'll do a tutorial on that this week! That's...
by baconhawka7x
Mon Apr 10, 2017 8:01 pm
Forum: General
Topic: Music Production Tutorials..?
Replies: 5
Views: 5578

Music Production Tutorials..?

Would anybody be interested in a music production tutorial series to help with or start making their own game music? I would be using ableton which works on mac and windows os. I could do anything from the basics of the program to how to mix/master your finished songs. Let me know if anyone would be...
by baconhawka7x
Sun Feb 26, 2017 7:10 pm
Forum: Support and Development
Topic: Ios simulator error
Replies: 4
Views: 3944

Re: Ios simulator error

Alrighty
by baconhawka7x
Sun Feb 26, 2017 6:31 pm
Forum: Support and Development
Topic: Ios simulator error
Replies: 4
Views: 3944

Re: Ios simulator error

It sounds like his issue was love crashing when he touches the screen. My love won't even start up.
by baconhawka7x
Sun Feb 26, 2017 5:55 pm
Forum: Support and Development
Topic: Ios simulator error
Replies: 4
Views: 3944

Ios simulator error

I am able to run love on ios simulators without my .love bundled with it. But after I put my .love into the ios source to make it a bundled application I am unable to run it on any simulators. It opens up to a white screen and stays there. I am getting this Screen Shot 2017-02-26 at 9.53.36 AM.png I...
by baconhawka7x
Mon Sep 12, 2016 2:00 am
Forum: Games and Creations
Topic: Liquid Runner
Replies: 10
Views: 8885

Re: Liquid Runner

technomancy wrote:Thanks for the heads-up; I was unable to test on Mac. I have uploaded a new version that should avoid this problem though.
Works great now, cool concept