Skip to content

yetnt/j3engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

294 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J3Engine

J3Engine Logo

A (Work-In-Progress) 3D Graphics Engine written in Java from scratch using only the Java Standard Library and Swing's 2D drawing capabilities.

This is a project for my 2026 Matric Practical Assessment Task in IT.

Installation & Run

While in development, the engine has no official release yet. To use the engine, clone this repository and compile the Java files using your preferred IDE or command line tools.

(This is a Maven project, so you can also use Maven to handle dependencies and build the project.)

Features

  • 3D rendering using software rasterization
  • Camera movement and rotation
  • History of transformations for objects
  • Command Line Interface
  • GUI (wrapper around CLI) using Swing
  • Real time rendering*
  • Object serialization into project files
  • And more to come!

Real time rendering means there is not a "rendering loop" like in most 3D engines. Instead, the scene is re-rendered only when there is a change (e.g., camera movement, object transformation). Why? Ask the souls who made Java's Swing library... It repaints when it feels like it.

About

A lightweight, CPU-based 3D engine app made purely in Java, designed to create and manipulate 3D objects with minimal processing overhead and no GPU dependency.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Contributors