Search found 83 matches

by Nikki
Tue Feb 13, 2024 11:55 am
Forum: General
Topic: Please help with my code
Replies: 3
Views: 1573

Re: Please help with my code

Error Resources/anim8.lua:36: frameWidth should be a number, was "nil" so, as it say, one of anim8's functions is being called with nil instead of a number. to figure out which function you can look further in the error message : Resources/anim8.lua:101: in function 'newGrid' main.lua:12:...
by Nikki
Wed Feb 07, 2024 11:02 am
Forum: Libraries and Tools
Topic: Tiled Polygons - how to make tiled world smooth
Replies: 8
Views: 7526

Re: Tiled Polygons - how to make tiled world smooth

I made a little physics test thing using your 'tiled-polygons-01'

controls are the same (using the mousehweel to grow/shrink the terrain an position)
click will add a bunch of balls
by Nikki
Mon Jul 03, 2023 6:19 am
Forum: Support and Development
Topic: Share On Phone??
Replies: 7
Views: 1763

Re: Share On Phone??

If you follow the wiki you will get an app on YOUR iPhone, not on the app store. For an app on the app store you'll need to follow a few more steps after that, (get an apple developer account, codesign, verify your binary, get app approved, possibly make website and privacy statements) all of these ...
by Nikki
Sat Jun 24, 2023 7:27 am
Forum: Support and Development
Topic: Share in app store?
Replies: 2
Views: 2138

Re: Share in app store?

yes it's possible, check the iOS and android paragraph here:

https://love2d.org/wiki/Game_Distribution

keep in mind you'll need a developer account for apple and something similar for android/play store
by Nikki
Wed Jun 14, 2023 9:34 am
Forum: Games and Creations
Topic: Mipo Puppetmaker, out on app store (free)
Replies: 2
Views: 2381

Mipo Puppetmaker, out on app store (free)

Hi there, my first app is available on the app store

https://apps.apple.com/app/mipo-puppetm ... 6450050163

icon-1024.jpg
icon-1024.jpg (186.23 KiB) Viewed 2381 times
ingame3.jpg
ingame3.jpg (329.6 KiB) Viewed 2381 times
ingame1.jpg
ingame1.jpg (349.3 KiB) Viewed 2381 times
ingame4.jpg
ingame4.jpg (267.19 KiB) Viewed 2377 times
by Nikki
Sun Jun 04, 2023 7:59 pm
Forum: Support and Development
Topic: newThread filename path restrictions
Replies: 1
Views: 848

newThread filename path restrictions

Hiya, I'm running into an issue with newThread() my code base is organised in a way where i have a shared folder with reusable code called lib for many different apps to use: root/ lib/ all_the_apps/ app1/ main.lua app2/ main.lua for this to work nicely i just add a package.path = package.path .. &q...
by Nikki
Wed Apr 12, 2023 9:51 am
Forum: Support and Development
Topic: Sometimes callbacks aren't attached it seems.
Replies: 1
Views: 1205

Sometimes callbacks aren't attached it seems.

Hello everyone, I have a bit of a strange issue with my main dev machine (MacMini M1). About 10% of the time when I start my project, the app doesn't respond to mouse events. I feel that this issue is somehow related to other processes on my machine because sometimes it happens frequently, while oth...
by Nikki
Fri Feb 10, 2023 8:27 am
Forum: Libraries and Tools
Topic: Storylets and Love2d
Replies: 38
Views: 23936

Re: Storylets and Love2d

Nice, I had never heard of the term 'storylet' before, seems like a nice solution.
by Nikki
Wed Jan 18, 2023 9:38 am
Forum: Games and Creations
Topic: JellyBall: Softbody Based Physics Platformer [WIP]
Replies: 6
Views: 5357

Re: JellyBall: Softbody Based Physics Platformer [WIP]

Looks fun!

Any idea where the loveballs repo went ?

edit: found the new library , https://www.love2d.org/forums/viewtopic.php?t=84839
by Nikki
Mon Jan 16, 2023 5:15 pm
Forum: Support and Development
Topic: Coding a musical game using MIDI
Replies: 11
Views: 4056

Re: Coding a musical game using MIDI

I threw together a little sketch
It has midi playing from a file (starts after 1 sec) and you can hook up a midi keyboard and play.
It doesn't do any of the real gameplay