Skip to content

Commit bdebcc8

Browse files
authored
Enhance README with project titles and links
Updated project titles and added links for featured projects in README.
1 parent 4c0c033 commit bdebcc8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,28 @@ One of the standout features of Nodepp is its 100% asynchronous architecture, po
1111

1212
🔗: [Nodepp The MOST Powerful Framework for Asynchronous Programming in C++](https://medium.com/p/c01b84eee67a)
1313

14-
## Featured Project: Asynchronous Enigma Machine
14+
## 💡 Featured Project: Asynchronous Enigma Machine
1515

1616
To showcase `Nodepp-arduino` efficiency on "bare metal" hardware, we implemented a fully functional Enigma Machine on an Arduino Nano.
1717

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

22-
[![IMAGE](https://thumbs.wokwi.com/projects/449104127751150593/thumbnail.jpg)](https://wokwi.com/projects/449104127751150593)
22+
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

26-
## Featured Project: Duck Hunt VR (WASM Edition)
26+
## 💡 Featured Project: Duck Hunt VR (WASM Edition)
2727

2828
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.
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.
3232
- **High Performance:** Native C++ performance compiled to WASM ensures stable 60 FPS even during camera-stream processing.
3333

34+
https://github.com/user-attachments/assets/ab26287e-bd73-4ee8-941b-d97382e203c9
35+
3436
Play it now: [Duck Hunt VR on Itch.io](https://edbcrepo.itch.io/duck-hunt-vr)
3537

3638
## Dependencies & Cmake Integration

0 commit comments

Comments
 (0)