ossos icon indicating copy to clipboard operation
ossos copied to clipboard

[Suggestion] If you enable github pages, you can host the demos directly from the repo.

Open manthrax opened this issue 2 years ago • 4 comments

It's a few clicks to set up... I did it here: https://github.com/manthrax/THREE-CSGMesh

https://pages.github.com/

manthrax avatar Mar 19 '22 07:03 manthrax

The reason I haven't done so is to avoid loading any meshes into the repo, first they can be quite large. Plus there are a few things I use that are copyrighted, so I dont want this project to get in trouble by distributing that content. I setup a separate repo on my personal account to hold the mesh data that people need to download to get some of the demo's working. if I get a complaint or it gets taken down its no big deal.

At some point l really need to find good free opensource models I can use to replace some of the copyrighted stuff, plus find a way to load them in externally.

But my priority for the github pages is to find a good & easy setup to generate a documentation site so people can look up the API of all the objects.

sketchpunk avatar Mar 19 '22 14:03 sketchpunk

Ahh gotcha. Makes sense. Could you make the demos just using skeletons, or maybe using a mixamo rig?

manthrax avatar Mar 20 '22 06:03 manthrax

Maybe this week I'll setup a new repo called ossos_demo and try to get as many examples & demos working there without any copywritten content. From there I have to freedom to trash it & restart it without polluting the ossos repo.

sketchpunk avatar Mar 21 '22 19:03 sketchpunk

you can use git submodule

yangfengzzz avatar Mar 27 '22 03:03 yangfengzzz