Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scallyw4g committed Mar 27, 2024
1 parent bdae2b8 commit 88ee39b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jesse.make.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# OPT="-O2"
OPT="-O2"

# ./make.sh RunPoof
# [ $? -ne 0 ] && exit 1
Expand Down
15 changes: 9 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ compiler, and a few appropriate system headers.

![banner](screenshots/orks.png)

# Quickstart

Grab pre-built binaries & assets from the [Latest Releases](../../releases/latest)
for your platform of choice (as long as it's Windows or Linux ;)

## Build from Source

See the docs on the [build process](docs/01_build_process.md).

## Renderer Features

* Deferred Shading
Expand Down Expand Up @@ -50,12 +59,6 @@ compiler, and a few appropriate system headers.
* Physical Core (windows only)


# Getting Started

## Building

See the docs on the [build process](docs/01_build_process.md).

# Gallery

![banner](screenshots/3_skele.png)
Expand Down

0 comments on commit 88ee39b

Please sign in to comment.