⚡
Volt
Engine v3.0
Python → C++
● Live
MIT
Example:
— Select —
Hello World
Loop Counter
Conditions (Score)
Math Functions
String Ops
HTTP Server
JSON Builder
Auth Token
Cache System
Logging
▶ Run
⟨/⟩ C++
⬇ app.vl
🚀 Deploy
✕ Clear
Libs:
editor — app.vl
1 line
1
Output
Generated C++
Reference
console
// ⚡ Volt Engine ready. Press ▶ Run or select an example.
transpiled C++
// C++ output will appear here after running...
keyword reference
🚀 تشغيل كودك على الجهاز
✕
① تنزيل الملفات
— اضغط
⬇ app.vl
لتنزيل كودك
— اضغط
⟨/⟩ C++
لتنزيل الكود المحوَّل
② تثبيت المتطلبات
# Android (Termux)
pkg install python clang -y
# Linux / Ubuntu
sudo apt install python3 clang -y
③ ضع الملفات في نفس المجلد
my_project/
├──
volt.py
← المحرك الأصلي
└──
app.vl
← كودك
④ كمبايل وشغّل
python volt.py
# يولد ملف volt_app ثم يشغله
./volt_app
💡 لو كودك فيه
srv_strt(8080)
— افتح المتصفح على
http://localhost:8080
بعد التشغيل
⬇ تنزيل app.vl
⬇ تنزيل .cpp
إغلاق
⚡ VOLT ENGINE
|
libs: —
|
lines: 0
|
ready