Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markusmoenig committed Jul 11, 2024
1 parent 1cc3530 commit 41e5831
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,26 @@ Classic RPG Creation

## Vision

Eldiron aims to revolutionize the creation and experience of classical role-playing games (RPGs) by blending the nostalgic charm of timeless RPGs with the cutting-edge capabilities of modern technology. My mission is to empower creators with an intuitive, yet profoundly flexible platform, while enchanting players with immersive, dynamic worlds that breathe life into every adventure.
Eldiron focuses on making the creation of classic RPGs easier and more enjoyable by combining the charm of old-school games with modern technology. Our goal is to provide creators with a flexible and user-friendly platform, enabling them to design immersive and dynamic worlds for players to explore.

## Core Features:
## Core Features

### Grid based Visual Coding System
### Create worlds using tiles or model with geometrical shapes and nodes.

![Screenshot](images/RandomWalk.gif)
Either draw in pixel-perfect precision using 2D tilemaps or model worlds procedurally in 2D and 3D using geometrical shapes and procedural materials.

Code character and game behavior in a grid based visual node system. Combining the power and speed of real code with the ease of use and visual debugging of a true node system.
In 3D graphics get pre-rendered utilizing an integrated Disney BSDF pathtracer.

Eldiron also ships with an integrated Ultima like tilemap to get you started.

### Create worlds using tiles or model with nodes.
![Model](images/procedural.png)

Either draw in pixel-perfect precision using 2D tilemaps or model worlds procedurally with an integrated powerful node system.
### Grid based Visual Coding System

![Screenshot](images/RandomWalk.gif)

Both ways allow you to create world regions in both 2D and 3D. Eldiron ships with an integrated Ultima like tilemap to get you started.
Code character and game behavior in a grid based visual node system. Combining the power and speed of real code with the ease of use and visual debugging of a true node system.

![Model](images/model.png)

### Visual effects made easy

Expand Down
Binary file removed images/model.png
Binary file not shown.
Binary file added images/procedural.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 41e5831

Please sign in to comment.