dev

  1. celsowm

    SGDK: How to make the camera follow the player?

    Hi ! I've created a small code of a box going ever to the right and a jump button But when I tried to move the camera, it did not work What I did wrong here? #include <jo/jo.h> // Structure to store the cube's position and velocity typedef struct { jo_pos3Df position; float velocity_y...
  2. celsowm

    Issue with Sphere Rotation on Sega Saturn Using Jo Engine

    I'm trying to build a simple low-poly sphere that is "playable" using a Sega Saturn gamepad (similar to the game Marble Madness) with Jo Engine The code I'm using is as follows: the result is: https://imgur.com/rytTvAq As you can see, the low-poly sphere is not rotating like a ball when I...
  3. vbt

    SSSDK 12.2

    GCC 11.1 (lto enabled) GMP 6.2.1 MPC 1.2.1 MPFR 4.1.0 Binutils 2.36.1 Newlib 4.1.0
Back
Top