このコンテンツを実行するには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 RAM
    推奨:
    • メモリー: 8 GB RAM
この製品のレビューはありません

この製品の自分のレビューを書いて、コミュニティとあなたの経験を共有してみましょう。このページの購入ボタンの上のエリアを使用して、レビューを書きましょう。