This app is an 3D OBJ viewer that runs on the NumWorks Calculator.
To install this app, you'll need to:
- Go to this page I have created : https://saltymold.github.io/3DView-OBJ-Viewer-for-Numworks/
- Upload your
.objfile (or load a sample.objfile) and connect your calculator - And you'r done, just click install and enjoy
Caution
Installing third-party applications may cause your calculator to crash. This is not dangerous, but you will lose your Python scripts. Please make sure to save them before launching the app..
This application works by converting a 3D .obj file into a binary format (.bin), either using the online converter or the Python script provided in the repository. When launched on the NumWorks calculator, the binary model is loaded into RAM. The app then performs a real-time perspective projection of the 3D model.
I made tutorials here :

