Skip to content

mikewolfli/RWCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RWCreator

Rust Widgets IDE prototype workspace.

RWCreator is the IDE-side project of the Rust Widgets initiative, targeting native desktop GUI development across Windows, macOS, Linux, and HarmonyOS Desktop.

Status

  • Current phase: architecture scaffold + schema foundation (RustWidgets.toml / .widgets v1)
  • Workspace builds successfully with cargo check
  • Detailed roadmap and versioned change log are maintained in todo.md

Workspace Layout

  • src/main.rs: application entry
  • src/core: shared data models and schema utilities
  • src/ui: IDE UI component models
  • src/ide: IDE app orchestration layer
  • src/project: project load/save and template management

Quick Start

cargo check
cargo run

Design Notes

  • Native GUI first (no custom rendering engine)
  • Unified Rust API across target desktop platforms
  • Visual designer + code generation workflow (planned)

License

MIT. See LICENSE.

About

IDE for rust-widgets with rust and reust-widgets lib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages