GitHub / simeonradivoev 12 Repositories
I'm an indie game dev.
simeonradivoev/echo-unity
Lone Echo Zero-G Mechanics Recreated in Unity Prototype
Language: C# - Size: 113 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 10 - Forks: 1

simeonradivoev/ComputeStochasticReflections
Compute Stochastic Screen Space Reflections for unity post processing
Language: C# - Size: 2.61 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 295 - Forks: 27

simeonradivoev/2D-Platformer
A 2D Action Platformer Experiment made with ECS/DOTS
Language: C# - Size: 4.68 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 49 - Forks: 10

simeonradivoev/GPU-Planetary-Rendering
GPU atmosphertic scattering and planet generation in Unity 3D
Language: C# - Size: 13.9 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 191 - Forks: 22

simeonradivoev/UIElementNodeGraph
A bare bones stripped down version of the shader graph editor using UIElements
Language: C# - Size: 261 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 154 - Forks: 23

simeonradivoev/Galaxia-Runtime
Galaxy generator for Unity 3D, with Custom Particle Distributors, DirectX 11 Particles and Highly customization, curve driven Generation.
Language: C# - Size: 12.4 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 56 - Forks: 11

simeonradivoev/electron-dam
A bundle based digital asset manager built on top of electron using React and typescript.
Language: TypeScript - Size: 3.91 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 9 - Forks: 5

simeonradivoev/Galaxia-Editor
Language: C# - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 1

simeonradivoev/Quadcopter-Controller
A prototype for a physically based quadcopter controller with an autopilot in Unity3D
Language: C# - Size: 9.78 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 38 - Forks: 20

simeonradivoev/NNAO
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Language: C# - Size: 53.3 MB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 93 - Forks: 11

simeonradivoev/Unity-Open-Source-Tools
Open Source Tools for Unity
Language: C# - Size: 15.3 MB - Last synced at: about 2 months ago - Pushed at: almost 7 years ago - Stars: 19 - Forks: 4

simeonradivoev/PlayniteMQTTClient
🎮 MQTT Client Extension for Playnite
Language: C# - Size: 96.7 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 3

simeonradivoev/UniGit
An open source GIT Unity3D editor plugin.
Language: C# - Size: 19.6 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 144 - Forks: 16

simeonradivoev/Code-Node-Editor
A graph node editor for generating C# scripts using .Net's CodeDOM in Unity.
Language: C# - Size: 316 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 117 - Forks: 20

simeonradivoev/shaarli-midnight-blue
Shaarli dark mode theme
Language: CSS - Size: 1.24 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

simeonradivoev/UI-Node-Editor
A Unity node editor for creating Immediate mode UIs
Language: C# - Size: 3.05 MB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 76 - Forks: 10

simeonradivoev/Flying-Pathfinding
Flying pathfinding prototype using an Octree in Unity 3D
Language: C# - Size: 27.3 MB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 73 - Forks: 14

simeonradivoev/MatterOverdrive 📦
A Replication mod, for Minecraft
Language: Java - Size: 32.4 MB - Last synced at: 9 months ago - Pushed at: over 7 years ago - Stars: 42 - Forks: 40

simeonradivoev/NamedReferences
A small utility for the unity editor that shows references to and from the selected game object in the hierarchy window.
Language: C# - Size: 23.4 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

simeonradivoev/kinect-hue-depth-encoding
Using a Kinect v1 and encoding its depth into a video file as a hue range, it can later be used to playback point-cloud animations.
Language: C# - Size: 26.1 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 1

simeonradivoev/Coop-Design
A prototype for runtime cooperative level designing in Unity 3D
Language: C# - Size: 497 MB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 20 - Forks: 1

simeonradivoev/gameflow-launcher
Open-Source Video Game Library Manager. Built using react, Typescript and Electron.
Language: TypeScript - Size: 887 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 2

simeonradivoev/Svelto.ECS Fork of sebas77/Svelto.ECS
Svelto ECS C# Entity Component System
Language: C# - Size: 1.18 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

simeonradivoev/raymarching-nebula
A simple raymarching postprocessing stack effect.
Language: C# - Size: 930 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 15 - Forks: 3

simeonradivoev/MinecraftForge Fork of MinecraftForge/MinecraftForge
Modifications to the Minecraft base files to assist in compatibility between mods.
Language: Java - Size: 79.5 MB - Last synced at: over 2 years ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

simeonradivoev/Light2D Fork of SSS135/Light2D
2D shader-based lighting system for Unity3D
Language: C# - Size: 7.01 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 14 - Forks: 2

simeonradivoev/Svelto.ECS.Tests Fork of sebas77/Svelto.ECS.Tests
Svelto.ECS unit tests
Language: C# - Size: 1.58 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

simeonradivoev/PlanetarySystem
A Planetary System Simulation
Language: C++ - Size: 24 MB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 12 - Forks: 3

simeonradivoev/uimgui Fork of psydack/uimgui
UImGui (Unity ImGui) is an UPM package for the immediate mode GUI library using ImGui.NET. This project is based on RG.ImGui project.
Language: C# - Size: 4.37 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

simeonradivoev/extinction-globe
Language: JavaScript - Size: 6.6 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

simeonradivoev/UimGui-Addressable-Bug
A bug with UimGui and Addressable where when you load a scene with the UI it doesn't render
Language: Mathematica - Size: 61.5 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

simeonradivoev/BakedInject
Baked dependency injection for Unity.
Language: C# - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 0

simeonradivoev/Play-Canvas-Electron-Editor
An offline Electron based editor for the Play Canvas game engine.
Language: JavaScript - Size: 798 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

simeonradivoev/Playnite Fork of JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
Size: 53.9 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

simeonradivoev/PlayniteAddonDatabase Fork of JosefNemec/PlayniteAddonDatabase
Size: 284 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

simeonradivoev/DH_Themes Fork of felixkmh/DH_Themes
Language: HTML - Size: 24.1 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

simeonradivoev/Stardust Fork of darklinkpower/Stardust
Desktop theme for Playnite
Language: HTML - Size: 2.26 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

simeonradivoev/Newtonsoft.Json Fork of JamesNK/Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
Size: 24.7 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

simeonradivoev/keep-a-changelog Fork of olivierlacan/keep-a-changelog
If you build software, keep a changelog.
Size: 8.52 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

simeonradivoev/NavMeshComponents Fork of Unity-Technologies/NavMeshComponents
High Level API Components for Runtime NavMesh Building
Language: C# - Size: 3.1 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

simeonradivoev/UniGitTestSubmodule
Size: 1000 Bytes - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

simeonradivoev/Galaxia-Issues
Galaxy generator for Unity 3D
Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: almost 9 years ago - Stars: 2 - Forks: 0

simeonradivoev/StochasticScreenSpaceReflection Fork of Xerxes1138/StochasticScreenSpaceReflection
Language: C# - Size: 287 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 2

simeonradivoev/PostProcessing Fork of Unity-Technologies/PostProcessing
Post Processing Stack
Language: C# - Size: 31.2 MB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

simeonradivoev/october-portfolio Fork of arrizalamin/october-portfolio
October CMS plugin to show off your past projects.
Language: PHP - Size: 67.4 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

simeonradivoev/UnityEngineAnalyzer Fork of meng-hui/UnityEngineAnalyzer
Roslyn Analyzer for Unity3D
Language: C# - Size: 126 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

simeonradivoev/UniGit-Test
Testing Repo for UniGit
Language: C# - Size: 5.69 MB - Last synced at: 5 months ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

simeonradivoev/gogs Fork of gogs/gogs
Gogs (Go Git Service) is a painless self-hosted Git service.
Language: Go - Size: 74.6 MB - Last synced at: over 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

simeonradivoev/C-game-course Fork of CodiCamp/C-game-course
The introductory course to game development with C++ and Indie Lib
Language: Logos - Size: 140 MB - Last synced at: over 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

simeonradivoev/Calculator Fork of SonarSonic/Calculator
Minecraft Forge Mod
Language: Java - Size: 3.68 MB - Last synced at: over 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0
