awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
E

Egecekic/Unity-3d-Movements

0
View on GitHub↗
0 stars·0 forks·1 vue

Unity 3d Movements

Features

  • Character Controllers - 3D movement controller implementation.

Historique des stars

Graphique de l'historique des stars pour egecekic/unity-3d-movementsGraphique de l'historique des stars pour egecekic/unity-3d-movements

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Unity 3d Movements

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Unity 3d Movements.
  • owenashurst/agar.io-cloneAvatar de owenashurst

    owenashurst/agar.io-clone

    2,964Voir sur GitHub↗

    This project is a browser-based, real-time multiplayer action game where players control a character on a 2D canvas to absorb objects and grow in size. It utilizes a Node.js game server and WebSockets to synchronize game state, player movement, and chat across all connected participants. The application is delivered as a dockerized game application, ensuring consistent hosting and deployment across different cloud environments through containerized server environments. The system implements an authoritative server model that processes all game logic and physics to prevent cheating and mainta

    JavaScript
    Voir sur GitHub↗2,964
  • avianphysics/avianAvatar de avianphysics

    avianphysics/avian

    3,018Voir sur GitHub↗

    Avian is a 2D physics engine and rigid body dynamics simulator designed to calculate physical motion using mass, forces, and velocity. It provides a framework for simulating rigid body dynamics, collision detection, and joint constraints for games and applications. The engine utilizes a modular physics pipeline with a plugin-based architecture, allowing for the customization of simulation fidelity settings and the extension of collision backends. It includes a specialized kinematic character controller for implementing entity movement and sliding behavior against physical geometry. The syste

    Rust2d3dbevy
    Voir sur GitHub↗3,018
  • dimforge/rapierAvatar de dimforge

    dimforge/rapier

    5,471Voir sur GitHub↗

    Rapier is a cross-platform physics engine and rigid body dynamics solver designed for 2D and 3D simulations. It functions as a collision detection system and a robotics simulation framework, providing a consistent API for calculating physical interactions across different environments. The engine distinguishes itself with specialized robotics capabilities, including a toolkit for importing URDF and STL models to control multibody chains. It supports precise mechanical movement through inverse kinematics calculations and the application of PID controllers for dynamic body control. The simulat

    Rust
    Voir sur GitHub↗5,471
  • godotengine/godot-demo-projectsAvatar de godotengine

    godotengine/godot-demo-projects

    8,250Voir sur GitHub↗

    This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the Godot Game Engine. It serves as an interactive tutorial and reference library, providing a working codebase to demonstrate how to apply engine features in real-world scenarios. The collection focuses on practical implementation guides, covering a wide array of technical capabilities from basic engine fundamentals to advanced rendering and scripting techniques. It allows users to study the application of node-based composition, asset pipelines, and game logic through direct ex

    GDScript
    Voir sur GitHub↗8,250
Voir les 30 alternatives à Unity 3d Movements→

Questions fréquentes

Quelles sont les fonctionnalités principales de egecekic/unity-3d-movements ?

Les fonctionnalités principales de egecekic/unity-3d-movements sont : Character Controllers.

Quelles sont les alternatives open-source à egecekic/unity-3d-movements ?

Les alternatives open-source à egecekic/unity-3d-movements incluent : owenashurst/agar.io-clone — This project is a browser-based, real-time multiplayer action game where players control a character on a 2D canvas to… avianphysics/avian — Avian is a 2D physics engine and rigid body dynamics simulator designed to calculate physical motion using mass,… dimforge/rapier — Rapier is a cross-platform physics engine and rigid body dynamics solver designed for 2D and 3D simulations. It… godotengine/godot-demo-projects — This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the… jrouwe/joltphysics — JoltPhysics is a high-performance C++ physics engine designed for multi-threaded simulation of 3D rigid bodies and… cjddmut/unity-2d-platformer-controller — A customizable 2D platformer motor that handles mechanics such as double jumps, wall jumps, and corner grabs. Includes…