4
4
5
5
* Featured on the [ Official GitHub Blog] ( https://github.com/blog/2292-game-off-iv-highlights ) !*
6
6
7
- Copyright (c) 2007-2017 Grady O'Connell
7
+ Copyright (c) 2007-2018 Grady O'Connell
8
8
9
9
Open-source under MIT License. See LICENSE file for more information.
10
10
11
11
See CREDITS.md for a list of contributers.
12
12
13
13
This is a rewrite of my [ older game engine] ( https://github.com/flipcoder/qor-old ) , with code dating back to 2007.
14
14
15
- ## Instructions
16
-
17
- - Read the documentation: [ QorBook] ( https://github.com/flipcoder/qor/blob/master/QorBook.md )
15
+ - [ Project Board] ( https://trello.com/b/0uh8zbxa/qor )
16
+ - [ Documentation] ( https://gitlab.com/flipcoder/qor/blob/master/QorBook.md )
17
+ - Projects and Examples:
18
+ - [ FRAG.EXE (First person shooter)] ( https://gitlab.com/flipcoder/FRAG.EXE )
19
+ - [ Micro Army (2d platformer)] ( https://gitlab.com/flipcoder/microarmy )
20
+ - [ Qorpse (2D shooter)] ( https://gitlab.com/flipcoder/qorpse )
21
+ - [ Skyroads-inspired racer] ( https://gitlab.com/flipcoder/bouncingship )
22
+ - [ C++ Usage Example] ( https://gitlab.com/flipcoder/qor/blob/master/src/DemoState.cpp )
23
+ - [ Python Usage Example] ( https://gitlab.com/flipcoder/qor/blob/master/bin/mods/scriptdemo/__init__.py )
18
24
19
25
## Features
20
26
@@ -77,14 +83,6 @@ This is a rewrite of my [older game engine](https://github.com/flipcoder/qor-old
77
83
78
84
More features will be listed as I add them...
79
85
80
- ## Partial/WIP Features
81
- - Level-of-detail
82
- - Particle systems (rewriting this atm)
83
- - Shader selection based on mesh and material properties (almost done)
84
- - Better instancing
85
- - Python bindings are currently very limited
86
- - More documentation and user-friendliness
87
-
88
86
## Screenshots
89
87
90
88
[ ![ Screenshot1] ( http://i.imgur.com/zQxsEfgl.jpg )] ( http://i.imgur.com/zQxsEfg.jpg )
@@ -93,13 +91,3 @@ More features will be listed as I add them...
93
91
94
92
[ ![ Screenshot2] ( http://i.imgur.com/VPH9ZpCl.png )] ( http://i.imgur.com/VPH9ZpC.jpg )
95
93
96
-
97
- ## Examples
98
-
99
- - [ FRAG.EXE (First person shooter)] ( https://github.com/flipcoder/FRAG.EXE )
100
- - [ Micro Army (2d platformer)] ( https://github.com/flipcoder/microarmy )
101
- - [ Qorpse (2D shooter)] ( https://github.com/flipcoder/qorpse )
102
- - [ Skyroads-inspired racer] ( https://github.com/flipcoder/bouncingship )
103
- - [ C++ Usage Example] ( https://github.com/flipcoder/qor/blob/master/src/DemoState.cpp )
104
- - [ Python Usage Example] ( https://github.com/flipcoder/qor/blob/master/bin/mods/scriptdemo/__init__.py )
105
-
0 commit comments