With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Create and run cloud-based virtual machines.
Secure and customizable compute service that lets you create and run virtual machines.
Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
The Irrlicht Engine is an open source high performance realtime 3D engine written and usable in C++. It is completely cross-platform, using D3D, OpenGL and its own software renderers.
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...
OpenArena is a 3d game creation engine. It is a rendering system that can be used for more than just games but it is targeted at games. The basic use being create some game media textures models maps and config files for physics and rules.
Cloud data warehouse to power your data-driven innovation
BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.
BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
The Python Computer Graphics Kit is a collection of Python modules that
contain the basic types and functions to be able to create 3D computer
graphics images (focusing on Pixar's RenderMan interface).
loadobj3ds chung is a small openGL obj/3ds objects loader using gui_chung window freebasic coding and the dlls loadobj_chung.dll , load3ds_chung.dll (dev c++/codeblocks) . Can handle obj models up to 200k vertices (update 2018) .
Simple test for 3d scene viewing demonstrating usage of:
Qt5.1: a bit of qml framework+lot of native (c++)
OpenGL ES: portable windows/linux/android code
QtCreator framework: compile on all platforms
License:
- 3d models were taken from The Guild 2 Renaissance. All rights belong to Nordic Games GmbH. Non-commercial usage with courtesy of Nordic Games GmbH.
- trackball code inspired by apple cocoa help
Note:
- home made qml widgets (Qt5.1 compatible)
- home made openGL...
An Ogre camera control system plugin. Easily expandable and plugable to current Ogre projects. It implements some basic camera modes: free, orbital, chase, through target... Still in early stage.
Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.
Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
Y.A.P.R.M. is a free-as-in-freedom modeller to graphicaly design 3d scenes and generate POV-Ray-files for them. Appart from the basic POV-Ray objects which can be used in CSG operations it supports spline based objects. Furthermore a vast amount of 3d-files can be imported and used with Y.A.P.R.M.
A C++ library to easily create GUI-editable objects
...The goal was to make each object "know" how it should be displayed and changed, so that a simple GUI tool can display complex objects, and new objects can be created without having to spend time creating the "widgets" for them.
The basic requirements was:
- The "GuiObjects" don't know which graphical toolkit (e.g. gtk) will be used to display them.
- The objects can be displayed without knowledge of what exactly they are.
- save/load/undo/etc. will be taken care of automatically.
In addition, because this is a project I started to train in C++:
- there will be no dynamic casting! ...
This tool is supposed to be able to calculate majority of basic problems of analytic geometry lessons at secondary schools. Calculations are done using a comprendious user interface and results are shown in well-organized tables as well as drawn into a 3D window. We took special care to integrate full support for interactive whiteboards reducing the need for using keyboard to minimum. We used different colors for every object to help users learn the user interface quickly.
This project implements a simple 3D game/graphical engine based on OpenGL API. The code is partially based on OpenGL tutorials by NeHe and implements basic features like lighting, collisions, hit tracing and HUD.
This is a junior 3d engine, provide basic 3d functions like transforming, lighting, culling, collision detecting, and so on. if we could, we would add any specific we need.
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.
OpenVision 3D is a name for a collection of two OpenSource projects. The projects aims towards the goal of making an easy to use 3D multipurpose engine and showing this off with a basic First Person Shooter multiplayer game.
VTK.NET is a .NET wrapper for the Visualization Toolkit. With it, you can write Windows Forms applications in C#, managed C++, Visual Basic, or J#. It includes a Windows Forms Control for drag and drop design of forms.
3DControls is a framework entirely in 3D (OpenGL) where every control has been rethought to use the advantage of a third dimension to bring a better interactivity.
This GUI engine is an OO C++ library, with events, basic controls.
knockoff (KO) is a 3D action game written in C++ useing OpenGL. The basic aim is to knock your opponents off floating platforms any way you can (hence the name). Its a cartoon style game with Cell shading and lots of other fun features - check it out!
A basic OpenGL 3D game engine built from the ground up to support multi-texturing, mip-mapping, face culling and more. Its simplicity is its virtue to aid in learning and to ease expansion. Currently, it runs on Windows using MFC, Linux support is coming