#
engine3d
Here are 79 public repositories matching this topic...
4X Space Strategy game Star Ruler 2's open source distribution.
-
Updated
May 29, 2021 - C
Tiny OpenGL Wrapper / 3D Engine in C++
audio
drawing
wrapper
opengl
game-engine
shaders
engine
engine3d
game-engine-3d
3d-engine
opengl3
tinyengine
drawing-helper
-
Updated
Feb 16, 2022 - C++
game engine and framework written in luajit
linux
font
gui
lua-library
lua
game-engine
ffi
game-development
luajit
lua-script
love2d
ffi-wrapper
game-framework
luajit-ffi-bindings
engine3d
source-engine
garrysmod
luajit-ffi
game-dev
-
Updated
Apr 6, 2022 - Lua
enhancement
New feature or request
good first issue
Good for newcomers
Shaders
Issues related to Shaders(GLSL, HLSL, PSSL etc)
[2013, incomplete] the goal back then: "a Go-native, modern-OpenGL real-time 3D rendering engine" ➜ I think it's still a solid *basis* for one; the real "meat" is in `___old2013` ➜ project stalled out as my focus shifted elsewhere from 2014
-
Updated
Mar 23, 2017 - Go
A versatile real-time platform for making 3D, 2D games and apps.
gamedev
csharp
game-engine
uwp
engine
rendering
engine3d
game-engine-3d
3d-graphics
3d-graphics-engine
game-engine-2d
-
Updated
Apr 2, 2022 - C#
Source code for Zea Engine, a high-performance, modular, and open-source 3D graphics engine SDK for supporting CAD and BIM models in web applications.
javascript
open-source
engineering
webgl
sdk
svelte
cad
engine3d
bim
webgl2
3d
3d-visualization
3d-viewer
gltf-viewer
webxr
aec
zea
zea-engine
professional-graphics
-
Updated
Apr 28, 2022 - HTML
Desktop/Android Python game development framework on top of Vulkan API
-
Updated
Aug 28, 2018 - Python
3D Graphics Engine For Games | C++ OpenGL 4.1
engineering
graphics-engine
game-engine
engine
engine3d
geometry-processing
fragment-shader
3d-printing
3d
3d-game-engine
3d-graphics
3d-printer
3d-engine
vertex-shaders
height-map
tesselation
normal-mapping
geometry-shader
terrain-generator
tesselation-shader
-
Updated
Jan 31, 2021 - C++
A path tracer based on hardware ray tracing
-
Updated
Apr 6, 2021 - C++
Bang OLD REPO. Please go to the current repo ============>
-
Updated
Apr 1, 2018 - C
Vulkan Render Engine
engine
rendering
vulkan
engine3d
renderer
rendering-engine
pbr
rendering-3d-graphics
3d-engine
vulkan-game-engine
pbr-shading
vulkan-engine
-
Updated
Aug 13, 2020 - C++
HevEn is a small FPS/TPS game engine (for test purposes)
-
Updated
Mar 24, 2018 - C++
Graphics Framework (engine) with modular architecture
c-plus-plus
opengl
graphics-engine
software-rendering
engine
opencl
virtual-reality
engine3d
vulkan-api
graphics-3d
graphics-framework
-
Updated
Nov 19, 2018 - C++
3D Game Creation Engine in Javascript
-
Updated
Jul 14, 2021 - JavaScript
3D game engine using OpenGL.
-
Updated
Apr 27, 2019 - C
UNMAINTAINED: Please have a look at the vulkan-renderer
nodejs
game
c-plus-plus
irc
cpp
wiki
multiplayer
engine
organisation
decisions
contrast
engine3d
influence
thought
fps-game
sauerbraten
inexor
-
Updated
Jan 18, 2019 - C++
Open Source OpenGL C++ Engine
android
windows
linux
open-source
opensource
opengl
cplusplus
cross-platform
cpp
android-library
opengles
engine3d
opengl-es
3d
3d-graphics
3d-engine
-
Updated
Feb 20, 2022 - C++
A fast and modern vulkan based rendering engine
documentation
graphics-engine
cpp
graphics
rendering
vulkan
engine3d
in-development
pbr
rendering-3d-graphics
documented
3drendering
vulkan-game-engine
pbr-shading
vulkan-engine
-
Updated
Apr 18, 2022 - C++
BoardGamr-Engine is Game Engine to make console board games in c/c++ it provide all the necessary methods to make simple game using only ASCII characters provides various types of board,game cards,dice and player modules
board-game
games
game-of-life
game-engine
unity
engine
game-development
tic-tac-toe
game-2d
game-framework
engine3d
boardgame
2d-engine
gamestream
board-game-framework
2d-game-library
figlet-fonts
snakes-and-ladders
pc-game
gta-engine
-
Updated
Feb 17, 2021 - C
Improve this page
Add a description, image, and links to the engine3d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the engine3d topic, visit your repo's landing page and select "manage topics."
imGui shaders in glsl produce wroing stride of 32 because the color is supplies as U32 but we have vec4 on the glsl side and it returns a format
R32G32B32A32_UNORMinstead ofR8G8B8A8_UNORM.