-
KevLinDev
- Idaho, USA
- http://www.kevlindev.com/
-
kld-intersections Public
A library of intersection algorithms covering all SVG shape types
-
kld-affine Public
A collection of classes used in affine geometry
-
js-intersections Public
A JS utility class used to find intersections between any combination of lines, circles, ellipses, polylines, polygons, rectangles, quadratic beziers, and cubic beziers
-
kld-contours Public
A collection of classes to represent and manipulate various vector shapes
-
kld-polynomial Public
A class of simple polynomial functionality including root finding
-
kld-path-parser Public
Event-driven SVG path data parser
-
kld-random Public
Random number generation suitable for testing only
JavaScript BSD 3-Clause "New" or "Revised" License UpdatedMay 9, 2019 -
kld-transform-parser Public
Event-driven SVG transform parser
-
mcdp-digger Public
Some experiments with Minecraft datapacks to get a better handle on how commands work
GNU General Public License v3.0 UpdatedFeb 3, 2019 -
kld-nbt Public
An NBT file reader
JavaScript BSD 3-Clause "New" or "Revised" License UpdatedJan 22, 2019 -
kld-intersections-issue-31 Public
Forked from ajbogh/kld-intersections-issue-31An example to show the problem with issue #31 in kld-intersections
JavaScript UpdatedNov 27, 2018 -
kld-mc-world Public
Read Minecraft world files
-
kld-webassembly-reader Public
A module for reading webassembly binaries (.wasm files)
JavaScript BSD 3-Clause "New" or "Revised" License UpdatedJun 13, 2017 -
kld-red-black-tree Public
A JS-based Red-Black Tree implementation based on code from "Algorithms, 4th Edition", by Robert Sedgewick and Kevin Wayne
JavaScript BSD 3-Clause "New" or "Revised" License UpdatedJun 4, 2017 -
kld-regex Public
A simple regular expression engine for ASCII text
JavaScript MIT License UpdatedOct 25, 2016 -
kld-6502 Public
A 6502 assembler, disassembler, and emulator just for fun
JavaScript MIT License UpdatedOct 22, 2016 -
kld-text-utils Public
A small collection of utilities for formatting text
JavaScript MIT License UpdatedOct 22, 2016 -
swift-ray-tracing-weekend Public
A placeholder for my Swift version of Peter Shirley's Ray Tracking mini-books
Swift UpdatedJun 14, 2016 -
kld-trivial-dom Public
A very simple DOM-like node module
JavaScript BSD 3-Clause "New" or "Revised" License UpdatedFeb 7, 2015 -
pixate-expression-machine Public
Forked from Pixate/pixate-expression-machinePixate's Expression Machine
Objective-C Apache License 2.0 UpdatedApr 6, 2014 -
svg-filter-editor Public
An SVG filter editor written in SVG+JS
-
kld-array-iterators Public
A collection of classes used to iterate over arrays
-
kld-class-utils Public
A collection of JS "class" utilities
-
kld-crc Public
Calculate a CRC32 for an array of bytes
JavaScript BSD 3-Clause "New" or "Revised" License UpdatedAug 3, 2013 -
kld-huffman-coding Public
Compress and decompress an array of bytes using Huffman coding
-
kld-tagged-sets Public
A simple utility for discovering unique and duplicate lines of text
-
kld-bit-streams Public
Read and write bit streams
JavaScript BSD 3-Clause "New" or "Revised" License UpdatedAug 2, 2013 -
kld-base64 Public
Convert an array of bytes to base64
JavaScript BSD 3-Clause "New" or "Revised" License UpdatedAug 2, 2013 -
trivial-vm Public
Nothing special here. I'm just playing around with a very simple virtual CPU and an associated toy language
Java BSD 3-Clause "New" or "Revised" License UpdatedMay 25, 2013 -
svg-2d Public
A collection of 2D code to help with in-page editing in SVG