Skip to content

Commit 3c7ab2c

Browse files
authored
Enhance README with project links and clarifications
Updated project descriptions to include links to Nodepp for Arduino and Nodepp for Web.
1 parent bdebcc8 commit 3c7ab2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ One of the standout features of Nodepp is its 100% asynchronous architecture, po
1313

1414
## 💡 Featured Project: Asynchronous Enigma Machine
1515

16-
To showcase `Nodepp-arduino` efficiency on "bare metal" hardware, we implemented a fully functional Enigma Machine on an Arduino Nano.
16+
To showcase [Nodepp for Arduino](https://github.com/NodeppOfficial/nodepp-arduino) efficiency on "bare metal" hardware, we implemented a fully functional Enigma Machine on an Arduino Nano.
1717

18+
- **Responsive I/O:** handle 16x2 LCD updates smoothly while encrypting enigma code in the background.
1819
- **Zero-Delay Logic:** Real-time 10x4 keypad scanning and rotor substitution without a single `delay()` call.
19-
- **Memory Mastery:** Runs sophisticated multi-tasking logic on only 2KB of RAM using Nodepp’s Zero-Copy primitives ( `ptr_t`, `array_t`, `queue_t` ).
20-
- **Responsive I/O:** Background tasks handle 16x2 LCD updates while encryption processes in background.
20+
- **Memory Mastery:** Runs sophisticated multi-tasking logic on only 2KB of RAM using Nodepp’s Zero-Copy primitives ( `ptr_t` and `queue_t` ).
2121

2222
https://github.com/user-attachments/assets/9b870671-3854-444f-893d-40fdce31a629
2323

2424
Try it now: [Enigma Machine Simulation](https://wokwi.com/projects/449104127751150593)
2525

2626
## 💡 Featured Project: Duck Hunt VR (WASM Edition)
2727

28-
To showcase `Nodepp-wasm`, we ported the classic Duck Hunt to Virtual Reality, running natively in the browser via WebAssembly. This project pushes the limits of web-based VR by combining low-level C++ performance with modern Web APIs.
28+
To showcase [Nodepp for Web](https://github.com/NodeppOfficial/nodepp-wasm), we ported the classic Duck Hunt to Virtual Reality, running natively in the browser via WebAssembly. This project pushes the limits of web-based VR by combining low-level C++ performance with modern Web APIs.
2929

3030
- **Hand Tracking:** Integrated ARToolKitJS to detect physical DIY cardboard markers as a virtual zapper.
3131
- **Web Gyroscope:** Asynchronous event loop provides smooth 360° head tracking via the Web Gyroscope API.

0 commit comments

Comments
 (0)