Coder Social home page Coder Social logo

model-renderer's Introduction

Model Renderer

Overview

A WebGL engine for rendering .OBJ model files in 3D space. Repository template for Vue.js projects

Features

  • Webpack Compilation
  • Babel transpiling
  • Live development via Hot module reloading
  • Local and Docker deployment
  • NPM and yarn support (yarn by default)

Dependencies

  • Node.js
  • Yarn package manager (Default - npm alternatively is supported)
  • Docker (optional - for Docker deployment)
  • Bash (optional - for scripted Docker deployment)

Yarn Run Commands

Local use with Yarn package manager.

Development - "run dev'

Accessible on Localhost:8080.

cd app
yarn
yarn run dev

Build - "run build"

Compiles the project source ready for deployment, exports to app/dist.

cd app
yarn
yarn run build

NPM Run Commands

Local use with Node package manager.

Please Note - This repository has been configured using Yarn and therefore does not contain a lock-file for NPM.

Development - "run dev'

Accessible on Localhost:8080.

cd app
npm install .
npm run dev

Build - "run build"

Compiles the project source ready for deployment, exports to app/dist.

cd app
npm install .
npm run build

Docker Deployment

Deploys to Docker via Docker-compose

Development

Scripted Deployment

sudo chmod +x deployment/dev.sh
./deployment/dev.sh

Manual Deployment

docker-compose -p model-renderer-dev -f docker-compose.dev.yml up -d --build --remove-orphans

Production

Scripted Deployment

sudo chmod +x deployment/prod.sh
./deployment/prod.sh

Manual Deployment

docker-compose -p model-renderer -f docker-compose.yml up -d --build --remove-orphans

model-renderer's People

Contributors

treed1104 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.