An open API service indexing awesome lists of open source software.

https://github.com/ryanstull/javarender

A 3D wireframe software renderer written in Java.
https://github.com/ryanstull/javarender

java renderer wireframe

Last synced: 12 months ago
JSON representation

A 3D wireframe software renderer written in Java.

Awesome Lists containing this project

README

          

# Java_Render
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4ff4ea457b2247a5a4a8c3397824db3f)](https://www.codacy.com/app/rstull1250/Java_Render?utm_source=github.com&utm_medium=referral&utm_content=ryanstull/Java_Render&utm_campaign=Badge_Grade)

The purpose of this project was to write a software renderer in Java from scratch.

Currently it displays a grid, as to provide location reference, and you can move by pressing...

Key: Action
* Up: Move forward
* Left: move left
* Right: move right
* Down: move back
* Q: Rotate clockwise
* E: Rotate counter-clockwise
* P: Move up
* L: Move down