Search found 134 matches

by Guard13007
Mon Nov 25, 2024 3:56 am
Forum: Libraries and Tools
Topic: Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone
Replies: 58
Views: 333155

Re: Love2D Studio: A free tool to code and test fantastic games on iPad/iPhone

Made for iOS, but the default example code prints directly in the notch, making the text only partially visible. :salute:

Seriously, this is pretty cool, but that kind of initial experience will turn people away.
by Guard13007
Wed Nov 13, 2024 3:02 am
Forum: General
Topic: Atom alternatives
Replies: 12
Views: 26019

Re: Atom alternatives

As a former Atom user, VS Code is buggy, slow, and has annoying pop-ups and is a piece of garbage. I was willing to give it a chance for a whole year but it just sucks. I just found out Atom has been continued by a group under the name Pulsar, so it is the perfect Atom replacement, as it is just Ato...
by Guard13007
Tue Feb 16, 2021 3:43 am
Forum: General
Topic: Looking for opinions from people who use MoonScript!
Replies: 2
Views: 3853

Re: Looking for opinions from people who use MoonScript!

MoonScript favors brevity of syntax above all else. This can be handy and often is, but also allows you to write code that is a pain in the ass to read. (I am most aware of this from following the creator of MoonScript, who commonly writes code that I struggle to understand in his projects.) I perso...
by Guard13007
Thu Jan 28, 2021 10:13 pm
Forum: Games and Creations
Topic: Don't learn to code - WesternPunk
Replies: 14
Views: 25881

Re: Don't learn to code - WesternPunk

This is amazing, please keep working on it!
by Guard13007
Tue Oct 20, 2020 7:55 am
Forum: Libraries and Tools
Topic: Luaseq - Asynchronous helper library
Replies: 9
Views: 18919

Re: Luaseq - Asynchronous helper library

monolifed wrote: Sun Mar 01, 2020 8:06 pm This might be confused with luasec
I literally only opened this because I thought it was for this. Author, please consider renaming it
by Guard13007
Tue Oct 20, 2020 6:08 am
Forum: Games and Creations
Topic: egg - minimal node organized note taking program
Replies: 1
Views: 10561

Re: egg - minimal node organized note taking program

I would suggest adding more screens hots and information. Right now there isn't enough detail to really know what this is. :(
by Guard13007
Fri May 15, 2020 9:04 am
Forum: Games and Creations
Topic: Steam release: Push Blox 2 (PC) - free keys
Replies: 19
Views: 22150

Re: Steam release: Push Blox 2 (PC) - free keys

Thank you! (just claimed the second to last key there)
by Guard13007
Fri May 15, 2020 8:42 am
Forum: Libraries and Tools
Topic: Android Shell Code
Replies: 5
Views: 15540

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. :(
by Guard13007
Sat May 26, 2018 7:25 pm
Forum: Libraries and Tools
Topic: itchy - A simple version checker for games published on itch.io
Replies: 2
Views: 5085

Re: itchy - A simple version checker for games published on itch.io

Just released version 3.0.0:

- Rewritten to be used like a normal module instead of requiring you to start a thread and listen to a channel yourself.
- Added HTTPS support using libcurl and luajit-request.
- Uses Itch.io's new API endpoint, super up-to-date!