Thanks for the interest.
Quote:
Originally Posted by ohrly?
will this be built on top of WPILibJ and replace it later, or is it designed to replace WPILibJ from the start?
|
It's currently built on top of wpilibj. I plan to eventually (hopefully) make it self-dependent.
Quote:
Originally Posted by ohrly?
Is there any C++ component, or is this solely a java library?
|
No C++ equivalent yet. I was hoping somebody could port it for me, since I'm not familiar with C++ yet.
Quote:
Originally Posted by ohrly?
Also, it may be wise to contain the platform specific (low level FPGA commands / WPILibJ calls) to a small area of the code, so that ATALibJ can be ported to the 2015 platform more easily.
|
I agree. Hopefully I can make the implementation hidden enough that it will easily be replaced.