-
Notifications
You must be signed in to change notification settings - Fork 0
Nova Tools
KerbalMissile edited this page Mar 14, 2026
·
1 revision
Nova includes .dll library tools like NovaUI, this is for the non-major pones like NovaPC!
The NovaPC tool is really simple, these are the ways you can pull data:
Strings:
cpu()
ram()
gpu()
all_pc()
Floats:
cpu_val()
ram_used()
ram_total()
gpu_val()
Example terminal usage:
put(all_PC())`
Example UI usage:
use novaui
use novapc
have running = 1
ui_window("PC Stats", 400, 200) {
named_label("stats", "Loading...", 10, 10, 380, 60)
button("Refresh", 10, 80, 120, 30) {
clicked() {
set_label("stats", all_pc())
}
}
while(running == 1, 1000) {
set_label("stats", all_pc())
}
}
Join our discord server for any support or questions that you need answered!
Link: