Skip to content

NECJ/3d-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

3d-renderer

This is a 3D renderer written in java.

The render package holds classes to allow creation and representaion of a Scene and has a class SceneRenderer which extends javax.swing.JFrame to render the Scene.

The matrix package has two classes. One of them is used for a basic representaion of a Matrix and has methods to perfrom operations on those Matrixes. The other class is an extention of a Java Exception which is thrown at many points within the Matrix class.

About

A 3D scene renderer written in Java 11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages