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

https://github.com/marcinbator/stl-viewer-functional

Simple .stl (objects) file 3D viewer based on pure functions and functional paradigm.
https://github.com/marcinbator/stl-viewer-functional

fp-ts functional stl

Last synced: about 2 months ago
JSON representation

Simple .stl (objects) file 3D viewer based on pure functions and functional paradigm.

Awesome Lists containing this project

README

          

# StlViewerFunctional

Simple `.stl` (objects) file 3D viewer based on pure functions and functional paradigm using `fp-ts` library.

## Usage

Sample `.stl` files are located in `./public` directory.

Local:

- Make sure you have Node 24.9.0 and Angular CLI 20 installed
- Run `npm i`
- Run `npm run start` or `ng serve`
- Go to

Docker:

- Make sure you have Docker installed
- Run `docker compose up --build`
- Go to