Pixelib Logo

Projects

Our collection of products and libraries, designed with simplicity and elegance in mind.

Products

PixelScript

JavaScript & TypeScript runtime for Minecraft servers

Write your server logic in JavaScript or TypeScript against the real Paper/Spigot API, and see every change go live the moment you hit save. No rebuild, no restart, no reconnect.

JavaScriptTypeScriptMinecraftHot reload

Arca

Artifact repository server for Maven, npm, Docker and p2

A repository server that runs as a single binary. Four formats, hosted, proxy and group repositories, per-user permissions and real usage insights, with no separate database to operate.

Maven 2npmDockerEclipse p2Live instance

Open source libraries

Write distributed Java applications as if all components are local.

Maven

<dependency>
  <groupId>dev.pixelib.meteor</groupId>
  <artifactId>meteor-core</artifactId>
  <version>2.0.0</version>
</dependency>

Gradle

implementation 'dev.pixelib.meteor:meteor-core:2.0.0'

Elegant, no fuss java dependency injection framework. Feels like spring, without the weight.

Maven

<dependency>
  <groupId>dev.pixelib</groupId>
  <artifactId>needle</artifactId>
  <version>1.0.0</version>
</dependency>

Gradle

implementation 'dev.pixelib:needle:1.0.0'

ReflectionPath

Navigate java objects as if its a JSON tree. No more reflection boilerplate or confusing type gymnastics.

Maven

<dependency>
  <groupId>dev.pixelib</groupId>
  <artifactId>reflection-path</artifactId>
  <version>1.0.0</version>
</dependency>

Gradle

implementation 'dev.pixelib:reflection-path:1.0.0'

Want to contribute?

We welcome contributions to any of our projects. Whether it's improving documentation, fixing bugs, or adding new features, your help is appreciated.

Visit our GitHub