Damien Cooke
Damien Cooke
This is how I do it, may not be the best way but it works. Bitmap chestImage = BitmapFactory.decodeResource(PerformanceActivity.this.getResources(),R.drawable.dust_circle_centre_fuchsia); Bitmap resizedChestImage = Bitmap.createScaledBitmap(chestImage, 20, 20, false); new ParticleSystem(PerformanceActivity.this, 10, resizedChestImage,...
I am getting similar issues. Here is my cmake -LAH .. output cmake -LAH .. -- Building restc-cpp version 0.9.2 -- EXTERNAL_RAPIDJSON_INCLUDE_DIR: /data/development/libraries/restc-cpp/dbuild/external-projects/src/externalRapidJson/include/rapidjson -- Using /usr/bin/c++ -- Using C++ 14...
Could we get a gradle repository for it also? Damien