Skip to content

chkap/re3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a very simple 3d rendering engine based on webgl2. It is able to draw simple 3d geometry in your web page with only a few lines of codes. It is very simple but it may be a good startup for you to learn webgl.

Install and build

To install: include <script src="../../dist/re3d.js"></script> in your html file. To build: run npm run build

Examples

The examples in the examples folder may help you to understand how it works.

About

A very simple 3d rendering engine based on webgl2.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published