Skip to content

pabloordonez/rustlike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustlike

A roguelike engine in rust.

Introduction

At least for now the terminal is being implemented for windows using winapi to increase the draw speed. Writing directly to the console is much much faster than using the std out rust provides.

The idea is to made a simple but powerful api to treat the console output as buffers, and construct over the drawing engine a app and games simple frameworks. It should allow to make simple UIs and games with it.

current screen

Event Handling

On windows terminal, if the option Quick Edit Mode is enabled, the console won't report mouse event back to the application.

About

A roguelike engine in rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages