File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 33demosys-py
44==========
55
6- A python 3 implementation of a C++ project used to create and
7- prototype demos (see
8- `demoscene <https://en.wikipedia.org/wiki/Demoscene >`__) in OpenGL. The
9- design of this version is heavily inspired by the
10- `Django <https://www.djangoproject.com/ >`__ project.
6+ A modern OpenGL 3.3+ framework inspired by Django.
117
128+-----------------+-----------------+
139| |screenshot1 | | |screenshot2 | |
1410+-----------------+-----------------+
1511
16- We only support OpenGL 3.3+ forward compatible core profiles (no backwards compatibility).
12+ We mainly support OpenGL 3.3+ forward compatible core profiles (no backwards compatibility).
13+
1714Originally made for for non-interactive real time graphics combined with music
18- ("real time music videos"), but can of course be used for other purposes.
15+ ("real time music videos", (see `demoscene <https://en.wikipedia.org/wiki/Demoscene >`__)),
16+ but can of course be used for other purposes.
1917
20- Made for people who enjoy playing around with modern OpenGL without spending time
18+ Made for people who enjoy playing around with modern OpenGL without spending lots of
2119time creating all the tooling to get things up and running.
2220
2321Setting a project with a spinning cube can be done in less than a minute
You can’t perform that action at this time.
0 commit comments