An open API service indexing awesome lists of open source software.

https://github.com/menacingmecha/gd_fpcc

First person character controller for Godot Engine 3.x
https://github.com/menacingmecha/gd_fpcc

first-person fps gamedev godot godot-engine input

Last synced: over 1 year ago
JSON representation

First person character controller for Godot Engine 3.x

Awesome Lists containing this project

README

          

# gd_fpcc
![Godot Version](https://img.shields.io/badge/godot-v3.4-blue)
[![License](https://img.shields.io/github/license/MenacingMecha/gd_fpcc)](https://github.com/MenacingMecha/gd_fpcc/blob/main/LICENSE.txt)
[![Test](https://github.com/MenacingMecha/gd_fpcc/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/MenacingMecha/gd_fpcc/actions/workflows/test.yml)

[Play demo in browser!](https://menacingmecha.itch.io/gd-fpcc-demo)

First person character controller for Godot Engine 3.x

![Header](img/header.png)

## Features

- Supports simultaneous KB+M & gamepad
- Interacting with objects in the environment (all you need for a walking sim right out of the box!)
- Supports smoothly walking up and down ramps, with no sliding down
- Camera viewbob
- Easily extendible
- [Covered by tests](test/)