Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mario-deluna/php-game-framework

A 3D / 2D PHP Game Engine, a collection of helpers and wrappers around Glfw.
https://github.com/mario-deluna/php-game-framework

Last synced: 3 months ago
JSON representation

A 3D / 2D PHP Game Engine, a collection of helpers and wrappers around Glfw.

Awesome Lists containing this project

README

        

# PHP Game Framework

> **VISU**
>
> Please checkout [VISU](https://github.com/phpgl/visu), which is the evolution of the PHP game framework.
>
> https://github.com/phpgl/visu

A collection of helpers and wrappers around PHP-GLFW to build simple games and graphical applications 2D and 3D in PHP.

## Examples

PHP Textured cubes:


Textured 3D Cubes Rendered in PHP

PHP Model loading and rendering:


3D Model loading and Rendering in PHP