GLBasic: HTML5 Compiler
GLBasic: HTML5 Compiler
Gernot Frisch,www.glbasic.com
2021년 3월 13일
326 조회수
0 리뷰 수
0+ 추정 판매량
N/A 긍정 평가

게임 정보

출시일: 2021년 3월 13일
개발사: Gernot Frisch,www.glbasic.com
퍼블리셔: Dream Design Entertainment
플랫폼: Windows
출시 가격: 10,500 원
장르: 캐주얼, 게임 개발

업적 목록

업적 정보가 없습니다.

추천 게임

Press Ctrl 2021년 3월 16일

게임 소개

GLBasic: HTML5 Compiler

This compiler, using Emscripten, results in an html webpage, that runs your GLBasic application/game in any modern webbrowser.

상세 설명
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.

스크린샷

접속자 수

가격 정보

업적 목록

업적 정보가 없습니다.

요약 정보

스팀 리뷰

스팀 리뷰가 존재하지 않습니다.