Package files



Please enter urls for Game_*.pkg files:







Script file



Please enter the script



3D ENGINE STATUS: WAITING FOR NECESSARY COOKIES..
LOGIN STATUS: WAITING FOR COOKIES..
PURCHASE STATUS: WAITING FOR COOKIES..

dinoengine.com

groundbreaking way to bring the next level technologies to the web: 3d.

000 | 050 | 100 | 150 | 200 | 250 | 300 | 350 | 400 | 450 | 500


3d engine © 2013-2022 Tero Pulkkinen, All rights reserved.
dinoengine.com is a website created in Tampere.


3d engine © 2013-2022 Tero Pulkkinen, All rights reserved.
dinoengine.com is a website created in Tampere.

about and contact info

Introduction: article
Create(private): mesh
Vault(private): vault
Adverticement: Video

Resume cookie dialog: RESUME
Technology demonstration: Demo

Email address: terop@kotiposti.net
Phone number: +358 50 5827126

Github: https://github.com/terop2/GameApi (private repo)
Source Code: GameApi-sourcecode-v27.tar.gz.
Yours,


Development history of the project:








Terms and conditions:

documents

Available documents:

frequently asked questions

What is dinoengine.com?

How does the site work?

What are the advantages in your approach?

What are the disadvantages?

Is there a 3d model viewer that uses your engine?

Yes. It's here Useful other sites which you can drag and drop content to the viewer are at least:

What is the minimal node graph that can be deployed to web?

Important part for deployment is the properties of html_run, since it contains url to your hosting space, which you need to change. This ensures that any urls that you load inside the node graph can be fetched from your hosting space. Unrestricted url access is not allowed for copyright reasons.

Web server config(.htaccess) should be something like the following: (you should change the url)

Header set Access-Control-Allow-Origin "https://dinoengine.com" 
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"

What technologies are you using to provide the features of the site?

In addition to these external stuff, we have internal development in the following modules:

What kind of features are available in the base system?

Why do tool menus not do anything?

What keybindings are there in the tool?

What tools you should try immediately?

I get browser crashes when loading your web site in windows machines

Here's steps to fix some webgl2 problems in windows: It seems the default d3d11 webgl2 backend is somewhat broken, but happily its possible to fix the problem by using the opengl backend.

I get error while loading the animations

What browser should I use?

On my laptop I get the following benchmarks(this test: here(

What does blogs think about our site?

builder tool download

  • Application name: GameApi Builder
  • Application category: Modelling Tool, Gamedev
  • Operating system: Windows 10 64-bit
  • Download url: download msi
    • Rating: 5.0
    • RatingCount: 1
    • Price:0.00EUR
(doubleclick msi file to install it)
start menu -> GameApi-Builder v27.0 -> GameApi_Builder v27.0

  • Application name: GameApi Builder
  • Application category: Modelling Tool, Gamedev
  • Operating system: Ubuntu 64-bit amd64
  • Download url: download deb
    • Rating: 5.0
    • RatingCount: 1
    • Price:0.00EUR
sudo dpkg -i gameapi-builder_1.0-27.deb
gameapi-builder

  • Application name: GameApi Builder
  • Application category: Modelling Tool, Gamedev
  • Operating system: Linux/Docker container
  • Graphics Card: NVidia
  • Download url: download tar.gz
    • Rating: 5.0
    • RatingCount: 1
    • Price:0.00EUR
(install docker, nvidia-container-runtime)
sudo docker build -t builder-test:latest .
./run.sh