The Icculus Microgrant is giving out 250 dollar grants to open source projects, please brag about your project(s) in this thread so I can see them!

This page summarizes the projects mentioned and recommended in the original post on /r/programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • wp-plugin-leaflet-map

    Add leaflet maps to Wordpress with shortcodes

  • datafaker

    Generating fake data for the JVM (Java, Kotlin, Groovy) has never been easier!

  • Give it a try https://github.com/datafaker-net/datafaker

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • callpyback

  • You can find it here on GitHub and here on PyPi

  • scummvm

    ScummVM main repository

  • I am developing neverengine. https://gitlab.com/Makogan/neverengine

  • gtl

    A collection of useful well-commented, self-contained, simple, and/or interesting C++ classes (by gpdaniels)

  • spike-prime

    Experiments with the LEGO Mindstorms (51515) and SPIKE Prime (45678)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Orvina

    High performance text search application and nuget package on .NET 6. Grep-like but not grep.

  • Orvina Text Search is a FAST, multithreaded file text searching tool. The engine is also available as a nuget package if you want to integrate it into your own project or UI.

  • Clipboard

    ๐Ÿ˜Ž๐Ÿ–๏ธ๐Ÿฌ Your new, ๐™ง๐™ž๐™™๐™ค๐™ฃ๐™ ๐™ช๐™ก๐™ž๐™˜๐™ž๐™ค๐™ช๐™จ๐™ก๐™ฎ smart clipboard manager

  • crown

    The flexible game engine.

  • Brew-Game-Tools

    A simple 2D framework written in C++ built around SDL2 with the aim of being easy to setup and iterate.

  • I got tired of not being able to draw pixels directly to the screen for simple prototyping. Also, I find having to set up SDL2 every time super annoying. So I made "Brew Game Tools": https://github.com/aprithul/Brew-Game-Tools

  • insect

    High precision scientific calculator with support for physical units

  • space-nerds-in-space

    Multi-player spaceship bridge simulator game. Captain your starship through adventures with your friends. See https://smcameron.github.io/space-nerds-in-space

  • Space Nerds in Space (github) is an open source spaceship bridge simulator so you can captain your starship through space adventures with your friends. Each player mans a station on a simulated starship. There are stations for Navigation, Weapons, Engineering/Damage Control, Comms, Science, and a gamemaster station. It's written in C, with a Lua API for writing "mission scripts". Multiple starships can be present in the simulation at once if you can manage to gather enough friends to crew them. It even supports speech recognition and natural language parsing if you're so inclined.

  • otterkit

    A free and open source Standard COBOL compiler for 64-bit environments

  • PHP-CRUD-API

    Single file PHP script that adds a REST API to a SQL database

  • kernelseeds

  • kernelseeds - https://github.com/nathanshearer/kernelseeds

  • gentooinstall

  • mvregex

  • mvregex - https://github.com/nathanshearer/mvregex

  • pingthen

  • pingthen - https://github.com/nathanshearer/pingthen

  • bin2iso

  • bin2iso - https://github.com/nathanshearer/bin2iso

  • diffuzzy

  • diffuzzy - https://github.com/nathanshearer/diffuzzy

  • bdbusy

  • bdbusy - https://github.com/nathanshearer/bdbusy

  • NimForUE

    Nim plugin for UE5 with native performance, hot reloading and full interop that sits between C++ and Blueprints. This allows you to do common UE workflows like for example to extend any UE class in Nim and extending it again in Blueprint if you wish so without restarting the editor. The final aim is to be able to do in Nim what you can do in C++

  • NimForUE is an Unreal Engine plugin that aims to replace the verbose and tedious C++ with the concise and clean Nim language, supporting blueprints too and giving hot reloading and native speed performance. https://github.com/jmgomez/NimForUE

  • password-manager-access

    Password Manager Access for .NET in C#

  • INOX

    Rust Game engine integrated in Blender [WebGPU ready] (by gents83)

  • elastiball

    Entry to Lร–VE Jam 2023 written in Teal

  • MyRobotLab-Android

    Android app to connect to a MyRobotLab instance

  • myrobotlab

    Open Source Java Framework for Robotics and Creative Machine Control

  • At the moment the app can only connect to a MyRobotLab instance that has a set of special patches created by me. Since the first alpha release of the app I've been working to merge those patches into MyRobotLab proper (https://github.com/MyRobotLab/myrobotlab), once those changes are merged I can continue work on beta 1 of the app.

  • copygen

    Go generator to copy values from type to type and fields from struct to struct (copier without reflection). Generate any code based on types.

  • Copygen is a type-based code generator for the Go programming language. Copygen allows developers to generate type-to-type copy functions out-of-the-box without reflection (why?), but it can also be used to generate code. As an example, disgo is a performant, secure, and thread-safe Go Discord API Wrapper that uses Copygen with dasgo to achieve feature completion.

  • disgo

    Create a Discord Bot in Go using this Discord API Wrapper. The next generation of Discord API Consumption.

  • Copygen is a type-based code generator for the Go programming language. Copygen allows developers to generate type-to-type copy functions out-of-the-box without reflection (why?), but it can also be used to generate code. As an example, disgo is a performant, secure, and thread-safe Go Discord API Wrapper that uses Copygen with dasgo to achieve feature completion.

  • dasgo

    Discord API Specification Type Definitions for Go.

  • Copygen is a type-based code generator for the Go programming language. Copygen allows developers to generate type-to-type copy functions out-of-the-box without reflection (why?), but it can also be used to generate code. As an example, disgo is a performant, secure, and thread-safe Go Discord API Wrapper that uses Copygen with dasgo to achieve feature completion.

  • Ok, I'll bite, maybe it'll motivate me to get back to a couple of requested enhancements I've been pushing for some time. Mine is an auth plugin for Mosquitto, a popular open-source MQTT broker: https://github.com/iegomez/mosquitto-go-auth. It supports several backends to check authentication and authorization for broker's users. I don't have any relation with Roger, Mosquitto's author, nor with Eclipse, the foundation behind it nowadays, but funnily enough, my project is listed along their official auth plugin: https://mosquitto.org/documentation/authentication-methods/

  • wagic

    Wagic the Homebrew

  • Blit3Dv3

    3rd version of my 2D game graphics API. Uses modern OpenGL.

  • kondo

    Cleans dependencies and build artifacts from your projects.

  • qBittorrent-Manager

    [WIP] Modern qBittorrent WebUI Client for Android written in Kotlin

  • php-mercure

    Mercure server implemented in plain PHP

  • php-mercure - a PHP implementation of the Mercure protocol, a pub/sub mechanism for updating web applications in real time. This implementation allows the Mercure hub to be deployed on a server such as a LAMP stack or in shared hosting.

  • zig-xml

    Discontinued XML parser and writer for the Zig programming language

  • zig-xml - an XML library for the Zig programming language. It supports serializing and deserializing Zig structs to XML.

  • zupnp

    Discontinued UPnP/DLNA library for Zig

  • zupnp - a UPnP/DLNA library for the Zig programming language, along with a web server and client

  • jb

    The JBuild CLI. (by renatoathaydes)

  • jb (JBuild) - a modern build tool for the JVM that works similarly to great build tools like cargo (Rust) and pub (Dart) which are highly integrated and easy to use, unlike traditional Java build tools.

  • DuckDB.NET

    Bindings and ADO.NET Provider for DuckDB

  • I'm working on DuckDB.NET, a .Net driver for DuckDB

  • Panda3D

    Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU

  • It's not my project, but https://www.panda3d.org/ is to my knowledge the next best step after Unity and Unreal game engines. Unlike those, panda is open source and available for C++ and Python.

  • course-plan

    ๐Ÿ“œ Haskell course info, plan, video lectures, slides

  • GitHub: haskell-beginners-2022/course-plan

  • iris

    ๐ŸŒˆ Haskell CLI Framework supporting Command Line Interface Guidelines (by chshersh)

  • GitHub: chshersh/iris

  • cargo-show-asm

    cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code

  • bpaf

    Command line parser with applicative interface

  • ci

    An interactive version of the familiar cd command. Easily traverse directories in the terminal without having to cycle between cd and ls. (by goldenpathtechnologies)

  • react-tippin-button

    The Tippin.me web button reimagined as a customizable React component. Easily accept Bitcoin payments via the Lightning Network in your React applications.

  • nunchuck-mouser

    An Arduino project that turns a Wii Nunchuck into a multifunction mouse compatible with both right and left-handed users.

  • cyd-ui

    An Xlib GUI library written in c++

  • dmxus

    A high level Javascript library for interfacing with lighting fixtures via DMX.

  • This will be quite niche, but I develop an open source JavaScript library for manipulating DMX lighting fixtures. The library is called dmxus and is a library which aims to provide an API for controlling DMX lighting fixtures in with conventions that feel similar to working on a typical lighting controller or console. I actively develop it for use with a popular industry DMX interface, but if I were to have a small infusion of cash, I would add support for a few other commonly used interfaces on the market.

  • sablier

    Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.

  • Sablier - Scale to zero

  • rbfx

    Lightweight Game Engine/Framework in C++17 with WYSIWYG Editor. Experimental C# bindings.

  • Mida

    Discontinued A JavaScript framework to easily operate in global financial markets.

  • Mida-cTrader

    Discontinued A Mida plugin for using cTrader

  • ngx-chat

    Angular XMPP Client & Chat UI

  • systemshock

    Shockolate - A minimalist and cross platform System Shock source port.

  • Gwion

    :musical_note: strongly-timed musical programming language

  • Gwion ( https://github.com/Gwion/gwion ) is a programming language that I intended to use in my musical work. It has grown past the hobby music lang, and now has users, a company using it, is semantically much more evolved than it's predecessor (ccrma's chuck) and also more performant. Would be happy to talk more about it

  • buttplug-rs

    Rust Implementation of the Buttplug Sex Toy Control Protocol

  • astro-snipcart

    Allows for the creation of E-Commerce sites using the Astro framework and Snipcart. Start your e-commerce business in minutes!

  • astro

    The web framework for content-driven websites. โญ๏ธ Star to support our work!

  • astro-snipcart is a low-code e-commerce library for the growing in popularity Astro framework. It uses the Snipcart e-commerce site. The end result is being able to sell products online with only HTML - client side JS isn't even necessary with astro-snipcart.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Web Game Engines and Libraries

    5 projects | news.ycombinator.com | 23 Apr 2024
  • Not only Unity...

    53 projects | /r/opensourcegames | 11 Nov 2023
  • Can Godot screw us like Unity did?

    2 projects | dev.to | 18 Sep 2023
  • Unity: We Have Heard You

    7 projects | news.ycombinator.com | 18 Sep 2023
  • Unityโ€™s New Pricing: A Wake-Up Call on the Importance of Open Source in Gaming

    5 projects | news.ycombinator.com | 15 Sep 2023