Sure, feel free
Search found 15 matches
- Sun Aug 11, 2024 2:43 pm
- Forum: Games and Creations
- Topic: 3D Physics Engine
- Replies: 16
- Views: 30464
- Sun Aug 11, 2024 2:42 pm
- Forum: Games and Creations
- Topic: 3D Physics Engine
- Replies: 16
- Views: 30464
Re: 3D Physics Engine
I was looking for a 3D physics engine in lua and this looks very good! I'm a Unity developer, but I have an authoritative server written in lua and my aim is doing all physics calculation there and using Unity only as viewer, level designer and to collect input. I also need the simulation to be det...
- Wed Mar 20, 2024 10:48 pm
- Forum: Games and Creations
- Topic: 3D Physics Engine
- Replies: 16
- Views: 30464
Re: 3D Physics Engine
An RPG dungeon crawler would be pretty awesome! If you do plan on making it, make sure to use the version from my GitHub since that's the one being constantly updated.
- Mon Mar 18, 2024 7:29 pm
- Forum: Games and Creations
- Topic: 3D Physics Engine
- Replies: 16
- Views: 30464
- Mon Mar 18, 2024 2:49 am
- Forum: Games and Creations
- Topic: 3D Physics Engine
- Replies: 16
- Views: 30464
Re: 3D Physics Engine
Just updated it with the source at the top. Please credit me if you plan to use the code, thanks!
- Sun Mar 17, 2024 7:27 pm
- Forum: Games and Creations
- Topic: 3D Physics Engine
- Replies: 16
- Views: 30464
Re: 3D Physics Engine
You came up with your own algorithm? That's pretty impressive. Yup! The first iteration actually used GJK and EPA but I was having a hard time trying to figure out how to produce a contact manifold from it. I eventually found a source that instead uses clipping to compute the contact manifolds but ...
- Sun Mar 17, 2024 5:37 pm
- Forum: Games and Creations
- Topic: 3D Physics Engine
- Replies: 16
- Views: 30464
Re: 3D Physics Engine
Thanks guys!
- Sun Mar 17, 2024 12:17 am
- Forum: Games and Creations
- Topic: 3D Physics Engine
- Replies: 16
- Views: 30464
3D Physics Engine
Sup y'all. Been working on a 3D physics engine for a while and finally made progress with this. This engine uses a clipping algorithm that I came up with and does not rely on GJK/EPA or SAT. This does give the disadvantage of it only working with vertex shapes. Screenshots https://i.imgur.com/mBAgMb...
- Wed Jan 13, 2021 11:54 am
- Forum: Games and Creations
- Topic: FAGE - My new 3D engine for Love.
- Replies: 3
- Views: 11887
Re: FAGE - My new 3D engine for Love.
Hey sorry for the (extremely) late response! I've posted the demo file on my github.
https://github.com/ShoesForClues/fage/releases
https://github.com/ShoesForClues/fage/releases
- Fri Aug 28, 2020 3:22 pm
- Forum: Games and Creations
- Topic: FAGE - My new 3D engine for Love.
- Replies: 3
- Views: 11887
FAGE - My new 3D engine for Love.
Fun Arcade Game Engine BoY-vZjURwY During this quarantine, I've been working on a 3D engine for LÖVE. Currently supports Wavefront (.obj) and COLLADA (.dae) files. This is done entirely in Lua with no FFI so porting shouldn't be a problem. I plan on releasing this as open source once I finish imple...