reflections
There are 103 repositories under reflections topic.
boostorg/pfr
std::tuple like methods for user defined types without any macro or boilerplate code
morrisxyang/xreflect
A simple and user-friendly reflection utility library.
Fireboyd78/driver-tools
Various modding tools for DRIV3R, Driver: Parallel Lines, and Driver: San Francisco.
Ismail-Mekni/mxreflection
Math framework
mikigal/ConfigAPI
Config API for Bukkit 1.8 - 1.20 based on Dynamic Proxies
kristinemlarson/gnssIR_python
Python scripts for GNSS interferometric reflection applications
RedSkittleFox/reflexpr
Compile time struct Reflections
jaroslavstehlik/HRP
Hybrid reflection probes for Unity. Proof of concept that reflection probes can be baked in a deferred fashion in order so they can produce realtime lighting effects. Ideal for horror games.
RedSkittleFox/serialize
C++ 23 serialization library
OxideWaveLength/Java-BetterReflection
Java library that caches reflections to make accessing them faster
FinFetChannel/RayTracingMazeCppOlcPge
A very simple 3D maze game with ray tracing in C++.
abhaybd/Java-RPC
RPC server and client for Java that uses reflection for fast integration into your code
ElizaLo/Detecting-Edges-on-Image-using-Convex-Optimization
Bachelor Research (Thesis) | C++ Qt implementation of edge detection algorithms.
Siesta-Games/URP-PlanarReflections
Unity package for Unity 6. Adds support for planar reflections in Shader Graph. Compatible only with URP
Elixonus/multipatprop
Multipath propagation simulation using ray-casting method.
manosbatsis/gradle-reflections-plugin
A Gradle plugin that uses Reflections to scan and index your project classes at build-time, allowing run-time querying without the indexing performance hit.
SpectraGallery/SpectraGallery.github.io
Spectra Gallery
alanvito1/BabyUSDT
BabyUSDT - Passive income paid in USDT with Self-Custody.
ChunhThanhDe/grow-mindset-framework
💡 A growth mindset helps individuals embrace challenges 💪, persist through obstacles 🚧, and view effort as a path to mastery 🛤️. This framework is built to support those looking to develop such a mindset 🌱, fostering personal and professional growth 🚀.
IzaacCoding36/Pensamentos-IA
Esse repositório foi criado para publicar meu projeto para a Alura que traz debates e perspectivas sobre a Inteligência Artificial
kristinemlarson/gnssIR_matlab
Matlab code to help new users evaluate and analyze GPS reflection data.
ndm767/ApolloRaytracer
A hobby Blinn-Phong shaded ray-tracer written in C++
neziw/DependencyInjector
A lightweight and easy-to-use dependency injection framework in Java
parinpan/magicjson
A Golang package that allows you to marshal private struct fields
lucaspellegrinelli/raytracing-c
A simple implementation of a raytracing scene in C
rachit491/ue4_demoReel
This demo reel, created as a final project for Advanced Graphics class, demonstrates several graphics techniques like Terrain Rendering, Level of Detail, Reflection, Global Illumination, Particle Effects. The scene shows a layout with mountains, hills, water bodies, natural vegetation, with effects of daytime and weather changes (rain/sunny) and involves a third person camera view.
sendQueue/ClassParsing
Parsing classes by package and annotation. This rep requires Reflections, Javaassist and Google Guava
zkingboos/king-core
Project of modules and DI (Dependency Injection)
BirdeeHub/ExampleKotlinPluginLoader
An example plugin loader for Kotlin-JVM. Can load and FORCE close (sometimes swing wont let go of the jar after though), can load from local or remote.
chrisrzhou/dev-2020
My developer journey leading up to 2020
Contingencyy/VulkanRenderer
A rendering project using the Vulkan API. Will eventually feature raytraced soft shadows, raytraced reflections, and raytraced ambient occlusion.
DaftMat/School-Ray-Tracer
A more advanced Ray Tracer with pbr shading, bsdf, anti-aliasing and much more !
kurbaniec/salt
Simple inversion of control framework written in Kotlin.
LauanGuermandi/FastReflections
FastReflections is a fast and lightweight .NET library that simplifies and speeds up access to methods, properties, and types using cached reflection and clean syntax.
SanjinKurelic/MVCGenerator
Most of today's simpler software solutions closely link their work to basic database operations. The basic operations are retrieving, entering, modifying, and deleting individual data, so-called CRUD operations. To simplify the implementation of such software solutions, it is possible to build a code generator that builds a series of program sections based on the definition of the database structure. The database structure is defined using a structured query language (SQL).