Skip to content

Commit ee15144

Browse files
committed
README: More cleanup
1 parent fa77898 commit ee15144

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,19 @@
33
demosys-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+
1714
Originally 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
2119
time creating all the tooling to get things up and running.
2220

2321
Setting a project with a spinning cube can be done in less than a minute

0 commit comments

Comments
 (0)