+ - 0:00:00
Notes for current slide
Notes for next slide

Quiver

1 / 32

Quiver

A Pseudo-3D Game Engine

2 / 32

Quiver

A Pseudo-3D Game Engine

Written in C++

3 / 32

Quiver

A Pseudo-3D Game Engine

Written in C++

In My Spare Time

4 / 32

Quiver

A Pseudo-3D Game Engine

Written in C++

In My Spare Time

But why

5 / 32

Who is she

Rachel Crawford

Likes to make games and things

Junior Network Programmer at Rockstar North

6 / 32

What is Quiver

Quiver is a game engine

It's like these:

But WAY more scrappy!

7 / 32

What is Quiver

Quiver is a game engine

It's like these:

But WAY more scrappy! Also not ready.

8 / 32

What is Quiver

Quiver is a game engine

It's like these:

But WAY more scrappy! Also not ready. Also not as good.

9 / 32

What is Quiver

Quiver is a game engine

It's like these:

But WAY more scrappy! Also not ready. Also not as good.

Quiver has specific goals:

  • Make making games with pseudo-3D graphics easy
  • Have fun
10 / 32

What is Pseudo-3D

Think Wolfenstein 3D, Doom.

11 / 32

What is Quarrel

Quarrel is a game made with Quiver

12 / 32

Let's go

13 / 32

Are you still awake

14 / 32

Things I'm Using

15 / 32

Things I'm Using

C++14

16 / 32

Things I'm Using

C++14

SFML

17 / 32

Things I'm Using

C++14

SFML

Box2D

18 / 32

Things I'm Using

C++14

SFML

Box2D

ImGui using ImGui-SFML

19 / 32

Things I'm Using

C++14

SFML

Box2D

ImGui using ImGui-SFML

Catch

20 / 32

Things I'm Using

C++14

SFML

Box2D

ImGui using ImGui-SFML

Catch

json.hpp

21 / 32

Things I'm Using

C++14

SFML

Box2D

ImGui using ImGui-SFML

Catch

json.hpp

Premake

22 / 32

Things I'm Using

C++14

SFML

Box2D

ImGui using ImGui-SFML

Catch

json.hpp

Premake

spdlog, fmt, optional...

23 / 32

How it Works: Pseudo-3D Rendering

Please imagine cool diagrams

Raycasting like Wolfenstein 3D

  • For each horizontal pixel, cast a ray
// physicsWorld is a b2World
physicsWorld.RayCast(&callback, cameraPosition, rayEnd);
  • From each fixture, extract render info
const auto renderData = (FixtureRenderData*)intersection.m_fixture->GetUserData();
  • Draw a line on the screen for the intersection
// Implementation details...

In its current iteration, this code makes judicious use of STL

24 / 32

How it Works: Entities

Baby's first Entity Component System

World owns Entity

Entity owns Components

Components interface with Systems

25 / 32

Documentation








26 / 32

So much to do

Scripting, better input handling, input recording and playback, more unit tests, benchmarks, more audio features, pathfinding, more animation features, support for local multiplayer, support for remote multiplayer (networking)...

It's a lot of work!

How to Do It?

27 / 32

Less like this...

28 / 32

...more like this

29 / 32

...or this!

30 / 32

Thanks for Listening!

Quiver: github.com/rachelnertia/Quiver

Rachel Crawford

Twitter: @nershly

Website: rachelnertia.github.io

This presentation was made using Remark.js.

Questions?

31 / 32

Promo: Edindies

Co-working group for indie/hobby game development

Every Saturday at 1pm - 6pm

Levels, on Holyrood Road

@edindies - edindi.es


32 / 32

Quiver

A Pseudo-3D Game Engine

2 / 32
Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
Number + Return Go to specific slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow