#opengl résultats de recherche
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

Interesting thing. Android GLSurfaceView for displaying OpenGL rendering I use for applying image effects in real-time doesn't work well for bitmaps without an alpha channel (RGB_565) and crashes the app. There are also some artifacts on emulators #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

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


Don't Drink And Drive Do Javascript. #BuildInPublic #Code #OpenGL #Web3D #Javascript #Threejs #justintimberlake
3rd person test. forgive the hair she's wearing a wig made of lasagna sheets #gamedev #indiedev #opengl #cpp
作成中の自作ゲームエンジンに三次元空間上の平面でアニメーションを描画するシステムの実装に成功しました!! #OpenGL #ゲーム制作 #ゲーム開発 #ゲームエンジン #gamedev #個人開発 #indiegame #自作ゲーム #3D
[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 🔗⇣
![lorengprojekt's tweet image. [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
🔗⇣](https://pbs.twimg.com/media/Gir1oP7bYAAYjra.jpg)
![lorengprojekt's tweet image. [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
🔗⇣](https://pbs.twimg.com/media/Gir1pGKbYAIDZ0K.jpg)
![lorengprojekt's tweet image. [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
🔗⇣](https://pbs.twimg.com/media/Gir1pGPbYAEanEi.jpg)
“Touch grass”, they said #ThreeJS #3DGraphics #OpenGL #CG #SimonDevCourses #3D Took an online course by @iced_coffee_dev and made this!
自作ゲームエンジンでRPGゲームで使う2Dのマップを作成するコンポーネントを作った!オブジェクトの向きに対してマップの描画も変わるようにしたので、傾いた世界を描画してみた #OpenGL #ゲーム制作 #ゲーム開発 #ゲームエンジン #gamedev #個人開発 #indiegame #自作ゲーム #RPG #コンポーネント
自作ゲームエンジンに曲線を実装する拡張機能を開発してみた! とりあえずアステロイド描画。なんか不安定な動きだな... #OpenGL #ゲーム制作 #ゲーム開発 #ゲームエンジン #gamedev #個人開発 #indiegame #自作ゲーム #SDL
Slowly porting the prototype on top of the LearnWebGPU C++ example, added a scene with some SDF primitives and ImGuizmo. Raymarching outputs color and depth to properly depth test with rasterized meshes. #WebGPU #OpenGL #GPU #imgui #emscripten

Well it took a while to get #sdl3 #opengl #glad font working #stb_truetype with #grok in expert mode which made dumbfounded. I guess it must be incorrect query build... Well it worked base on the font sample I gave #grok which took to debug and fixed.
BREAKING: #OpenGL adds Mesh Shaders, a fundamental shift in graphics rendering. 🎮 Ditching the old vertex pipeline for a compute model unlocks 10x performance with extreme geometry. Read more: 👉 tinyurl.com/rp89wm95 #Mesa

Just saying that exposing the #opengl #glad api to #lua script to set up simple graphic is either easy and hard as well #sdl3 seem missing config set up or bug. Which need to report bugs is no easy task. SDL_GL_GetAttribute SDL_GL_DOUBLEBUFFER get 0 result try to set to 1.
While review the code for the project. It seem easy and hard depend what I am looking at from c #opengl #glad layer with lua api and #lua script create manual. Well still required to lua string format. which I need to test more in depth some how check misconfig. #sdl #grok
Manage to get font working partly a bit. Just test build. It something to do with #lua format and misconfig. Might have to do retry to feed data later but now I need to work on cube 3d later. github.com/Lightnet/sdl3_… #sdl3 #opengl #glad
Part 1: OpenGL is stepping up its game with mesh shaders GL_EXT_mesh_shader. Can't wait to see the boost in graphics rendering this could bring. #OpenGL #Graphics
It still work in progress. it seem not easy to load font which required a lot vertices and align text render. github.com/Lightnet/sdl3_… #sdl #opengl #lua still it fun to see bugs and crashes. #grok must have over load query to proper code to mess up.
(Open Access) Developing Graphics Frameworks with Python and OpenGL: freecomputerbooks.com/Developing-Gra… Look for "Read and Download Links" section to download. Follow me if you like this post. #ComputerGraphics #Python #OpenGL #programming

OPENGL VS. VULKAN: What language should you learn and why. | youtu.be/506Ux5OajOY | #opengl #vulkan #openglapi #vulkanapi #computergraphics #gpu #gpuprocessing #imageprocessing #graphics #graphicsrendering #raytracing #videogames #programming #howtocode
youtube.com
YouTube
Vulkan vs OpenGL | Getting into Computer Graphics | OpenGL CUDA...
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


Generating real-world like 3D objects on a computer is as simple as transforming xyz coordinates a bunch of times with the help of Matrices. It's just high school maths 🔥 It's unnatural how a bunch of simple abstract concepts form the most complex things. #opengl #cpp



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


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

[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 🔗⇣
![lorengprojekt's tweet image. [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
🔗⇣](https://pbs.twimg.com/media/Gir1oP7bYAAYjra.jpg)
![lorengprojekt's tweet image. [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
🔗⇣](https://pbs.twimg.com/media/Gir1pGKbYAIDZ0K.jpg)
![lorengprojekt's tweet image. [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
🔗⇣](https://pbs.twimg.com/media/Gir1pGPbYAEanEi.jpg)
Linux on Apple Silicon Now Has Conformant GPU Driver - omglinux.com/asahi-linux-op… #apple #linux #opengl

Slowly porting the prototype on top of the LearnWebGPU C++ example, added a scene with some SDF primitives and ImGuizmo. Raymarching outputs color and depth to properly depth test with rasterized meshes. #WebGPU #OpenGL #GPU #imgui #emscripten


Is it really a graphics engine without an editor? (Probably yes but I started working on one regardless) #gamedev #graphics #opengl

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. Bears 89.6K posts
- 2. #Worlds2025 18.2K posts
- 3. Happy Birthday Charlie Kirk 6,223 posts
- 4. Jake Moody 13.9K posts
- 5. Snell 24.8K posts
- 6. Bills 144K posts
- 7. Falcons 51.7K posts
- 8. Caleb 49.1K posts
- 9. phil 180K posts
- 10. Josh Allen 27K posts
- 11. Jayden 22.9K posts
- 12. Joji 31.5K posts
- 13. #BearDown 2,399 posts
- 14. Swift 289K posts
- 15. Ben Johnson 4,471 posts
- 16. #Dodgers 15.5K posts
- 17. Turang 4,380 posts
- 18. Troy Aikman 6,648 posts
- 19. Roki 6,038 posts
- 20. Bijan 33.4K posts