I am documenting bugs and feedback as I go along. Some will be added out of
order.
https://docs.google.com/document/d/1KwHSpQ3jbVwNofKDwGJT3RR1Zk1yuKXObtXD-NlpXRo/edit?usp=sharing
Comments are open.
--
You received this message because you are subscribed to the Google Groups
"Racket Users" gr
On Mon, 21 Oct 2019 at 23:18, Hendrik Boom wrote:
> On Mon, Oct 21, 2019 at 11:13:34PM +0100, Stephen De Gabrielle wrote:
> > A NaNoGenMo submission counts as a game jam entry.
>
> Even if it's not a game?
Algorithmically generated text is an important part of many games.
There is even a langu
Yes, see
https://github.com/zyrolasting/racket-vulkan/blob/master/examples/minimal.rkt
~slg
Original Message
On Oct 21, 2019, 6:17 PM, Hendrik Boom wrote:
> On Mon, Oct 21, 2019 at 07:42:39PM +, Sage Gerard wrote:
>> Thanks Paulo, I will follow up off-list.
>>
>> On-list:
On Mon, Oct 21, 2019 at 11:13:34PM +0100, Stephen De Gabrielle wrote:
> A NaNoGenMo submission counts as a game jam entry.
Even if it's not a game?
>
> HTH
>
> Stephen
>
> On Mon, 21 Oct 2019 at 20:04, Hendrik Boom wrote:
>
> > On Mon, Oct 21, 2019 at 07:54:39PM +0200, pmatos@linki.tools wro
On Mon, Oct 21, 2019 at 07:42:39PM +, Sage Gerard wrote:
> Thanks Paulo, I will follow up off-list.
>
> On-list: The bindings are now functional for the simplest possible Vulkan
> instance
> lifecycle (create, destroy, end of process).
Does that mean there is something to test already, howe
A NaNoGenMo submission counts as a game jam entry.
HTH
Stephen
On Mon, 21 Oct 2019 at 20:04, Hendrik Boom wrote:
> On Mon, Oct 21, 2019 at 07:54:39PM +0200, pmatos@linki.tools wrote:
> >
> > Racket News Issue 18 is here!
> > https://racket-news.com/2019/10/racket-news-issue-18.html
> >
> > Gra
Thanks Paulo, I will follow up off-list.
On-list: The bindings are now functional for the simplest possible Vulkan
instance lifecycle (create, destroy, end of process). I'm having trouble
learning how to create wrapper procedures that do not behave any differently
from underlying C functions. R
Oh cool.
I've never actually looked at this dynamic-ffi package. Although IIRC,
the RacketGL bindings themsleves were generated by swig:
http://www.swig.org/
On 10/21/19, Paulo Matos wrote:
>
>
> On Wednesday, 9 October 2019 22:56:48 UTC+2, Sage Gerard wrote:
>>
>> I'm resuming work on a very ea
Thank you for taking the time. I am following you well enough, but I'm having
trouble applying your advice. I'll use a different function to hopefully
simplify the discussion.
typedef VkInstance_T* VkInstance;
VkInstance instance;
vkCreateInstance(&createInfo, NULL, &instance) // assume createIn
On Mon, Oct 21, 2019 at 07:54:39PM +0200, pmatos@linki.tools wrote:
>
> Racket News Issue 18 is here!
> https://racket-news.com/2019/10/racket-news-issue-18.html
>
> Grab a coffee and enjoy!
> --
> Paulo
>
> --
> You received this message because you are subscribed to the Google Groups
> "Rack
Racket News Issue 18 is here!
https://racket-news.com/2019/10/racket-news-issue-18.html
Grab a coffee and enjoy!
--
Paulo
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
On Wednesday, 9 October 2019 22:56:48 UTC+2, Sage Gerard wrote:
>
> I'm resuming work on a very early-stage project that generates FFI
> bindings for Vulkan in Racket [1]. VkTk is the closest relative project I
> have found for reference [2].
>
> Last time I was on the project I was focused on
12 matches
Mail list logo