There are 0 repository under reflections topic.
A simple and user-friendly reflection utility library.
Various modding tools for DRIV3R, Driver: Parallel Lines, and Driver: San Francisco.
Math framework
Python scripts for GNSS interferometric reflection applications
Compile time struct Reflections
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.
Java library that caches reflections to make accessing them faster
A very simple 3D maze game with ray tracing in C++.
RPC server and client for Java that uses reflection for fast integration into your code
Bachelor Research (Thesis) | C++ Qt implementation of edge detection algorithms.
Multipath propagation simulation using ray-casting method.
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.
Spectra Gallery
💡 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 🚀.
Esse repositório foi criado para publicar meu projeto para a Alura que traz debates e perspectivas sobre a Inteligência Artificial
Matlab code to help new users evaluate and analyze GPS reflection data.
A hobby Blinn-Phong shaded ray-tracer written in C++
A lightweight and easy-to-use dependency injection framework in Java
A simple implementation of a raytracing scene in C
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.
Parsing classes by package and annotation. This rep requires Reflections, Javaassist and Google Guava
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.
A rendering project using the Vulkan API. Will eventually feature raytraced soft shadows, raytraced reflections, and raytraced ambient occlusion.
A more advanced Ray Tracer with pbr shading, bsdf, anti-aliasing and much more !
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.
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).
Transcribe human-readble, advanced YAML schemas into Pydantic models for data validation pipelines