Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
org.rajawali3d:vuforia
Advanced tools
11/16/2016
Bombshell 1.1.777
has been released. It fixes a small number of bugs and adds a Scan Line post processing effect (thanks @contriteobserver).
11/15/2016 One of the developers (@jwoolston) is now offering consulting/development services, particularly related to Rajawali. Details will be handled on a case by case basis but everything from paid assistance debugging to development of specific modifications or full apps using Rajawali are possible. To be clear, support on the Issues page is always free, however it is handled on a lower priority basis. Any development which happens under a paid contract is subject to whatever copyright terms the client specifies to the extent they are compatible with the licensing terms of Rajawali (see LICENSE.txt)
9/7/2016
The official release of Bombshell 1.1.610
is out. We will continue to support this release moving forward how ever bug fixes will be minimal. The decision was made that the design of the core engine was inhibiting correcting some of the larger issues. To this end, we have begun development of a 2.0
version - see issue 1755 for details. Development is happening in the v2.0-development
branch here
8/29/2016 An initial effort for adding unit testing to Rajawali has been made. This initial focus has been on the core math classes and will ideally expand as bug fixes progress. Pull requests for unit tests are welcome and any "bug fix" PRs which include unit tests or issues which include unit tests to demonstrate a failure will be given the highest priority.
Rajawali is a 3D engine for Android based on OpenGL ES 2.0/3.0. It can be used for normal apps as well as live wallpapers.
Want to keep the developers going? Buy them a beer! (http://www.pledgie.com/campaigns/21807)
Join the Rajawali Community on to stay up-to-date on the latest news.
The RajawaliExamples project is an ever growing toolkit for developing 3D content. Check it out!
Numerous apps and live wallpapers have been made with Rajawali. Check them out!
Using Rajawali is as simple as adding a single line to your gradle dependencies:
compile 'org.rajawali3d:rajawali:x.x.x@aar
where x.x.x is the version number (and the last number is the build number). If you wish to use the master
branch snapshot, append -SNAPSHOT
. For example, to use release 1.0.325
, you would use:
compile 'org.rajawali3d:rajawali:1.0.325@aar
To use the master
branch build 48 snapshot 1.0.48-SNAPSHOT
, you would use:
compile 'org.rajawali3d:rajawali:1.0.48-SNAPSHOT@aar
All commits to master
and development
branch are deployed as snapshots. All tags will be deployed as releases. To see the latest build number, see the build history and be sure you choose a master
branch build.
For the above to work you will need to make sure your repository list includes:
mavenCentral()
for releases, and maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
for snapshots.
Alternatively, if you checkout Rajawali via GIT, you can run gradle assembleRelease uploadArchives
(or simply add a Gralde launch config to Android Studio for the assembleRelease
and uploadArchives
tasks). This will deploy to your local maven ropository. Consuming apps should have mavenLocal()
in their repository list and add compile 'org.rajawali3d:rajawali:1.0.0-SNAPSHOT@aar
to their dependencies.
YouTube Video of RajawaliVuforia in action
YouTube Video of RajawaliVR in action
FAQs
Android OpenGL ES 2.0/3.0 Engine, Vuforia Integration
We found that org.rajawali3d:vuforia demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.