Directx11 Engine

Simple 3d engine on DirectX11
Alternatives To Directx11 Engine
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
3d Machine Learning8,647
4 months ago19
A resource repository for 3D machine learning
Pytorch3d7,35754 days ago10April 28, 2022192otherPython
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
Draco5,664132024 days ago23July 07, 2022100apache-2.0C++
Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.
Meshlab3,774
a day ago129gpl-3.0C++
The open source mesh processing system
Cloudcompare2,738
a day ago191otherC++
CloudCompare main repository
Graphics2,70831a month ago25December 03, 2021147apache-2.0Python
TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow
Yocto Gl2,590
a month ago9C++
Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
Pyvista1,8181399a day ago60June 30, 2022356mitPython
3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
Vedo1,64812a day ago18May 08, 202294mitPython
A python module for scientific analysis of 3D data based on VTK and Numpy
Online3dviewer1,647
6 days ago10June 13, 202280mitJavaScript
A solution to visualize and explore 3D models in your browser.
Alternatives To Directx11 Engine
Select To Compare


Alternative Project Comparisons
Readme

directx11-engine

Simple 3d engine on DirectX11

Features:

  • Own mesh format (.mesh), terrain format(.terrain). For mesh created addon for Blender, for terrain was written python script, which converts bitmap to .terrain.
  • Support of loading dds textures (from DirectXTex library), loading vertex and pixel shaders.
  • Input system based on DirectInput.
  • Text rendering is performed by DirectWrite + in game console;
  • Directional ligthing;
  • Normal mapping.
  • Timer

Blender_exporter

Installation:

  • Copy io_scene_mesh directory to <BlenderVersion>\scripts\addons
  • Enable addon in Blender User Preferences -> Add-ons -> Import-Export -> MESH EXPORT

To export use File -> Export -> To Mesh command.

Terrain_generator

Replace picture.png by your heightmap and run run.bat. Output file: out.terrain

Screenshots

Popular 3d Graphics Projects
Popular Mesh Projects
Popular Graphics Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
C Plus Plus
3d
Mesh
Blender
Terrain
Directx
Graphics Programming
Graphics Engine