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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
I

IronWarrior/SuperCharacterController

0
View on GitHub↗
0 estrellas·0 forks·1 vista

SuperCharacterController

Features

  • Character Controllers - Controller for 3D character movement and physics.
  • Scripting and Utilities - Custom character controller.

Historial de estrellas

Gráfico del historial de estrellas de ironwarrior/supercharactercontrollerGráfico del historial de estrellas de ironwarrior/supercharactercontroller

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a SuperCharacterController

Proyectos open-source similares, clasificados según cuántas características comparten con SuperCharacterController.
  • cjddmut/unity-2d-platformer-controllerAvatar de cjddmut

    cjddmut/Unity-2D-Platformer-Controller

    990Ver en GitHub↗

    A customizable 2D platformer motor that handles mechanics such as double jumps, wall jumps, and corner grabs. Includes a player controlled prefab that can be dropped into any scene for immediate support.

    C#
    Ver en GitHub↗990
  • prime31/charactercontroller2dAvatar de prime31

    prime31/CharacterController2D

    1,111Ver en GitHub↗

    CharacterController2D

    C#
    Ver en GitHub↗1,111
  • owenashurst/agar.io-cloneAvatar de owenashurst

    owenashurst/agar.io-clone

    2,964Ver en 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
    Ver en GitHub↗2,964
  • dimforge/rapierAvatar de dimforge

    dimforge/rapier

    5,471Ver en 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
    Ver en GitHub↗5,471
Ver las 30 alternativas a SuperCharacterController→

Preguntas frecuentes

¿Cuáles son las características principales de ironwarrior/supercharactercontroller?

Las características principales de ironwarrior/supercharactercontroller son: Character Controllers, Scripting and Utilities.

¿Qué alternativas de código abierto existen para ironwarrior/supercharactercontroller?

Las alternativas de código abierto para ironwarrior/supercharactercontroller incluyen: cjddmut/unity-2d-platformer-controller — A customizable 2D platformer motor that handles mechanics such as double jumps, wall jumps, and corner grabs. Includes… prime31/charactercontroller2d — CharacterController2D. 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… jrouwe/joltphysics — JoltPhysics is a high-performance C++ physics engine designed for multi-threaded simulation of 3D rigid bodies and… godotengine/godot-demo-projects — This repository is a comprehensive collection of functional 2D and 3D demo projects and implementation samples for the… avianphysics/avian — Avian is a 2D physics engine and rigid body dynamics simulator designed to calculate physical motion using mass,…