-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00807f1
commit 927e52e
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# tetera | ||
Tetera is a software rendering engine written entirely in JavaScript without any external dependencies. It is a direct successor to the [teapot project](https://github.com/PixelTomato/teapot). Tetera aims to provided a more complete set of features, better performance, and a higher degree of usability to aid in creating more complex scenes. It is designed primarily for personal projects, and as such, any large-scale applications are probably unadvisable. | ||
|
||
### Test Scene | ||
Despite the hightened goals of this project compared to the teapot, it may still be non-functional at any given time. If you would like to view the demo scene regardless, it can be found here: https://pixeltomato.github.io/tetera/. |