An open API service indexing awesome lists of open source software.

https://github.com/guildofcalamity/raylibdemo

screen saver template using Raylib-cs
https://github.com/guildofcalamity/raylibdemo

console-application csharp graphics-programming opengl windows

Last synced: 11 months ago
JSON representation

screen saver template using Raylib-cs

Awesome Lists containing this project

README

          

## ๐Ÿ’ป Console - Raylib Demo

![Image](./resources/ScreenShot.png)

## ๐ŸŽ›๏ธ Description
* Screen saver template demonstartion using Raylib CS.
* Controls:
- Press `A` to change the movement algorithm.
- Press `I` to change the image asset.
- Press `F` to toggle fullscreen mode.
- Press `SPACE` to toggle blending mode.
* Framerate target is 60 FPS by default.
* This application uses [Raylib 5.0](https://github.com/ChrisDill/Raylib-cs)

## ๐Ÿงพ License/Warranty
* This software inherits the [Raylib-cs License](https://github.com/ChrisDill/Raylib-cs/blob/master/LICENSE).
* Additional copyright ยฉ 2024. All rights reserved.

## ๐Ÿ“‹ Proofing
* This application was compiled and tested using *VisualStudio* 2022 on *Windows 10* versions **22H2**, **21H2** and **21H1**.