Skip to content

Releases: uvel-engine/uvel

Release list

Nimbus v3

Choose a tag to compare

@modderboyy modderboyy released this 01 Mar 11:42
0e424c0

🌩️ Nimbus Framework v3.0.0

Build Windows desktop apps with XML. No XAML required.

✨ Highlights

  • 🔥 Hot Reload - Instant UI refresh on file save
  • 🛠️ DevTools - Browser-based debugger at localhost:9222
  • 🧩 10+ Plugins - Math, String, Date, File, Crypto, JSON, Net, Clipboard, Dialog, UI
  • 🎨 20+ Components - GlassCard, StatCard, Avatar, Badge, SearchBar, NavItem
  • 70+ Commands - Set, If, ForEach, Animate, HttpRequest, Modal, Toast
  • 📦 Single EXE Build - Compile to standalone executable

🚀 Quick Start

# Run app
nimbus run App.xml

# Dev mode with hot reload
nimbus dev App.xml

# Build standalone EXE
nimbus build App.xml -n MyApp