sakeo is a very simple bare-bones PPM viewer. This project was developed as a tool while working through the development of my Rust Ray Tracer.
This project is written in Svelte.
If you'd like to run this project locally, simply run the following commands.
npm run install
npm run dev
npm run dev -- --open
To create a production build, simply run:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.