Skip to content

blockout22/BEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEngine

An easy to use engine for making 3D games written in java

############

Template

############

import engine.Window;

public Game() { Window.createWindow(800, 600);

while(!Window.isCloseRequested()) { Window.update(); }

Window.close(); }

public static void main(String[] args) { new Game(); }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors