您必須在 Steam 上擁有軟體主程式 GLBasic SDK - A Multiplatform BASIC Compiler 才能執行該內容。

所有評論:
無使用者評論
發行日期:
2021 年 3 月 13 日
標籤

登入以將此項目新增至您的願望清單、關注它,或標記為已忽略

不支援繁體中文

本產品尚不支援您的目前所在地的語言。購買前請先確認語言支援清單。

可下載的內容

您必須在 Steam 上擁有軟體主程式 GLBasic SDK - A Multiplatform BASIC Compiler 才能執行該內容。

購買 GLBasic: HTML5 Compiler

 

關於此內容

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 記憶體
    建議配備:
    • 記憶體: 8 GB 記憶體
此產品無任何評論

您可以撰寫評論來與社群分享您對於本產品的看法。請使用本頁面中位於購買按鈕上方的區塊來進行評論的編寫。