jeffboody
I am a software developer specializing in graphics and neural networks.
3DGE Software, LLCBoulder, CO
Pinned Repositories
bluesmirf-demo
This project shows how connect an Android phone to an Arduino with the Bluesmirf Bluetooth module.
gears2
DEPRECIATED - USE https://github.com/jeffboody/gearsvk INSTEAD.
gearsvk
GearsVK: A Vulkan port of the classic 'gears' demo using VKK
Lanczos
Lanczos: A resampling example with in-depth explanations
libbfs
BFS: A data management library for efficient binary blob storage
libcc
CC: A C utility library providing data structures, algorithms, and tools
libnn
NN: A Vulkan-accelerated neural network library in C
libvkk
VKK: A C library built to simplify Vulkan graphics programming
loax
LOAX is a library for serializing GLES2 commands via TCP that can be rendered on a LOAX server.
loax-server
The LOAX server allows a client to send GLES2 commands via TCP to be rendered by the Android native app.
jeffboody's Repositories
jeffboody/libvkk
VKK: A C library built to simplify Vulkan graphics programming
jeffboody/gearsvk
GearsVK: A Vulkan port of the classic 'gears' demo using VKK
jeffboody/loax-server
The LOAX server allows a client to send GLES2 commands via TCP to be rendered by the Android native app.
jeffboody/Lanczos
Lanczos: A resampling example with in-depth explanations
jeffboody/loax
LOAX is a library for serializing GLES2 commands via TCP that can be rendered on a LOAX server.
jeffboody/libcc
CC: A C utility library providing data structures, algorithms, and tools
jeffboody/LinuxJumpstart
LinuxJumpstart: A tutorial series covering Linux kernel topics from beginner to advanced, with hands-on examples and practical insights.
jeffboody/libcurl
Mirror of libcurl - https://curl.se/
jeffboody/libsqlite3
Mirror of the SQLite Amalgamation
jeffboody/libbfs
BFS: A data management library for efficient binary blob storage
jeffboody/libnn
NN: A Vulkan-accelerated neural network library in C
jeffboody/glyph
Experimental glyph rendering
jeffboody/libgltf
This project is a parser for the glTF file format.
jeffboody/osmdb
This repository contains a set of tools for manipulating the OpenStreetMap database.
jeffboody/a3d-fonts
This submodule contains textures of True Type fonts.
jeffboody/a3d-java
DEPRECIATED - USE https://github.com/jeffboody/vkk-java INSTEAD.
jeffboody/jsmn
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
jeffboody/libai
DEPRECIATED - USE https://github.com/jeffboody/libnn INSTEAD.
jeffboody/libastcwrapper
This ASTC wrapper allows a C program to compress an ASTC texture using the C++ astcenc encoder library.
jeffboody/libtess2
Game and tools oriented refactored version of GLU tesselator.
jeffboody/libxmlstream
libxmlstream is a wrapper library intended to make working with libexpat and XML files easier
jeffboody/myjpeg
JPEG library with Android support
jeffboody/net
This net submodule is intended to simplify the network socket API.
jeffboody/popcorn
Popcorn is a mini flight simulator demo.
jeffboody/precomputed_atmospheric_scattering
This project provides a new implementation of our EGSR 2008 paper "Precomputed Atmospheric Scattering".
jeffboody/sample-lidar
This tool samples Lidar output files to make them suitable for 3D printing.
jeffboody/terrain
This module includes code for 3D terrain maps.
jeffboody/texgz
This package includes code to import/export the texgz image format into Gimp (via a plugin) or other apps.
jeffboody/vkk-java
The Vulkan Kit (VKK) is a graphics library that exposes a simplified graphics pipeline.
jeffboody/zip
A portable, simple zip library written in C