Is a set of C++ libraries to provide unified usage on Windows and Linux.
Provides basic functionality. Does not require any dependencies beyond compiler.
Provides (yet another) unit test framework.
Provides API for GUI apps. This one depends on (wxWidgets)[http://wxwidgets.org/]. It intends to hide all specifics (of the system and wxWidgets) to the inside of the library. See the TestAppMain.cpp on how it is being used.
This is early development prototype so the API MAY CHANGE!
- (Windows) VS 2017
- (Linux (and cygwin)) gcc (4.9 or greater)
- (VS) just open jj.sln
- (gcc) check
make infofor what's available, but basicallymake allormake uiallis the first to do