Pinned Repositories
Blender-Automatic-Normal-Map-Addon
A one-click, automatic projected normal map generator for Blender 3D.
Blender-Object-Morph-Addon
A Blender addon that can transform one mesh into another as long as they each have an identical vertex count.
cpp-reflection-example
A simple, bare-bones C++ reflection system implementation example.
csv_parsely
A simple CSV parsing library, for a friend.
Dice-Wars
Clone of the Dice Wars game
error-handler-cpp
A reference implementation of a simple error handler structure in C++.
Example-Three.js-Model-Viewer
An example Three.js model viewer with a coffee mug model imported from Blender
generate-blender-plugin
A utility that generates the base code for a blender plugin from an interact CLI
image_lib
A simple C++ image library.
JBuild
A simple JavaScript bundler for multi-file web libraries.
joejuma's Repositories
joejuma/Blender-Object-Morph-Addon
A Blender addon that can transform one mesh into another as long as they each have an identical vertex count.
joejuma/Example-Three.js-Model-Viewer
An example Three.js model viewer with a coffee mug model imported from Blender
joejuma/Blender-Automatic-Normal-Map-Addon
A one-click, automatic projected normal map generator for Blender 3D.
joejuma/JBuild
A simple JavaScript bundler for multi-file web libraries.
joejuma/cpp-reflection-example
A simple, bare-bones C++ reflection system implementation example.
joejuma/csv_parsely
A simple CSV parsing library, for a friend.
joejuma/Dice-Wars
Clone of the Dice Wars game
joejuma/error-handler-cpp
A reference implementation of a simple error handler structure in C++.
joejuma/generate-blender-plugin
A utility that generates the base code for a blender plugin from an interact CLI
joejuma/image_lib
A simple C++ image library.
joejuma/libcurl
Precompiled LibCURL
joejuma/line-count
A one-line script for counting lines of code in a git repo
joejuma/openssl
Compiled shared and static OpenSSL library for Visual Studio 2019 (version 16).
joejuma/space2tab
Converts clusters of 4-spaces into tab characters if that's your preference.
joejuma/pcm
Point Cloud Map Library (C++)
joejuma/permutations-cpp
A single-header permutations library for C++
joejuma/precompiled-freetype2-win64
A precompiled version of Freetype 2, using Windows x64 built with Visual Studio 16 (2019), for static linking in projects for font rasterization.
joejuma/ref_cpp
A collection of C++ reference implementations of various functions, structures, templates and design patterns.
joejuma/ref_Factory_cpp
A simple C++ reference implementation of a simple "Factory" structure. See README for more information.
joejuma/ref_LinkedList
A reference implementation of a doubly linked-list data structure.
joejuma/ref_TimeSeries_cpp
A reference implementation of a simple time-series template structure in C++.
joejuma/research_weighted_rng
A scratch C++ project where I explored the nature of probabilities, incidentally deriving a variation on Bernoulli's distribution probability function.
joejuma/tab2space
Transform each tab character ("\t") in a file into a cluster of 4-spaces, if that's your style.
joejuma/tcn-research
A demo of generated code from my TCN research project.
joejuma/vectors-cpp
A simple, single-header Vector template library for C++
joejuma/webapp-sdk
A web application sdk, providing a barebones React.js, TypeScript environment.