All Projects → rougier → Python Opengl

rougier / Python Opengl

Licence: other
An open access book on Python, OpenGL and Scientific Visualization, Nicolas P. Rougier, 2018

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Opengl

Imogen
GPU Texture Generator
Stars: ✭ 648 (+46.94%)
Mutual labels:  opengl, shaders, gpu
Luminance Rs
Type-safe, type-level and stateless Rust graphics framework
Stars: ✭ 632 (+43.31%)
Mutual labels:  opengl, shaders, gpu
Glsltuto
GLSL shaders tutorial
Stars: ✭ 168 (-61.9%)
Mutual labels:  opengl, shaders
Visbrain
A multi-purpose GPU-accelerated open-source suite for brain data visualization
Stars: ✭ 172 (-61%)
Mutual labels:  opengl, gpu
Shadered
Lightweight, cross-platform & full-featured shader IDE
Stars: ✭ 3,247 (+636.28%)
Mutual labels:  opengl, shaders
Reshade
A generic post-processing injector for games and video software.
Stars: ✭ 2,285 (+418.14%)
Mutual labels:  opengl, shaders
Gaiasky
Mirror of Gaia Sky repository hosted on Gitlab: https://gitlab.com/langurmonkey/gaiasky
Stars: ✭ 162 (-63.27%)
Mutual labels:  opengl, shaders
Gl Engine
Rendering Engine using C++ and OpenGL
Stars: ✭ 237 (-46.26%)
Mutual labels:  opengl, shaders
Tinyrenderer
A brief computer graphics / rendering course
Stars: ✭ 11,776 (+2570.29%)
Mutual labels:  opengl, shaders
Diligentcore
Core functionality of Diligent Engine
Stars: ✭ 263 (-40.36%)
Mutual labels:  opengl, shaders
Tinyengine
Tiny OpenGL Wrapper / 3D Engine in C++
Stars: ✭ 251 (-43.08%)
Mutual labels:  opengl, shaders
Ultralight
Next-generation HTML renderer for apps and games
Stars: ✭ 3,585 (+712.93%)
Mutual labels:  opengl, gpu
Remotery
Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer
Stars: ✭ 1,908 (+332.65%)
Mutual labels:  opengl, gpu
Nimble
An OpenGL renderer with a modern and extensible rendering pipeline.
Stars: ✭ 144 (-67.35%)
Mutual labels:  opengl, shaders
Sparkle
🎇 A modern particle engine running on GPU, using c++14 and OpenGL 4.4.
Stars: ✭ 162 (-63.27%)
Mutual labels:  opengl, gpu
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (-69.16%)
Mutual labels:  opengl, gpu
React Imgpro
📷 Image Processing Component for React
Stars: ✭ 2,186 (+395.69%)
Mutual labels:  opengl, shaders
Thebookofshaders
Step-by-step guide through the abstract and complex universe of Fragment Shaders.
Stars: ✭ 4,070 (+822.9%)
Mutual labels:  shaders, book
Gdx Vfx
LibGDX post-processing visual effects
Stars: ✭ 105 (-76.19%)
Mutual labels:  opengl, shaders
Yudisplacementtransition
A GPU accelerated transition library makes use of displacement maps to create distortion effects.
Stars: ✭ 121 (-72.56%)
Mutual labels:  opengl, gpu

Python & OpenGL for Scientific Visualization

| Copyright (c) 2018 Nicolas P. Rougier | License: Creative Commons Attribution 4.0 International (CC BY-NC-SA 4.0) | Website: http://www.labri.fr/perso/nrougier/python-opengl |

Python and OpenGL have a long but complicated story. It used to be really easy to program something using the fixed-pipeline and libraries such as Pyglet but things became more difficult with the introduction of the dynamic graphic pipeline in 2004. The goal of this book is to reconciliate Python programmers with OpenGL, providing both an introduction to modern OpenGL and a set of basic and advanced techniques in order to achieve both fast, scalable & beautiful scientific visualizations. The book uses the GLES 2.0 API which is the most simple API for accessing the programmable graphic pipeline. It does not cover up-to-date OpenGL techniques but it is sufficient to achieve great visualisation. In fact, modern OpenGL allows to control pretty much everything in the pipeline and the goal of this book is to explain several techniques dedicated to scientific visualisation such as isolines, markers, colormaps, arbitrary transformations but there are actually many more techniques to be discovered and explained in this open-access book. And of course, everything will be fast and beautiful.

.. image:: images/teaser.png

This book is open-access (i.e. it's free to read at this address <http://www.labri.fr/perso/nrougier/python-opengl>) because I believe knowledge should be free. However, if you think the book is worth a few dollars (5€ <https://www.paypal.me/NicolasPRougier/5> or 10€ <https://www.paypal.me/NicolasPRougier/10>), you can use Paypal <https://www.paypal.me/NicolasPRougier/> to make payment. This money will help me to travel to Python conferences and to write other books as well. If you don't have money, it's fine. Just enjoy the book and spread the word about it.

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].