PHPackages                             phpgl/visu-quickstart - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. phpgl/visu-quickstart

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phpgl/visu-quickstart
=====================

5208PHP

Since Dec 23Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/phpgl/visu-quickstart)[ Packagist](https://packagist.org/packages/phpgl/visu-quickstart)[ RSS](/packages/phpgl-visu-quickstart/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

VISU Quickstart
===============

[](#visu-quickstart)

This is a quickstart guide to create a minimal and lightweight VISU application for rapid prototyping.

Using this quickstart will provide you with the bare minimum code and scaffolding for a simple VISU application. If you're looking for the **full scaffolding** for more complex applications where you maintain full control, check out [VISU Starter](https://github.com/phpgl/visu-starter).

The Quickstart will provide the following:

- A minimal application class `src/Application.php`.
    - `draw` method with a simple rendering pipeline prebuilt.
    - `update` method which is called at a fixed interval.
- Simple game loop metrics, showing the current FPS, frame times, and update times.
- Event handling and Input Events.
    - An `InputContext` with no actions assigned.
- Offscreen rendering to a texture by default.
- Properly resizing render target and HDPI handling.
- ECS (Entity Component System) is available.
- Vector Graphics frame is preinitialized.

Prerequisites
-------------

[](#prerequisites)

- PHP 8.1 or higher
- PHP-GLFW extension installed
- Composer

Usage
-----

[](#usage)

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
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance47

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5629918?v=4)[ClanCats](/maintainers/clancats)[@ClanCats](https://github.com/ClanCats)

---

Top Contributors

[![mario-deluna](https://avatars.githubusercontent.com/u/956212?v=4)](https://github.com/mario-deluna "mario-deluna (6 commits)")

### Embed Badge

![Health badge](/badges/phpgl-visu-quickstart/health.svg)

```
[![Health](https://phpackages.com/badges/phpgl-visu-quickstart/health.svg)](https://phpackages.com/packages/phpgl-visu-quickstart)
```

###  Alternatives

[carbon/includeassets

Include your assets (css, js) in an easy way into Neos

14235.7k15](/packages/carbon-includeassets)[components/modernizr

Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user's browser.

10256.1k8](/packages/components-modernizr)[rogervila/provably-fair

PHP implementation of Bustabit's Provably Fair system

1412.9k](/packages/rogervila-provably-fair)[eclipxe/sepomexphp

Servicio Postal Mexicano PHP Library (Unofficial)

101.1k](/packages/eclipxe-sepomexphp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
