Optimized Ticking and Rendering #5

Merged
CyB3RC0nN0R merged 5 commits from feature/optimized_pipeline into develop 2020-07-01 20:17:13 +02:00
CyB3RC0nN0R commented 2020-07-01 16:21:16 +02:00 (Migrated from github.com)

The game uses OpenGL hardware acceleration now and adheres to the principles of object oriented programming more closely.

The game uses OpenGL hardware acceleration now and adheres to the principles of object oriented programming more closely.
delvh (Migrated from github.com) approved these changes 2020-07-01 20:15:42 +02:00
delvh (Migrated from github.com) left a comment

👍

:+1:
delvh (Migrated from github.com) commented 2020-07-01 19:42:47 +02:00
 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:43:13 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:43:38 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:43:55 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:44:32 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:44:44 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:44:52 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:45:09 +02:00
 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:45:16 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:52:38 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:52:47 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
@ -18,15 +18,15 @@ public interface Updateable {
* Here should the actions be implemented that are supposed to happen when a new
* frame gets created.
delvh (Migrated from github.com) commented 2020-07-01 19:54:02 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:55:38 +02:00
 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:56:50 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 19:58:09 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 20:04:49 +02:00
	 * @since Snake 1.2
```suggestion * @since Snake 1.2 ```
delvh (Migrated from github.com) commented 2020-07-01 20:09:58 +02:00
		setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
```suggestion setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); ```
Sign in to join this conversation.
No description provided.