承接 phpgl/visu-quickstart 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phpgl/visu-quickstart

Composer 安装命令:

composer require phpgl/visu-quickstart

包简介

README 文档

README

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.

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

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

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

统计信息

  • 总下载量: 170
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2024-01-30