An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by thinknathan

A curated list of projects in awesome lists by thinknathan .

https://github.com/thinknathan/defold-prng

Defold native extension seeded psuedo-random number generator using the Mulberry32 method.

defold defold-extension defold-game-engine defold-library defold-native-extension gamedev

Last synced: 13 Oct 2025

https://github.com/thinknathan/tsd-template-boom

Boilerplate TypeScript template with @ts-defold and @britzl's boom for the game engine Defold.

boom defold defold-engine defold-game-engine gamedev lua template ts-defold ts-defold-template tstl typescript

Last synced: 13 May 2025

https://github.com/thinknathan/aeroblast-game

Auto-shooter Defold game based on Boom and built with TypeScriptToLua

Last synced: 09 Feb 2026

https://github.com/thinknathan/web-app-starter-project

Web app template with TypeScript, PostCSS, Workbox & PWA Asset Generator. Has Github Actions to publish via Electron for desktop or Capacitor for Android.

capacitorjs cross-platform-development electronjs esbuild multi-platform-builder postcss progressive-web-app pwa template typescript web-app webdev workbox

Last synced: 16 Feb 2026

https://github.com/thinknathan/defold-estring

A native extension for Defold with functions to manipulate strings.

defold defold-extension defold-game-engine defold-library defold-native-extension gamedev

Last synced: 11 Feb 2026

https://github.com/thinknathan/def-setv

Defold native extension that combines two math libraries that avoid allocations

defold defold-extension defold-game-engine defold-library defold-native-extension gamedev

Last synced: 27 Feb 2026

https://github.com/thinknathan/def-html5-opt

Nodejs tool that adds loading and caching optimizations to HTML5 web games exported from Defold

defold defold-game-engine

Last synced: 03 Mar 2026

https://github.com/thinknathan/tsd-template-deno2

Boilerplate TypeScript template with @ts-defold and Deno 2.x for the game engine Defold.

defold defold-game deno game-development lua ts-defold-template typescript

Last synced: 13 Apr 2026

https://github.com/thinknathan/tsd-defos-types

Types for subsoap's defos, extra native OS functions for games written using the Defold game engine

defold defold-game-engine gamedev tstl typescript typescript-definitions typescript-to-lua

Last synced: 14 Oct 2025

https://github.com/thinknathan/tstl-export-to-global

TypeScriptToLua plugin that transforms all exported variables to global declarations

lua tstl tstl-extension tstl-plugin typescript

Last synced: 19 Feb 2026

https://github.com/thinknathan/tsd-ext-type-gen

TypeScript definitions generator that parses script APIs from Defold extensions

defold defold-game-engine gamedev ts-defold typescript typescript-definitions

Last synced: 13 May 2025

https://github.com/thinknathan/node-image-slice

Command-line tool that slices images and outputs the segments

cli-tool gamedev-tool image-slicer node-cli

Last synced: 07 Apr 2025

https://github.com/thinknathan/ts-defold-tstl-trim-extensions

TypeScript-to-Lua plugin that strips the final extension from files with nested extensions. Dedicated to @ts-defold

defold defold-game-engine gamedev lua tstl tstl-plugin typescript

Last synced: 27 Feb 2026

https://github.com/thinknathan/node-simple-pixelate

Command-line tool that pixelates images to create pixel art

cli-tool gamedev-tool node-cli pixel-art

Last synced: 07 Apr 2025

https://github.com/thinknathan/tstl-remove-debug

TypeScriptToLua plugin that removes debugging expressions

code-cleaner lua tstl tstl-extension tstl-plugin typescript

Last synced: 02 Aug 2025

https://github.com/thinknathan/node-simple-stitcher

Stitches together images in a folder to form a single spritesheet

cli-tool gamedev-tool node-cli spritesheet-packer

Last synced: 18 Aug 2025

https://github.com/thinknathan/sass-divider

Creates CSS-based visual dividers between elements

sass-mixins

Last synced: 31 Mar 2025

https://github.com/thinknathan/sass-inline-icons

Inline svg icons from various open-source icon sets

sass-mixins

Last synced: 31 Mar 2025

https://github.com/thinknathan/sass-ripple

A material design-like ripple effect

sass-mixins

Last synced: 31 Mar 2025

https://github.com/thinknathan/tsd-xmath-types

Types for @thejustinwalsh's xmath, a Defold Math eXtention Library that avoids allocations

defold defold-game-engine gamedev tstl typescript typescript-definitions typescript-to-lua

Last synced: 14 Oct 2025

https://github.com/thinknathan/defold-etable

A native extension for Defold with functions to manipulate tables.

defold defold-extension defold-game-engine defold-library defold-native-extension gamedev

Last synced: 14 Oct 2025

https://github.com/thinknathan/defold-emath

Defold native extension with math utility functions including clamp, round, sign, radian and degree conversion, measure 2d and 3d distances.

defold defold-game-engine defold-library defold-native-extension gamedev

Last synced: 14 Oct 2025

https://github.com/thinknathan/node-simple-serv

Simple local server on command line

Last synced: 18 Oct 2025

https://github.com/thinknathan/tstl-const-propagation

TypeScriptToLua plugin that performs constant propagation and constant folding

constant-folding constant-propagation lua tstl tstl-extension tstl-plugin typescript

Last synced: 17 Mar 2026

https://github.com/thinknathan/tstl-export-rename

TypeScriptToLua plugin that renames the `___exports` variable

lua tstl tstl-extension tstl-plugin typescript

Last synced: 15 Feb 2026

https://github.com/thinknathan/types-tobii

TypeScript definitions for Tobii

Last synced: 15 Feb 2026

https://github.com/thinknathan/tstl-simple-delete

TypeScriptToLua plugin that replaces calls to the TSTL `delete` function with a statement setting a value to `nil`.

lua tstl tstl-extension tstl-plugin typescript

Last synced: 30 Apr 2025

https://github.com/thinknathan/wp-abettor

WordPress helper plugin to enable a variety of theme-agnostic features.

Last synced: 07 Jun 2026

https://github.com/thinknathan/tstl-simple-inline-func

TypeScriptToLua plugin that performs inline expansion to simple functions

function-inlining lua tstl tstl-extension tstl-plugin typescript

Last synced: 30 Apr 2025

https://github.com/thinknathan/pcss-mixins

Various mixins for use with postcss-mixins

Last synced: 06 Feb 2026

https://github.com/thinknathan/tsd-boom-types

Types for @britzl's boom, a game framework built on top of Defold

boom defold defold-boom defold-game-engine gamedev lua tstl typescript typescript-definitions typescript-to-lua

Last synced: 14 Oct 2025

https://github.com/thinknathan/tsd-persist-types

TypeScript types for Klayton Kowalski's Persist, a simple interface for saving and loading data in a Defold game engine project

defold defold-game-engine gamedev ts-defold tstl typescript typescript-definitions typescript-to-lua

Last synced: 14 Oct 2025

https://github.com/thinknathan/tsd-util-types

Utility TypeScript definitions for TypeScript for Defold

Last synced: 19 Jul 2025

https://github.com/thinknathan/pcss-foundation

A partial re-implementation of CSS from Foundation for Sites built on PostCSS mixins

Last synced: 02 Feb 2026

https://github.com/thinknathan/types-frend

TypeScript definitions for Frend

Last synced: 09 Feb 2026

https://github.com/thinknathan/tstl-simple-const-unroller

TypeScriptToLua plugin that performs constant folding for simple numeric expressions

lua tstl tstl-extension tstl-plugin typescript

Last synced: 31 Mar 2025

https://github.com/thinknathan/sass-hover-transition

CSS-based mouseover transition

sass-mixins

Last synced: 31 Mar 2025

https://github.com/thinknathan/wp-install-premium-keys

Sets premium WP plugin keys based on your env. WP Rocket + Gravity Forms supported.

Last synced: 07 Apr 2025

https://github.com/thinknathan/tsd-library-stubs

Definition stubs for the ts-defold Library

Last synced: 07 Apr 2025