Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 734 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 734 Bytes

threejs facade

This is a ScalaJS facade of threejs javascript 3D library ( http://threejs.org/ ). All the code is inside facade folder (threejs subproject). It also contains some extra classes for easier scene creation and css3d rendering.

Developer notes

Download three.js from three.js build into facade/project/resources

How to use

resolvers in ThisBuild += Resolver.githubPackages("OpenGrabeso", "_")

libraryDependencies += "com.github.opengrabeso" %%% "threejs-facade" % xxxx