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
- Host: GitHub
- URL: https://github.com/guildofcalamity/raylibdemo
- Owner: GuildOfCalamity
- License: mit
- Created: 2024-01-15T16:40:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T16:43:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T05:28:14.047Z (about 1 year ago)
- Topics: console-application, csharp, graphics-programming, opengl, windows
- Language: C#
- Homepage:
- Size: 438 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ๐ป Console - Raylib Demo

## ๐๏ธ 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**.