DEV Community

Discussion on: Making a 2D RPG game with react-three-fiber

Collapse
 
seanmclem profile image
Seanmclem

This is amazing. Do you think a lot of the 2D scripts for things like colliders and movement would adapt well to 3D?

Collapse
 
flagrede profile image
Florent Lagrede

The current scripts works well for a grid based game, either 2D or 3D since collision and movement are computed based on tiles. For a non grid game it would be best to use something like use-canon or plankjs depending what your game needs.