Search found 13 matches

by wolf
Sat Jul 31, 2021 6:18 pm
Forum: Libraries and Tools
Topic: Groverburger's 3D Engine (g3d) v1.5.2 Release
Replies: 218
Views: 480426

Re: Groverburger's 3D Engine (g3d) v1.4 Release

Hey Groverburger, I want to work on a 3D game soon and I thought your 3D engine seems pretty nice to get started on 3D development. I basically want to create a 3D adventure that takes place in a maze. I might want to add some 3D models for creatures and items and also a few basic animations for cre...
by wolf
Wed May 12, 2021 8:01 am
Forum: Support and Development
Topic: love.joystick.setGamepadMapping for unrecognised joysticks?
Replies: 5
Views: 10391

Re: love.joystick.setGamepadMapping for unrecognised joysticks?

I'm struggling with the same issue. However, it seems even though my 8BitDo SNES30 controller isn't properly recognised (only the X,Y,A,B buttons work as expected with the API), it should be possible to make it work manually. I've noticed the joystick:getAxis() APIs actually do return the correct ax...
by wolf
Tue Jan 12, 2021 10:49 am
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 747403

Re: Simple Tiled Implementation - STI v1.2.3.0

I am reasonably new to Lua, but in general an experienced developer, so with that said, I believe I encountered 2 bugs or perhaps 1 bug and 1 missing feature. I created a map in Tiled. In the map I added an object layer. On the object layer I've added tile objects (objects that a represented by spri...