19 open-source projects similar to scrawk/hull-delaunay-voronoi, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Hull Delaunay Voronoi alternative.
Ponzu is a content management framework written in Go that functions as a headless CMS with a built-in JSON API and an automatically generated admin dashboard. It is designed to be compiled into a single binary, serving both the content API and the administrative interface from a single HTTP server. The framework distinguishes itself through automatic HTTPS certificate management via Let's Encrypt, enabling secure HTTP/2 delivery out of the box. It provides compile-time content scaffolding, allowing developers to define custom content types from the command line and generate the corresponding
Visualize how much space each asset in your Unity game takes and quickly optimize your game's file size
A replacement for the default script templates in the Unity Engine
Multiple game engine sdk for scripting the behavior of game users
An intermediate api to handle steam microtransactions using steam web services. Ready to use with Unity, Unreal, Godot and so on
⛔️ DEPRECATED Console for Unity Debugging and Logging Remotely
An editor, build and player configuration framework for the Unity game engine.
This repository provides the source code for the Unity game engine, serving as a reference for the internal implementation of its core systems and managed scripting environment. It functions as a development resource for understanding how high-level C# logic interacts with the underlying engine architecture to build interactive 2D and 3D applications. By providing visibility into the engine's source files, this project enables developers to inspect execution flows and trace implementation details. This transparency supports the troubleshooting of complex behaviors and the analysis of how spec