Hello,
I’ve been working on a Java software rendering engine with dynamic lighting and interactable world. I think I’ve come pretty far from where I began with absolutely no idea on 3d rendering techniques. So This is what I’ve come up with:
http://s8.postimg.org/3w6q32n2d/screenshot_conxeline.png
nsMgT6OZTnA
if you view it in Youtube, the description includes a table of skip-to links and a link showing it with cubes+pyramids.
zip: https://www.dropbox.com/s/24aj6f1zl5tkod8/Conxeline.zip
no sound : https://www.dropbox.com/s/3glnrfxshd9wwp2/Conxeline%20no%20sound.zip
Also, I’m really perplexed about a bug(?) : It runs fine from eclipse, it runs fine with command prompt java -jar Conxeline.jar, but double clicking the jar makes its frames drop to 15. If anyone might be able to help explain this, I’ll be grateful. I included a .bat file that runs the java -jar Conxeline.jar for convenience, but you can type it in manually in command prompt if you prefer to avoid .bat files.
If anyone is interested in creating awesome maps to explore, let me know, there is a very clunky/rudimentary/buggy map editor that I could fix up and upload.
I would really appreciate any feedback,
Thanks!