This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import PhyKit | |
import Raylib | |
import RaylibC | |
// this file bridges two repositories together for easier use | |
// https://github.com/STREGAsGate/Raylib | |
// https://github.com/AdamEisfeld/PhyKit | |
// example use: | |
// let rigidbody : PHYRigidBody = PHYRigidBodyFromRaylibModel(model: Raylib.loadModel("Resources/ship.gltf"), scale: 0.5, isStatic: false, collisionType: .concave) |