#opengl ผลการค้นหา
📐Early GPU Acceleration Progress - Part 3 AutoDesk Fusion working with OpenGL backend. This is really big for CAD folks. AutoDesk plans to remove OpenGL in new versions of Fusion, but I think you can keep using the current one and have it working. #winboat #linux #opengl #CAD
My project Diffusion is out now. It's a completely free FPS mod/game made on Xash3D-FWGS engine and offers you 8-12 hours of single player experience. I also wrote the music here. Enjoy and have fun! Available now on #itchio aynekko.itch.io/diffusion #xash3d #opengl #windows #linux
Implemented reoriented triplanar normal mapping (RNM) for the terrain in my custom engine/editor. Special thanks to @bgolus for his amazing article on the subject. #gamedev #indiedev #opengl
3rd person test. forgive the hair she's wearing a wig made of lasagna sheets #gamedev #indiedev #opengl #cpp
I’m building my own small 3D engine in C++/OpenGL, starting from zero knowledge Here’s a RPG-style prototype I’ve been working on Still very rough visually but I’m trying to improve step by step All feedback is welcome #OpenGL #CPP #GameDev #IndieDev #GraphicsProgramming
After 2 days of hard researching I was able to implement Offscreen rendering with GL using EGL14 for background image processing. And applying Android Media Effects to a bunch of images at once. Not easy things. Thanks to Chatgpt 😄 #androiddev #opengl
This is as far as I've gotten with #OpenGL, I was finally able to draw a sprite :D Now I'm adapting it for pixel art, setting the resolution I want the screen to be drawn at. #gamedev
Trying to do custom #UI in #C and #opengl. Using #rgfw to keep it simple and lightweight. #indiedev #gamedev
Ok. OpenGL + Android Media Effect performs much better than OpenCV cause of uses GPU. Found this project on GitHub helpful, but there are some issues with the Open GL context 👇 github.com/burhanrashid52… #AndroidDev #opengl
Added splat map explicit channel selection and splat map overlay view over the terrain when channel selection buttons are hovered. #raylib #opengl #gamedev #indiedev
作成中の自作ゲームエンジンに三次元空間上の平面でアニメーションを描画するシステムの実装に成功しました!! #OpenGL #ゲーム制作 #ゲーム開発 #ゲームエンジン #gamedev #個人開発 #indiegame #自作ゲーム #3D
Heightmap-based terrain texture blending with up to 255 textures in 1 draw call using custom vertex attributes & texture arrays. Two VBOs hold texture indices & blending weights, driving seamless, dynamic blending in the fragment shader. #gamedev #indiedev #opengl #raylib
Is your in-house #Vulkan rewrite of #OpenGL failing to be faster? We can fix that, and other things. We fill any #Rendering or #HPC single job vacancy with teams of well coordinated, experienced engineers instead. devsh.eu is looking for a new project this June.
OpenGL programmers from the early days had it so easy. I'm writing a translation layer that emulates immediate GL-style draw calls on top of WebGPU with C++17. It's been fun. #OpenGL
このデジタルアート、リンクよりどなたでもダウンロード出来ます harmonized-forge.itch.io #opengl #webgl #glsl #digitalart #cg
While working on a 3D engine, I’m sharing my repository: a simple VSCode setup with GLFW, VBO, EBO, VAO, GLM, and a basic window. #cpp #glfw #opengl #gamedev github.com/Nikchan5/GLFW-…
I’m building my own small 3D engine in C++/OpenGL, starting from zero knowledge Here’s a RPG-style prototype I’ve been working on Still very rough visually but I’m trying to improve step by step All feedback is welcome #OpenGL #CPP #GameDev #IndieDev #GraphicsProgramming
Experience the organic movement of metaballs and their textures in your browser, a never-before-seen fusion. メタボールの有機的な動きと滑らかなテクスチャをぜひ入手して体験してみてください Available from the link harmonized-forge.itch.io #opengl #webGL #digitalart #metaball #CG
My project Diffusion is out now. It's a completely free FPS mod/game made on Xash3D-FWGS engine and offers you 8-12 hours of single player experience. I also wrote the music here. Enjoy and have fun! Available now on #itchio aynekko.itch.io/diffusion #xash3d #opengl #windows #linux
I've almost finished my imgui in C, I just need to implement a few widgets. Nearly 12K lines of code have been written since the last post, so almost 25K lines in total. #opengl #imgui
Pues ya preparando los siguientes videos. Vienen preñados de información: VAOs, VBOs, shaders... Tengo idea de no extenderme tanto como los dos primeros pero igual con todo el contenido acabo haciendo 5 videos para dibujar un triángulo 😅 #OpenGL #ModernOpenGL
Sin saber muy bien qué capacidad para subir nuevo contenido voy a tener, pero ahí va. Se aceptan sugerencias! youtube.com/playlist?list=…
Fixed an issue where turning headlights on would cause everything behind the car to be brightly lit on *SOME* GPUs, like my Intel integrated. Turns out pow(negative_x, e) would end up being positive. Why..?Just some things you need to be aware of.. #gamedev #opengl
My project Diffusion is out now. It's a completely free FPS mod/game made on Xash3D-FWGS engine and offers you 8-12 hours of single player experience. I also wrote the music here. Enjoy and have fun! Available now on #itchio aynekko.itch.io/diffusion #xash3d #opengl #windows #linux
This is as far as I've gotten with #OpenGL, I was finally able to draw a sprite :D Now I'm adapting it for pixel art, setting the resolution I want the screen to be drawn at. #gamedev
After 2 days of hard researching I was able to implement Offscreen rendering with GL using EGL14 for background image processing. And applying Android Media Effects to a bunch of images at once. Not easy things. Thanks to Chatgpt 😄 #androiddev #opengl
Screen Space normals from depth buffer by raymarching SDF are crap. I don't think I can get a perfectly smooth depth buffer with raymarching, so screen operations like AO or GI will suffer from this patterns. Moving to marching cubes + raster may be a better option. #OpenGL
[Collection] Chaos of Contemporary Existence @objktcom 5/5 5 $TEZ Graphic_Archive_007.png Graphic_Archive_008.png Graphic_Archive_009.png Procedural graphic generated using GLSL shading language. #glsl #opengl 🔗⇣
Is it really a graphics engine without an editor? (Probably yes but I started working on one regardless) #gamedev #graphics #opengl
Back at it again, but this time with a much better CMake config, code structure, compatibility with Windows and Linux, and additional build scripts in bash for convenience. #cmake #c++ #opengl #graphics #gamedev
Is your in-house #Vulkan rewrite of #OpenGL failing to be faster? We can fix that, and other things. We fill any #Rendering or #HPC single job vacancy with teams of well coordinated, experienced engineers instead. devsh.eu is looking for a new project this June.
Measuring how many SDF primitives are contributing to each leaf voxel, red is 20 or more (of 97). I think this is the key to optimize the sparse voxel tree generation, but still has to create a filtered list efficiently to shorten the loop🤯any suggestions? #OpenGL #Graphics #Gfx
Developing Graphics Frameworks with Python and OpenGL amzn.to/3TuJ2LP #Python #OpenGL #programming #developer #programmer #coding #coder #softwaredeveloper #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai #ml #machinelearning #datascience
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Sunday 61.5K posts
- 2. Zirkzee 7,524 posts
- 3. #sundayvibes 4,043 posts
- 4. #CRYMUN 4,647 posts
- 5. Amorim 36.8K posts
- 6. #MUFC 14.2K posts
- 7. Yoro 6,721 posts
- 8. Mateta 8,365 posts
- 9. Casemiro 6,267 posts
- 10. WILLIAMEST AT EMQUARTIER 143K posts
- 11. #BNewEraBirthdayConcert 1.26M posts
- 12. Stockton 29.2K posts
- 13. Palace 52.6K posts
- 14. #sundaymotivation 2,115 posts
- 15. BECKY BIRTHDAY CONCERT 1.17M posts
- 16. Duke 33.2K posts
- 17. Blessed Sunday 17.4K posts
- 18. Auburn 41.6K posts
- 19. Dalot 4,704 posts
- 20. Wharton 3,801 posts