Git Product home page Git Product logo

gsom_pawns's Introduction

gsom_pawns

The aim of this addon is to provide a framework for characters with various movement styles. This addon does NOT handle user input, but it provides an easy way to relay your (or AI) input to pawns.

The concept of a Pawn is derived from Unreal Engine where:

A Pawn is the physical representation of a player or AI entity within the world. [...] represents the physical location, rotation, etc. of a player or entity within the game.

Here the idea is the same, although the implementation is very different - the Godot-way.

GsomPawn

This node is the key part of the framework. It expects to be a child of Node3D - your character, that you are going to script later. For this GsomPawn node, you have to choose a scene that represents its body. The scene must be a PackedScene, where root is a Node3D. Any descendant of Node3D is fine, and can optionally have linear_velocity and angular_velocity properties (as physics nodes would).

Example structure:

MainScene
|---Controller # not a child of pawn or character
|   |---Camera # <-- the actual camera is inside controller
|   |---Hud
|   |---EscMenu
|
|---Character # <-- this is yours, attach a script here
    |---GsomPawn # <-- this is the GsomPawn node
    |   |   [GsomPawn.scene] # <-- your scene defines the body
    |   |---PawnHandler1
    |   |---PawnHandler2
    |   |---PawnHandler3 # <-- these extend GsomPawnHandler
    |   
    |---Mesh # anything else that you need for a character
    |---AudioStep

gsom_pawns's People

Contributors

raub avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.