Home

Awesome

logo_s

VISU - PHP Game Framework

A Modern OpenGL Framework for PHP, ex php-game-framework. VISU aims to be a simple, yet powerful framework for creating 2D and 3D games and applications. It comes with high level abstractions for common tasks but also allows you to access the underlying OpenGL API directly. Additionally, VISU provides an optional framework structure to quickly bootstrap a new application.

Visu is built on top of PHP-GLFW so make sure the extension is installed and enabled.

Features

Usage

Want to build something with VISU?

Check out the docs: visu.phpgl.net/

Quickstart

https://github.com/phpgl/visu-quickstart

Use Composer to create a new project based on visu-quickstart:

composer create-project phpgl/visu-quickstart -s dev --prefer-dist my-visu-project 

After the installation is complete, you can start the application by running:

cd my-visu-project
php ./bin/start.php

Scafolding

https://github.com/phpgl/visu-starter