Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.57 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.57 KB

archived project

This version of extras works with Raylib-CSLo. However as Raylib-CSLo is now in an Archived state, so too is this extras project.

extras-cs

Useful comonents for use the [Raylib](https://www.raylib.com/) library (C# language version).

Building

Projects are included

Cameras

There are 3 different camera controllers provided in raylib-extras. Each one is intended to show an example of a different way to move the camera around a scene.

rlFPCamera

This is a first person camera. It uses the traditional mouse and WASD keys for movement. It provides position and view angle data back to the calling application. See \samples\rlFPCamera_sample for a simple use case.

fpCamera

rlTPCamera

This is a third person camera. It uses the traditional mouse and WASD keys for movement. It follows a target position and lets the user rotate around that as it moves. See cameras/rlTPCamera/samples/example.cpp for a simple use case. tpCamera

rlFreeCamera

TODO

Other langauges

raylib-extras is broken up into seperate repositories per language.