cptlobster / sc3d

3D rendering engine written in Scala
GNU General Public License v3.0
0 stars 0 forks source link

Scala 3D Render Engine

if god is merciful then why does this exist

How to use

Install SBT. If you're using IntelliJ and have the Scala extension setup, it should just auto-import the build.sbt and everything Just Works™

once that's done enter your project directory in a command line and run:

sbt run

Currently, all configuration is done in the Projector.scala script. I want to change this later. Currently this does not work. Good luck.

Future Improvements

idk I mostly BSed the math using wikipedia and a ton of caffeine, if anyone knows how to actually write good code feel free to fork this abomination