General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try Free
Demo Series - Small Business Backup By Veeam
Learn how to protect your Microsoft 365 data, with simple, actionable tips today.
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
CIRT is an implementation of PRTP (Programmable Ray Tracing Pipeline). Mainly it is to be used as a ray-tracing equivalent of OpenGL. It allows the user to implement various ray-tracing related algorithms.
Realtime raytracer using SIMD on ARM, MIPS, PPC and x86
QuadRay engine is a realtime raytracing project aimed at full SIMD utilization
on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved
by processing four rays at a time to match SIMD register width (hence the name).
The rendering core of the engine is written in a unified SIMD assembler
allowing single assembler code to be compatible with different processor
architectures, thus reducing the need to maintain multiple parallel versions.
At present, Intel...
Gphoton is a simple 3d modeler and ray tracer. If you're looking for the best 3d modeler or best ray tracer, this isn't it. If you want to easily make some simple 3D primitives and see multiple reflections or dink with ray trace code, you might find this fun, read on.
In 2nd grade we had a sub who taught us to draw 2pt perspective - life was never the same. My dad's drafting book taught that and 3pt persp.
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
A really simple (following K.I.S.S statement) ray tracing project.
I have in mind a C RayTracing library, but, actually it is an application using opengl to show the texture (e.g. the raytraced result) generated by the library.
This is a project to explore and make a Ray Tracer that can be really fast, optimized and with the more options we can. My hope is to make it fully and easily understandable in order to give to the developers all the hand in the process.
An object oriented ray tracer and image manipulation library. Also comprises ZRVision, a computer vision support library and several example apps illustrating what can be done with ZeroRay.
RayLab is a simple, portable ray tracer for producing 3D images. It uses a custom text-based scene description language, and supports several mathematical shapes, as well as CSG operations (constructive solid geometry).
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
This is a Java implementation of ray tracer presented in the book Ray Tracing from the Ground Up. Since it is in Java, it can be run on every platform. Note that the implementation is ongoing and it is developed as an Eclipse project.
This a ray tracer produced from scratch in C++. Objects supported: Sphere, Plane, Cube, Cylinder. Enhancements included: Phong Shading, Reflection, Shadows, Refraction, Texture Mapping, and Super Sampling.
Ray Watch is a cross-platform Ray Tracer written entirely in C++. Currently, the project supports basic primitives and all the finer stuff like reflection, refraction, specularity and soft shadows.
Virtuelium is an open-source multi-spectral physically based ray-tracer developed to render the visual appearance of material and to be able to do multi-scaled simulations of light interactions.
With Ingo Wald's permission, XFRT has been created to provide a free (LGPL), high-performance library that is application source-compatible with the OpenRT api .
A basic ray tracer written in the Scala language. Features includes photon mapping and a frontend written in Groovy. Planed features are volumetric lighting and shadow photons.
A GPU GLSL implementation of a Uniform-Grid accelerated Ray Tracer. Basic test boxes and Stanford bunny are currently renderable. Tested on ATI X1600 mobile, FireGL V3400, and 8800gt.
HDCellRT Produced an interactive ray tracer for use on the Sony Playstation 3's Cell processor. It can output to the high definition frame buffer on the PS3. Most of the project is written in assembly for the Cell's SPUs. Project not polished, but done