TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Raylib is a simple and easy-to-use library to enjoy videogame programming

16 pointsby monologicalover 3 years ago

6 comments

dangover 3 years ago
Most recent significant thread was less than a year ago, so by <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsfaq.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsfaq.html</a> that counts as a dupe. Reposts are ok after a year or so.<p><i>Raylib, a simple and easy-to-use library to enjoy videogame programming</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26427300" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26427300</a> - March 2021 (33 comments)<p>Before that:<p><i>Raylib: a simple and easy-to-use library to enjoy game programming</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18932206" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18932206</a> - Jan 2019 (29 comments)
marcodiegoover 3 years ago
It is possible to use it with C. Cool. Not that I think it is a great language for the purpose, but is a good illustration of how good the code is or how caring the developers are.<p>The inspiration in by Borland&#x27;s BGI is also good. Borland fought hardware limitations of the time and the simplicity of the developed solutions is a testament to what was achieved. Of course, they could be more open and their solution rotted over time with approaches that were later discovered as not being even safe to use, but they were easy to use. As an example, their conio.h is much simpler to use than any implementation of curses.<p>If anybody is looking for a BGI implementatio to contribute, I suggest SDL_bgi (<a href="http:&#x2F;&#x2F;libxbgi.sourceforge.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;libxbgi.sourceforge.net&#x2F;</a>). AFAIK it is the only implementation which supports Borland&#x27;s fonts. And being able to see bgidemo running without almost 0 modifications on a modern system with correct fonts after 30 years is extremely cool.
willciprianoover 3 years ago
A small note about the docs, I really like the inclusion of the &quot;cheat sheet&quot;. When working with a new library, I often find myself wanting a fast way to Ctrl+F to one liner examples of how it would be used. I could get up and running with this fast. I&#x27;m going to shamelessly steal that idea for my current project.
iabover 3 years ago
Raylib is SO good - really enjoy using it, great little library
hedgehogover 3 years ago
Raylib is quite nice. I used it for prototyping some toys and eventually switched to Macroquad which fulfills the same purpose but for Rust.
pwnmonkeyover 3 years ago
I ported Doom to Raylib, it was very nice to use.