All Projects → ericnething → Opengl Sdl Tutorial

ericnething / Opengl Sdl Tutorial

A tutorial for using the modern shader pipeline of OpenGL with SDL 2 in Haskell

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Opengl Sdl Tutorial

Soldat
Soldat is a unique 2D (side-view) multiplayer action game
Stars: ✭ 1,199 (+19883.33%)
Mutual labels:  opengl, sdl2
Opengl Demo
Just an OpenGL (SDL) demo in pure PHP
Stars: ✭ 146 (+2333.33%)
Mutual labels:  opengl, sdl2
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+168483.33%)
Mutual labels:  opengl, sdl2
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (+12716.67%)
Mutual labels:  opengl, sdl2
Engine
A basic cross-platform 3D game engine
Stars: ✭ 208 (+3366.67%)
Mutual labels:  opengl, sdl2
Simpleton Engine
What a stupid name for a library
Stars: ✭ 42 (+600%)
Mutual labels:  opengl, sdl2
Teeworlds
A retro multiplayer shooter
Stars: ✭ 1,712 (+28433.33%)
Mutual labels:  opengl, sdl2
Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+13833.33%)
Mutual labels:  opengl, sdl2
Flextgl
OpenGL and Vulkan header and loader generator.
Stars: ✭ 180 (+2900%)
Mutual labels:  opengl, sdl2
Dagon
3D game engine for D
Stars: ✭ 165 (+2650%)
Mutual labels:  opengl, sdl2
Catacombgl
CatacombGL is a Windows source port with OpenGL graphics for Catacomb 3D (1991), The Catacomb Abyss (1992), The Catacomb Armageddon (1992) and The Catacomb Apocalypse (1993).
Stars: ✭ 41 (+583.33%)
Mutual labels:  opengl, sdl2
Rigelengine
A modern re-implementation of the classic DOS game Duke Nukem II
Stars: ✭ 393 (+6450%)
Mutual labels:  opengl, sdl2
Imac Tower Defense
OpenGl 4.4 game made with Entity Component System
Stars: ✭ 28 (+366.67%)
Mutual labels:  opengl, sdl2
Supertux
SuperTux source code
Stars: ✭ 1,120 (+18566.67%)
Mutual labels:  opengl, sdl2
Fortran Sdl2
Fortran 2008 interface bindings to SDL 2.0
Stars: ✭ 18 (+200%)
Mutual labels:  opengl, sdl2
Xray 16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Stars: ✭ 1,806 (+30000%)
Mutual labels:  opengl, sdl2
Spearmint
Spearmint — an updated id Tech 3 engine for continuing the classics and creating new games.
Stars: ✭ 161 (+2583.33%)
Mutual labels:  opengl, sdl2
Simple2d
🎮 Simple, open-source 2D graphics for everyone
Stars: ✭ 390 (+6400%)
Mutual labels:  opengl, sdl2
Hybridrenderingengine
Clustered Forward/Deferred renderer with Physically Based Shading, Image Based Lighting and a whole lot of OpenGL.
Stars: ✭ 563 (+9283.33%)
Mutual labels:  opengl, sdl2
Gltut
Learning Modern 3D Graphics Programming
Stars: ✭ 690 (+11400%)
Mutual labels:  opengl

OpenGL and SDL 2 in Haskell

This is a tutorial for using the modern shader pipeline of OpenGL with SDL 2 in Haskell. I couldn't find any tutorials that cover using these two libraries in Haskell, although I did find an old tutorial that covered the fixed function pipeline (now deprecated) in OpenGL. I wrote this tutorial using guides written for the C API and matched them as best as I could with the high-level Haskell bindings.

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].