-
TheAshWorks
- India
- AshwinMods.com
- @AshwinMods
Stars
An example of drawing numerous instances using Unity3D, compute shaders and Graphics.DrawMeshInstancedIndirect with Frustum & Occlusion culling and LOD'ing.
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, me…
Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
General purpose wireframe shaders for use in Unity.
This is a framework that allows you to create game servers and services for your game inside Unity. It allows you to avoid using third-party services such as Playful, PAN, or Smartfox server. This …
Math reference for games and more. All visualized in Unity3D.
Split large meshes in Unity into smaller submeshes
This repository is intended to be used as a code repository for learning DirectX 12.
Water Surface Simulation using CutomRenderTexture in Unity 2017.1
An example of a geometry shader with Unity's standard lighting model support.
A small, easy to understand C# implementation of the A Star pathfinding algorithm for 2D grid based applications.