NXTea
- 5 Devlogs
- 23 Total hours
An NXT tool kit, has everything to talk with an NXT brick and emulate NXT code locally!
An NXT tool kit, has everything to talk with an NXT brick and emulate NXT code locally!
Finished the demo page!
now you can run the NXT emulator in your browser!
in the future i do intend to setup the communications module a demo page, alongside having a more proper readme page hosted that also points to the emulator, though the former is more difficult then it sounds because the native webusb api refuses to reveal the nxt, and i have yet to successfully make bluetooth work at all in any apis.
Working on making a demo page!
the demo page is nearly completely finished, just need to complete the codespace widget css
fixed the emulator!!
now it can correctly execute high compile compression executables!
also trying to make bluetooth work seperately, and not exactly wining at it. at least usb works.
now uploading to the nxt doesnt produce invalid executables!! dont mind the ending, i didnt feel like rerecoding
i quished the bug!!!!! for the longest and most obnoxious amount of time possible, i could not figure out why on earth time itself would just become invalid. it was because i wasnt converting int16 to int32 correctly!