ChanServ changed the topic of #racket to: The Racket Programming Language -- https://racket-lang.org/ -- https://racket.discourse.group/ -- http://pasterack.org -- logged at https://libera.irclog.whitequark.org/racket/ -- This is the right place to ask for help with DrRacket. Remember to wait around for an answer!
gzar has quit [Quit: WeeChat 4.5.2]
Tuplanolla has quit [Ping timeout: 246 seconds]
mdhughes has quit [Quit: Returning to Simulacron-1]
mdhughes has joined #racket
skapata has quit [Read error: Connection reset by peer]
Tuplanolla has joined #racket
gzar has joined #racket
<gzar> when creating an executable for distribution, should i pass the --orig-exe flag to raco exe if I expect the end-user will not have a racket installation?
Origin has quit [Ping timeout: 245 seconds]
Origin has joined #racket
mzan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
lagash has joined #racket
lagash has quit [Remote host closed the connection]
lagash has joined #racket
<jA_cOp> I don't know what --orig-exe is intended for, but I don't think you need that - raco exe + raco dist will collect the dependencies you need
skapata has joined #racket
lagash has quit [Remote host closed the connection]
<gzar> alright
tgbugs has joined #racket
macabro has joined #racket
macabro has quit [Remote host closed the connection]
macabro has joined #racket
msv has quit [Remote host closed the connection]
msv has joined #racket
skapata has quit [Ping timeout: 244 seconds]
skapate has joined #racket
<gzar> how do i get a pointer or raw image data from a bitmap? in th 2htdp/image package
<bremner> that sounds pretty exotic, are you using some kind of FFI?
<gzar> yeah, opengl related
<gzar> doesnt have to be the 2htdp/image package though, i could use something else as long as i can get the raw data to it
skapate has quit [Remote host closed the connection]
<gzar> awesome, figured it out
<gzar> In case anyone was wondering how: https://hastebin.com/share/opodunirar.sql
<gzar> oh, its not an sql file actually
<gzar> also, needed a (require racket/draw). forgot to mention that
<gzar> a bit of jumping through hoops needing to specify the sizes twice but hey, it works
cow_2001 has quit [Ping timeout: 252 seconds]
cow_2001 has joined #racket