Skip to content

jmazouri/CommandLineFPS_Sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CommandLineFPS (Sharp!)

A C# (specifically, .NET Core, though it won't work on anything but Windows) port of OneLoneCoder's C++ command line FPS demo. I tried to implement it line-by-line, as close as I could (sometimes by adding an abstraction or two).

Original Project

All credit goes to https://github.com/OneLoneCoder/CommandLineFPS

How to Run

Read the header of the original source here: https://github.com/OneLoneCoder/CommandLineFPS/blob/master/CommandLineFPS.cpp

tl;dr: Make sure your console is exactly sized at 120 columns x 40 rows, and preferably, use Consolas at size 16

About

A C# port of OneLoneCoder's C++ command line FPS demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages