Project icon

com.io7m.jcamera

Build status Maven Central Codecov

The jcamera package provides a rendering-system-independent camera implementation.

Contents

Features

  • Rendering and input system independent camera implementations
  • Smooth first-person camera.
  • Smooth spherical third-person camera.
  • Fully documented with all mathematical derivations given, tutorials, and Javadoc.
  • Implemented in pure Java 8 with no dependencies on any particular rendering system.
  • Example renderer using JOGL and Swing (as pictured above).
  • 94.8% automated unit test coverage.
  • OSGi-ready
  • JPMS-ready
  • ISC license

Releases

The most recently published version of the software is 0.6.0.

Source code and binaries are available from the repository.

Documentation

Documentation for the 0.6.0 release is available for reading online.

Documentation for current and older releases is archived in the repository.

User documentation

Maven

The following is a complete list of the project's modules expressed as Maven dependencies:

<dependency>
  <groupId>com.io7m.jcamera</groupId>
  <artifactId>com.io7m.jcamera</artifactId>
  <version>0.6.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.jcamera</groupId>
  <artifactId>com.io7m.jcamera.core</artifactId>
  <version>0.6.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.jcamera</groupId>
  <artifactId>com.io7m.jcamera.documentation</artifactId>
  <version>0.6.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.jcamera</groupId>
  <artifactId>com.io7m.jcamera.examples.jogl</artifactId>
  <version>0.6.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.jcamera</groupId>
  <artifactId>com.io7m.jcamera.tests</artifactId>
  <version>0.6.0</version>
</dependency>

Each release of the project is made available on Maven Central within ten minutes of the release announcement.

Changes

Subscribe to the releases atom feed.

2021-12-31 Release: com.io7m.jcamera 0.6.0
2021-12-31 Change: Modularize the codebase, use modern libraries.
2017-04-18 Release: com.io7m.jcamera 0.5.0
2017-04-18 Change: Rename project. Use the new primogenitor POM and 2017 project conventions.
2017-04-18 Change: (Backwards incompatible) Use newest core io7m libraries.
2016-05-06 Release: com.io7m.jcamera 0.4.0
2016-05-06 Change: Initial release.

Sources

This project uses Git to manage source code.

Repository: https://github.com/io7m/jcamera

$ git clone https://github.com/io7m/jcamera

License

Copyright © 2021 Mark Raynsford <code@io7m.com> http://io7m.com

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Bug Tracker

The project uses GitHub Issues to track issues.