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.
- Host: GitHub
- URL: https://github.com/marcinbator/stl-viewer-functional
- Owner: marcinbator
- License: mit
- Created: 2025-10-14T13:00:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-27T20:23:42.000Z (9 months ago)
- Last Synced: 2025-10-27T22:21:15.534Z (9 months ago)
- Topics: fp-ts, functional, stl
- Language: TypeScript
- Homepage:
- Size: 40.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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