moethu / webg3n

3D web-viewer running g3n server-side
BSD 2-Clause "Simplified" License
100 stars 20 forks source link

Add Dockerfile and offscreen patch for g3n #19

Closed breiting closed 4 years ago

breiting commented 4 years ago

This PR contains a Dockerfile and Makefile for building a docker container. Use make build to build the docker container and make run to start it. Make sure to have docker installed on your system.

For off-screen support, the added offscreen patch needs to be applied to the modified g3n. NOTE: his should be handled in a better way!

moethu commented 4 years ago

thanks, looks great. I'll add the patch to my engine fork, so there's no need to patch manually anymore. #20