Parallax framing in C#
nisbus
Posts: 46
Hi,
I just uploaded a framer for using with a parallax propeller in C# to github.
Check it out https://github.com/nisbus/propeller.framer.
Comments appreciated.
thanks,
nisbus
I just uploaded a framer for using with a parallax propeller in C# to github.
Check it out https://github.com/nisbus/propeller.framer.
Comments appreciated.
thanks,
nisbus
Comments
Interesting. I will look into that.
Can you describe your test-setup?
Enjoy!
Mike
@Mike G
I had to dig around to find this:
This is a library to do framing from a propeller chip in C#.
Examples include a 3D cube using an accelerometer and some basic binary frames for ex. lights.
Basically you just write a new frame type for the data your emitting from your chip and use that to visualize your data in WPF.
https://github.com/nisbus/propeller.framer#readme
Nimbus, could you post some screen shots or pictures or something so we could have some idea of what we should expect or why/how we'd want to use it?
I'm guessing some sort of wire frame graphics on the PC using data from Propeller sensors?
Sorry for the lack of documentation.
I've tried to explain it further in the README.
Please let me know if there is something you need for more clarification or any other comments.
https://github.com/nisbus/propeller.framer (scroll down for README)
thanks,
nisbus
This looks like fun stuff to play with at some point.