A downloadable tool for Windows and Linux

Download NowName your own price

GameApi Builder is a 3d modelling tool with over 600 features.

There's web interface in https://meshpage.org/  which contains large number of test cases checking all the features of the library. 

Easy version of deploy process is at https://meshpage.org/gltf_to_zip.php

It's possible to place animations created with the tool to your own web server, via MainLoopApi/save_deploy (which creates ready zip file for you) and linking your scene to it via normal links. Important thing to notice is the homepage url in html_run box, which specifies the location of your homepage/hosting space. This info is needed to download assets from the site. Some web server configuration(in .htaccess) is needed: (change the url to your own site)

Header set Access-Control-Allow-Origin "https://meshpage.org" 
Header set Cross-Origin-Embedder-Policy "require-corp" 
Header set Cross-Origin-Resource-Policy "same-site" 
Header set Cross-Origin-Opener-Policy "same-origin" 
Header set Access-Control-Allow-Headers "range"

Additionally your top-level html page should have header:

<?php

header("Cross-Origin-Opener-Policy: same-origin");

?>

Apparently specifying it in .htaccess is not enough to enable sharedarraybuffer and pthreads.

Source Code is at: https://meshpage.org/assets/GameApi-sourcecode-v28.tar.gzGithub repo is at: https://github.com/terop2/GameApi

Support email: terop@kotiposti.net

Download

Download NowName your own price

Click download now to get access to the following files:

gameapi-builder-docker-container.tar.gz 27 MB
gameapi-builder-docker-cmdline.tar.gz 46 MB
gameapi_cmdline.zip 55 MB
gameapi-builder_1.0-28.deb 28 MB
GameApi-Builder-v28.msi 31 MB

Development log

View all posts

Leave a comment

Log in with itch.io to leave a comment.