Skip to content

Instantly share code, notes, and snippets.

View nftchance's full-sized avatar
💭
💦 AHHHHH IM BUILDDDING

CHANCE nftchance

💭
💦 AHHHHH IM BUILDDDING
View GitHub Profile
@nftchance
nftchance / chains.json
Last active March 18, 2024 00:10
chains and their ids
[
{
"withinMaxUint16": {
"percent": "75.63718140929535%",
"unsupported": [
{
"name": "Janus Testnet",
"chainId": 66988
},
{
@nftchance
nftchance / bionic_reading.py
Created July 18, 2022 13:54
Bionic Reading
"""
Markdown extension for utilizing Bionic Reading.
Author: nftchance
License: MIT
Developer notice: The official accessibility tool for Bionic Reading
is locked behind a $99/month plan for what is ~75 lines of code.
Feel free to yoink this all you want. (Still maintain route of
monetization but if you put this behind a paid wall I am coming for you.)
@nftchance
nftchance / export_procedural_aesprite_tilemap.lua
Last active February 27, 2023 15:57
Aesprite Procedural Generation Tilemap Builder
--[[
@title: Aesprite Procedural Generation Tilemap Builder
@author: nftchance
@note: This was written in mind off on-chain (blockchain) pixel art however this is not just limited to the utilization of blockchain needs. This is an incredibly efficient workflow for all "procedural generation" populations.
@license: MIT
@installation: to use this script you need to import this script into your Aesprite scripts folder.
This script is utilized within the pixel art tool, Aesprite (https://www.aseprite.org/). The tool is incredibly easy to use and what most on-chain artists should realistically be using due to the workflow that can be created. The quality of art and workflow are significantly improved. However, with character-heavy art it is vital that you can export each individual layer tilemap and the pieces that are contained within that. This scripts solves that problem.