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

Projects in Awesome Lists tagged with instancing

A curated list of projects in awesome lists tagged with instancing .

https://github.com/colinleung-nilocat/unityurp-mobiledrawmeshinstancedindirectexample

Example project to draw 1million grass instances on mobile

grass indirect instancing mobile unity urp

Last synced: 16 May 2025

https://github.com/MangoButtermilch/Unity-Grass-Instancer

Unity multiple approaches for GPU instanced grass (+ occlusion/frustum culling)

frustum-culling gpu grass instancing occlusion-culling shader unity

Last synced: 24 Apr 2025

https://github.com/jamesdimick/UnityMaterialInstancedPropertiesEditor

Generic editor for instanced properties in Unity materials.

csharp editor instancing material properties shader unity unity3d

Last synced: 11 May 2025

https://github.com/randomgamingdev/gltilemapp5js

A tilemap library for p5.js's OpenGL mode that is optimized to draw tilemaps within a single draw call

efficient gpu-acceleration instancing javascript js library opengl opengl-es p5js texture textures tilemap webgl webgl2

Last synced: 04 Aug 2025

https://github.com/zhaytam/instanciatebenchmarks

Benchmarking a couple of ways to instanciate an object at runtime using only its Type

benchmark benchmarkdotnet expression-tree instancing runtime

Last synced: 06 Apr 2025

https://github.com/seycileli/libraryuser

Library Application

instancing java java-instance library

Last synced: 05 Mar 2025

https://github.com/kathleenwest/serviceconcurrencydemo

Concurrency and Instancing in WCF Services – A Demo of Service Concurrency and Instancing Behaviors with Multi-threading Clients: This project presents a simple Demo WCF Service and “Tester” Client Application demonstration that implements concurrency and instancing behaviors on a service with multiple client thread calls to a method on the service. The Demo Service is a standard template WCF service application hosted by the development IIS. The service features one simple method… a test method that simulates a long running process (it sleeps for 3 seconds). The client “tester” is a simple console application that creates multiple threads that access the service and report back on the results. The objective of this project was not to demo setup and hosting of a service, nor the client interface, but retrieve and display results of service behaviors with respect to multi-threaded access. Discussion regarding the hosting and setup of the simple IIS hosted service application will be skipped in this project article.

concurrency concurrency-multiple concurrency-single console-application csharp csharp-code instancing multi-threading multithreading percall percall-instance service services single-instance wcf wcf-client wcf-proxy wcf-service wcf-service-client-demo wcf-service-demo

Last synced: 17 Mar 2025

https://github.com/randomgamingdev/webglp5instancing

This library adds instancing to p5.js through the beginShape() & endShape() feature although it does require WebGL2 from https://github.com/RandomGamingDev/WebGL2p5

efficient instancing javascript js library opengl opengl-es p5-js p5js powerful render rendering webgl webgl2

Last synced: 13 Apr 2026

https://github.com/kathleenwest/servicethrottlingdemo

Service Throttling in WCF Services – A Demo of Service Concurrency and Instance Throttling Behaviors with Multi-threading Clients: This project presents a simple Demo WCF Service and “Tester” Client Application demonstration that implements concurrency and instancing behaviors on a service with multiple client thread calls to a method on the service. The project also demos throttling service behaviors that are in the service configuration settings. Service throttling limits the client calls that could otherwise drain or slow down its service to other clients if too many are calling simultaneously. The Demo Service is a standard template WCF service application hosted by the development IIS. The service features one simple method… a test method that simulates a long running process (it sleeps for 5 seconds). The client “tester” is a simple console application that creates multiple threads that access the service and report back on the results. The objective of this project was not to demo setup and hosting of a service, nor the client interface, but retrieve and display results of service behaviors with respect to multi-threaded access. Discussion regarding the hosting and setup of the simple IIS hosted service application will be skipped in this project article.

concurrency concurrency-management console-application csharp csharp-code instancing multi-threading multithreading service services throttle throttle-calls throttling wcf wcf-client wcf-proxy wcf-service wcf-service-client-demo wcf-service-demo windows-communication-foundation

Last synced: 17 Mar 2025

https://github.com/kathleenwest/moneypotinstancingdemo

This project presents a simple, but fun “Money Pot” Service and Client Application demonstration. The “Money Pot” is a self-hosted (service host) WCF application with a GUI user interface to quickly demo and test the service with a client (both simple Windows Form Applications). In addition, a short discussion of concurrency to protect resources against multiple threads is shown along with charts, pictures, and test data to show that with multiple threads (clients) wanting the “money pot” resource, can diminish what resources an individual client thread can receive if they compete against one another.

concurrency concurrency-patterns concurrent-data-structure concurrent-programming cross-thread instancing service singleton synchronization thread-safe thread-safety thread-synchronization threading threadpool threads wcf wcf-client wcf-service wcf-service-client-demo windows-form-application

Last synced: 06 Sep 2025