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.
leddoo
jam log - monday: 15:15: Thinking I'll start by setting up nanovg and lua. But first, time for a w…
»
Roman
Thanks for reply. When I pass 2GB instead if 1GB it throws code 87(The parameter is incorrect). I …
»
Mārtiņš Možeiko
1) What is "default commit size"? You can commit in 4KB increments. Doing it for every 4KB can be …
»
Roman
Hello. I am writing obj file format parser with using memory arenas. So I need three types of arra…
»
Mārtiņš Možeiko
&& in dx==0 && dy==0 condition means the result is true only when dx is 0 AND dy is 0. So when bot…
»
Asaf Gartner
We don't have a page for that yet. For now you can use this for markdown syntax:
»
Simon Anciaux
@HarmOUR Thanks. My goal is also to have easy and fast interaction with a GUI, but I prefer doing …
»
Roman
Ok thanks. Where can I find all available syntax?
»
Asaf Gartner
We support both bbcode and markdown. You can do either: [code language=c] [/code] Or
»
Roman
Is toolbar for writing posts gone? Can you remind me syntax for code block? Also as I understand s…
»
longtran2904
Thanks! I couldn't ever think that I can encode it into a bitset. Until now, I always need to loop…
»
Miles
Almost forgot this was happening. I'll be making a single-header library for fast image resizing o…
»
jvvh
Just wanted to chime in that this issue with large pdb's is preventing me from being able to use R…
»
Mārtiņš Možeiko
Are you asking how to look around tile in 2d grid? EDIT: oh, or do you want to check if specific n…
»
longtran2904
I want to loop through a tilemap and check each tile's surrounding tiles to get the correct tile. …
»
Asaf Gartner
Are you using firefox? If so, try this in the settings: image.png
»
Mārtiņš Možeiko
Google & MDN has bunch of useful docs available on that: & other sections. And their dev-tools d…
»
Neo Ar
I posted a minimal example of getting started with raylib and raygui in D here, anyone is free to …
»
bumbread
This ensures that you can always get a date that is formatted exactly the way you expect I do not …
»
bumbread
When one makes a web application sometimes optimization is necessary to reduce load times / render…
»
Caleb Barger
I'll be making an RSS reader for the jam. Kroney#2051
»
Tyler
From the registration thread: "I'll try to work on a program to help me work out math equations. I…
»
Simon Anciaux
That's what I wanted to express with "Only add operator, with negative operand or subtract operato…
»
leddoo
Here's an idea, you could take the "mathy" approach: "a - b" is represented as "a + (-b)" where "-…
»
Simon Anciaux
First day is over for me. My project is a program to help me work out math equations.What I starte…
»
Skytrias | Michael Kutowski
little late to the party, i'll work on a stupid idea i had a while ago when doing ui dev handpaint…
»
Guntha
Hello there, For the next meetup, we settled for October 21st on Discord, starting at 7PM. We curr…
»
Ben Visness
Additionally, if you're using Zig, these starter projects may be of use. Thanks to Loris for these…
»
Ryan Fleury
Reinventing the wheel is no small task. We've prepped a few project templates in C, C++, and Odin …
»
Intas
Hello! First time posting here. After spending almost all day thinking what project to do, I decid…
»