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.

스크린샷

접속자 수

가격 히스토리

출시 발매가

10500 원

요약 정보

윈도우OS
캐주얼 게임 개발
영어, 독일어
http://www.glbasic.com/

오픈마켓 가격 정보


블로그 포스트 정보

  • 요다의 책빵 윈도우 실행 파일 PE 헤더 정보 조사

    pdf PE101 - 윈도우 실행 파일 공략 : https://github.com/corkami/pics/blob/master/binary/pe101/pe101ko.pdf PE... 메뉴에 “compiler-stamp” 항목에서 확인 가능 Python 예시 " " 모든 델파이 바이너리는 1992년 6월...

  • Life in Mornington Peninsula ARM과 파워PC에 기반한 임베디드 프로그래밍 최적화 기법

    <리스트 5> 다중 함수 호출 예제 void foo(const char *str) { int i; for (i = 0; i < strlen(str); i++) { … } }... 호출하는 foo와 달리 한번만 호출한다. <리스트 5>의 foo는 str의 길이가 길어질수록 눈에 띄게 속력이 느려지

  • December Dream ARM과 파워PC에 기반한 임베디드 프로그래밍 최적화 기법

    <리스트 5> 다중 함수 호출 예제 void foo(const char *str) { int i; for (i = 0; i < strlen(str); i++) { … } }... <리스트 5>의 foo는 str의 길이가 길어질수록 눈에 띄게 속력이 느려지지만 bar는 항상 고정 시각에 루프를...


업적 목록

    -

스팀 리뷰

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

코멘트