[racket-users] Racket intro tutorial bugs and feedback

2019-10-21 Thread Ryan Johnson
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

Re: Overbooked November. Re: [racket-users] Racket News - Issue 18

2019-10-21 Thread Stephen De Gabrielle
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

Re: [racket-users] Re: I Need Help Bringing Vulkan to Racket

2019-10-21 Thread Sage Gerard
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:

Re: Overbooked November. Re: [racket-users] Racket News - Issue 18

2019-10-21 Thread Hendrik Boom
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

Re: [racket-users] Re: I Need Help Bringing Vulkan to Racket

2019-10-21 Thread Hendrik Boom
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

Re: Overbooked November. Re: [racket-users] Racket News - Issue 18

2019-10-21 Thread Stephen De Gabrielle
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

Re: [racket-users] Re: I Need Help Bringing Vulkan to Racket

2019-10-21 Thread Sage Gerard
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

Re: [racket-users] Re: I Need Help Bringing Vulkan to Racket

2019-10-21 Thread Leif Andersen
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

Re: [racket-users] How do I represent a convenient two-step allocation using ffi/unsafe?

2019-10-21 Thread Sage Gerard
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

Overbooked November. Re: [racket-users] Racket News - Issue 18

2019-10-21 Thread Hendrik Boom
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-users] Racket News - Issue 18

2019-10-21 Thread pmatos
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

[racket-users] Re: I Need Help Bringing Vulkan to Racket

2019-10-21 Thread Paulo Matos
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