๐Ÿ“ฆ Bigfoot71 / M7

Mode 7 rendering module for raylib

โ˜… 5 stars โ‘‚ 0 forks ๐Ÿ‘ 5 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/Bigfoot71/M7.git
HTTPS git clone https://github.com/Bigfoot71/M7.git
SSH git clone git@github.com:Bigfoot71/M7.git
CLI gh repo clone Bigfoot71/M7
Bigfoot71 Bigfoot71 Module corrected and example improved. f806408 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ res
๐Ÿ“ src
๐Ÿ“„ .gitmodules
๐Ÿ“„ LICENSE
๐Ÿ“„ Makefile
๐Ÿ“„ raylib
๐Ÿ“„ README.md
๐Ÿ“„ README.md

M7: Mode 7 Rendering Module

M7 is a single-header module written in C99, designed to facilitate Mode 7 rendering using raylib.

How to Use

The header file and the provided example are all you need to understand how to use M7 effectively.

If you'd like to compile the example while also cloning and building the latest version of raylib with M7, follow these steps:

git clone --recursive https://github.com/Bigfoot71/M7.git
cd M7
make setup
make && ./M7Demo

If you initially cloned M7 without raylib and now wish to integrate raylib, you can do so within the M7 directory:

git submodule update --init --recursive

Alternatively, you can clone the repository alone and directly use the header with your existing raylib setup.

Enjoy ๐Ÿ˜„