Skip to content

Commit 70a1bc6

Browse files
authored
Update README.md
1 parent 5ca749b commit 70a1bc6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ To install this app, you'll need to:
9393
> [!CAUTION]
9494
> 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..
9595
96-
## How I created this application
96+
## 💡 How I created this application
9797

9898
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.
9999

100-
## Build the app
100+
## 🛠️ Build the app
101101

102102
### Requirements:
103103

@@ -177,7 +177,7 @@ make clean && make build
177177

178178
You should now have a **`output/app.nwa` file** that you can distribute! Anyone can now install it on their calculator from the **[NumWorks online uploader](https://my.numworks.com/apps)**.
179179

180-
## Build your own app
180+
## 🛠️ Build your own app
181181

182182
To build your own app, start by cloning the repository:
183183

@@ -187,6 +187,6 @@ git clone https://github.com/SaltyMold/3DView-OBJ-Viewer-for-Numworks.git
187187
Inside the project, you'll find **`eadk.h`**, which provides **essential functions** for interacting with the **[calculator](https://en.wikipedia.org/wiki/NumWorks)**. Modify **`main.c`** to implement your **own code**.
188188
Additionally, make sure to include an **`icon.png`** with dimensions **55×56 pixels** to serve as your **app’s icon**. Once your modifications are done, link the app with **[nwlink](https://www.npmjs.com/package/nwlink)** and enjoy your app!
189189

190-
## Special thanks
190+
## 🌟 Special thanks
191191

192192
I followed the guide from **[epsilon-sample-app-c](https://github.com/numworks/epsilon-sample-app-c)** to build this app.

0 commit comments

Comments
 (0)