We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
nakst
It is possible to make the definitions in code like you show. However, I don't know how well it…
»
edvinholm
Hey there! I'm in a startup that is developing a product for internal planning and communication …
»
Jeremiah Goerdt
It turns out that anything I build with subsystem set to CONSOLE takes forever to start. If I set …
»
Simon Anciaux
The [program] and [build] part of the manifest I don't mind. It looks like things for the build sy…
»
nakst
@mrmixer What don't you like about them? They're mostly just used for automatic structure definit…
»
Ben Visness
Hey thanks for the feedback! We're working on improving the bbcode experience right now, so I'll a…
»
Simon Anciaux
It would be great if the blocks of code would be better presented. For example: Example There i…
»
Simon Anciaux
The more things you add to the manifest files, the more I think it's a bad idea (But you already a…
»
Oswald Hurlem
@Guntha Yes and I used indices like you. Generally any state that lives for more than one frame is…
»
nakst
I recently decided to make a version of "Notepad" for my OS, and it's mostly done now. To take a d…
»
Jeremiah Goerdt
Thanks! It will say "INFO: Initializing raylib 2.0" for 5 to 10 seconds before bringing up the w…
»
Ray
5 secods to start de program is not normal at all...
»
»
Ryan
Fair enough, thank you!
»
Jeremiah Goerdt
I used this command: cl /MDd main.c /LINK lib/raylib.lib user32.lib gdi32.lib shell32.lib But, the…
»
Mārtiņš Možeiko
If its just for text editing, then you can work inside Visual Studio without any issues/changes. B…
»
Ryan
I know this probably a dumb question, but do I have to use a text editor or can I just work right …
»
Ray
Well done CaptainKraft! :D Did you mind sharing the complete compilation command line using cl? Ju…
»
NelsonMandella
The problem with the lighting system, like so much else in HMH, is that the engine is totally divo…
»
Ryan Fleury
Hey Nicoco! I completely agree! The team has lots of ideas about streamlining the process of acces…
»
Simon Anciaux
I don't think Casey has done much optimizations on the lighting code. If I remember correctly, he …
»
Jeremiah Goerdt
Thanks everyone. After linking the shell32 lib, it runs! To develop on Windows I distribute a rea…
»
nj
While not too huge, the wiki is starting to get some flesh (which is awesome!) and I think it's ti…
»
Ray
Hi CaptainCraft! To develop on Windows I distribute a ready-to-use package with MinGW-w64 and Note…
»
Mārtiņš Možeiko
There are two issues you are seeing. First are the warnings (that sometimes lead to linker errors)…
»
Marc Costa
You will need to at least add a couple of Windows libraries to your linker command line:
»
Jeremiah Goerdt
Most of my experience programming is in Linux, so I'm trying to figure out how to setup a decent d…
»
»
»
Mārtiņš Možeiko
Here's the one line variant without introducing new variable:
»