此内容需要在 Steam 上拥有基础应用程序 GLBasic SDK - A Multiplatform BASIC Compiler 才能畅玩。

发行日期:
2021 年 3 月 13 日
标签
截图 #1

想要将此项目添加至您的愿望单、关注它或标记为已忽略,请先登录

不支持简体中文

本产品尚未对您目前所在的地区语言提供支持。在购买请先行确认目前所支持的语言。

DLC

此内容需要在 Steam 上拥有基础应用程序 GLBasic SDK - A Multiplatform BASIC Compiler 才能畅玩。

购买 GLBasic: HTML5 Compiler

特价促销!剩余时间

-25%
$9.99
$7.49
 

关于此内容

This compiler, using Emscripten, results in an html webpage, that runs your GLBasic application/game in any modern webbrowser. You can also use it to export GLBasic function to JavaScript for other projects. Emscripten will compile a wasm (Web assembly) for you, that runs really fast.
There are two options included:
  • HTML5-WebGL - This uses the webgl backend and allows fast graphics, using hardware accelleration
  • HTML5 - This uses a builtin graphics engine, that renders the output per pixel. It's not as fast as webgl, but more compatible for older computers or computers with higher security limitations.

There are some limitations, though:
  • You must run the main loop using SETLOOPSUB, instead of a classic WHILE TRUE; ...; WEND loop.
  • File write access is quite limited
  • The data must be loaded using a real webserver, or a local webserver (included for testing). Modern browsers will refuse to load graphics, if you just open the html file from the local drive.

系统需求

    最低配置:
    • 内存: 4 GB RAM
    推荐配置:
    • 内存: 8 GB RAM
此产品无任何评测

您可以为此产品撰写您自己的评测,与社区分享您的使用体验。在本页面购买按钮上方的区域撰写您的评测。