dmytromn21 / foam-babylon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Known Vulnerabilities

Babylon Express Server

An implementation of Express and BabylonJS to make it easier to code BabylonJS apps in NodeJS.

This repository is intended to allow BabylonJS coders to use NodeJS to host their BabylonJS sites via Express. Start with this project, replace the sample code in the /public/js/index.js file with your BabylonJS code.

Installation

After brining the code down run:

npm update

How to use Babylon Express Server

After completing the installation just replace the code in /public/js/index.js or add any JavaScript files needed. Ensure that if additional JavaScript files are added that you modify the index.html file to reference them

License

MIT

  1. Frontend (babylon)
  2. Backend(mongodb )-> babylon scene is serialised and dumped in mongo
  3. Image Processing

python -m uvicorn api:app --reload

About

License:MIT License


Languages

Language:JavaScript 72.9%Language:HTML 17.4%Language:Python 9.7%