Skip to content

Instantly share code, notes, and snippets.

View Nidrax's full-sized avatar

Daniel Praźmo Nidrax

View GitHub Profile
@Nidrax
Nidrax / PKGBUILD
Created September 18, 2026 19:23
Besprited PKGBUILD
# Maintainer: Daniel Praźmo <dpartcompany@gmail.com>
pkgname=besprited-bin
pkgver=1.26.09
pkgrel=1
pkgdesc="Free/open-source 2D sprite editor and animation tool (precompiled binary release)"
arch=('x86_64')
url="https://github.com/Veritaware/Besprited"
license=('GPL-2.0-only')
provides=('besprited')
conflicts=('besprited')
@Nidrax
Nidrax / OpenSimplexNoise.java
Created December 19, 2016 09:07 — forked from KdotJPG/OpenSimplex2S.java
Visually axis-decorrelated coherent noise algorithm based on the Simplectic honeycomb.
/*
* OpenSimplex Noise in Java.
* by Kurt Spencer
*
* v1.1 (October 5, 2014)
* - Added 2D and 4D implementations.
* - Proper gradient sets for all dimensions, from a
* dimensionally-generalizable scheme with an actual
* rhyme and reason behind it.
* - Removed default permutation array in favor of