Skip to content

eleftasia/elgr

Repository files navigation

ELGR: ELli's simple GRaphics


Usage:

Include the following HTML in webpages using the library:

<script src="/[PATH TO LIBRARY]/compiled/Renderer.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/Shapes.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/GroundPlane.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/Animator.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/SceneGraph.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/MovableCamera.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/KeyListener.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/Material.js"></script>

Necessary dependencies also need to be included:

<script src="/[PATH TO WebGLUtils LIBRAY]/compiled/WebGLUtils.js"></script>
<script src="/[PATH TO glMatrix]/gl-matrix.js"></script>

About

ELGR: ELli's simple GRaphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published