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.
- Host: GitHub
- URL: https://github.com/ryanstull/javarender
- Owner: ryanstull
- License: mit
- Created: 2015-06-14T21:02:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T01:50:39.000Z (over 9 years ago)
- Last Synced: 2025-03-30T08:43:03.105Z (about 1 year ago)
- Topics: java, renderer, wireframe
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java_Render
[](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