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
이 제품에는 아직 평가가 없습니다.

이 제품의 평가를 직접 써서 자신의 경험을 커뮤니티와 공유할 수 있습니다. 구매 버튼 위의 기입란을 이용하여 자신만의 평가를 써 보세요.