00:01:21 | * | ryanhowe quit (Quit: WeeChat 1.4) |
00:06:07 | * | yglukhov joined #nim |
00:06:36 | * | space-wizard quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
00:07:50 | * | space-wizard joined #nim |
00:08:09 | * | space-wizard quit (Client Quit) |
00:08:40 | * | space-wizard joined #nim |
00:08:57 | * | space-wizard quit (Client Quit) |
00:09:02 | * | [ui] joined #nim |
00:09:26 | * | space-wizard joined #nim |
00:09:47 | * | space-wizard quit (Client Quit) |
00:10:19 | * | space-wizard joined #nim |
00:10:35 | * | space-wizard quit (Client Quit) |
00:11:02 | * | space-wizard joined #nim |
00:11:23 | * | space-wizard quit (Client Quit) |
00:11:53 | * | space-wizard joined #nim |
00:14:32 | * | yglukhov quit (Ping timeout: 250 seconds) |
00:28:43 | * | PMunch quit (Quit: leaving) |
00:35:39 | * | Matthias247 quit (Read error: Connection reset by peer) |
00:40:57 | * | vqrs joined #nim |
00:52:35 | * | yglukhov joined #nim |
00:56:53 | * | yglukhov quit (Ping timeout: 252 seconds) |
01:18:23 | * | boopsies quit (Ping timeout: 245 seconds) |
01:19:26 | * | boopsies joined #nim |
01:31:43 | * | vlad1777d quit (Quit: Leaving) |
01:32:46 | * | ftsf joined #nim |
01:35:08 | * | yglukhov joined #nim |
01:39:43 | * | yglukhov quit (Ping timeout: 258 seconds) |
02:06:56 | * | chemist69 quit (Ping timeout: 258 seconds) |
02:08:31 | ftsf | btw, published my retro game framework for Nim https://github.com/ftsf/nico-ldbase |
02:09:26 | ftsf | used it for my Ludum Dare (48 hour game making competition) entry, which went really well, very nice coding in Nim for it, only ran into a couple of quirks. |
02:16:20 | * | [ui] quit (Quit: Connection closed for inactivity) |
02:17:32 | * | yglukhov joined #nim |
02:20:45 | * | chemist69 joined #nim |
02:21:59 | * | yglukhov quit (Ping timeout: 265 seconds) |
02:37:48 | ftsf | anyone had any luck building nim SDL2 stuff with emscripten lately? |
02:40:53 | * | couven92 quit (Quit: Client disconnecting) |
02:59:52 | * | yglukhov joined #nim |
03:03:16 | * | ftsf quit (Ping timeout: 258 seconds) |
03:04:24 | * | yglukhov quit (Ping timeout: 250 seconds) |
03:05:25 | * | ryanhowe joined #nim |
03:15:29 | * | ftsf joined #nim |
03:28:10 | FromGitter | <zetashift> that looks super neat |
03:28:17 | FromGitter | <zetashift> what kind of quirks did you ran into |
03:42:11 | * | yglukhov joined #nim |
03:45:51 | * | Snircle joined #nim |
03:47:07 | * | yglukhov quit (Ping timeout: 268 seconds) |
04:02:22 | * | kulelu88 quit (Quit: Leaving) |
04:11:35 | * | dddddd quit (Remote host closed the connection) |
04:23:28 | * | bjz joined #nim |
04:24:43 | * | yglukhov joined #nim |
04:30:59 | * | yglukhov quit (Ping timeout: 246 seconds) |
04:35:40 | * | cheatfate joined #nim |
04:39:43 | * | bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
05:14:55 | * | saml_ quit (Remote host closed the connection) |
05:28:09 | * | yglukhov joined #nim |
05:28:26 | * | cheatfate quit (Read error: Connection reset by peer) |
05:28:50 | * | cheatfate joined #nim |
05:32:16 | * | yglukhov quit (Ping timeout: 240 seconds) |
05:33:40 | * | Snircle quit (Quit: Textual IRC Client: www.textualapp.com) |
05:58:09 | * | bjz joined #nim |
06:14:15 | * | yglukhov joined #nim |
06:18:46 | * | yglukhov quit (Ping timeout: 258 seconds) |
06:29:29 | * | nsf joined #nim |
06:55:25 | * | yglukhov joined #nim |
06:59:54 | * | yglukhov quit (Ping timeout: 265 seconds) |
07:09:27 | * | [ui] joined #nim |
07:23:37 | ftsf | zetashift: just usual nim type stuff, confusing error messages mostly =) nothing bad |
07:23:51 | ftsf | but a bit stuck with the emscripten port |
07:24:04 | ftsf | looks like problems with the SDL wrapper in newer nim versions |
07:24:28 | ftsf | nimes won't compile with emscripten either |
07:25:07 | ftsf | https://hookrace.net/blog/porting-nes-go-nim/ |
07:38:26 | * | nsf quit (Quit: WeeChat 1.6) |
07:39:07 | * | Matthias247 joined #nim |
07:39:08 | * | nsf joined #nim |
07:48:34 | * | Matthias247 quit (Read error: Connection reset by peer) |
07:58:27 | 17SAAQQHV | ftsf: that's unfortunate. I doubt I'll have time to look into it in the next few weeks, but if you can post errors or figure out a solution, I'd be glad to hear |
07:58:57 | 17SAAQQHV | Also, why the heck is my name 17SAAQQHV and not def- ? |
08:04:32 | ftsf | 17SAAQQHV, i got it working! |
08:04:50 | ftsf | had to add a bunch of .header: "<SDL2/SDL.h>" pragmas |
08:05:29 | * | 17SAAQQHV quit (Quit: -) |
08:06:00 | * | def-- joined #nim |
08:07:41 | * | rokups joined #nim |
08:11:10 | * | def- quit (Quit: -) |
08:11:10 | * | def-- is now known as def- |
08:11:16 | ftsf | o/ def- |
08:11:27 | ftsf | def-, got it working, had to add a bunch of .header: "<SDL2/SDL.h>" pragmas |
08:11:44 | def- | Great, can you make a PR on github? |
08:12:01 | ftsf | yeah, once i've had some rest and figured it out properly i'll make one |
08:12:08 | def- | Thanks |
08:12:23 | ftsf | just got my LD game running in browser =) |
08:12:41 | ftsf | no sound though =( haven't managed to get SDL_mixer working in emscripten yet |
08:13:46 | def- | I think I also had problems with sound |
08:15:46 | * | yglukhov joined #nim |
08:17:09 | ftsf | and also the GC doesn't seem to like running |
08:17:58 | ftsf | which is probably fine if i think about it ahead of time, but my app is rather messy |
08:18:24 | def- | yeah, I think NimES didn't use GC during runtime at all, so it didn't matter |
08:25:01 | * | yglukhov quit () |
08:50:32 | * | Andris_zbx joined #nim |
09:08:52 | * | Arrrr joined #nim |
09:09:10 | * | space-wizard quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
09:11:16 | * | Arrrr_ joined #nim |
09:13:05 | * | Arrrr quit (Ping timeout: 246 seconds) |
09:16:20 | * | [ui] quit (Quit: Connection closed for inactivity) |
09:17:22 | * | Arrrr_ quit (Quit: WeeChat 1.5) |
09:18:15 | * | Arrrr joined #nim |
09:32:53 | * | ftsf quit (Quit: :q!) |
09:54:40 | * | couven92 joined #nim |
09:57:16 | * | chemist69 quit (Ping timeout: 240 seconds) |
10:14:15 | * | couven92 quit (Read error: Connection reset by peer) |
10:24:35 | * | chemist69 joined #nim |
11:07:26 | * | [ui] joined #nim |
11:18:54 | * | couven92 joined #nim |
11:20:20 | * | couven92 quit (Client Quit) |
11:20:54 | * | couven92 joined #nim |
11:37:24 | * | elrood joined #nim |
12:01:00 | * | bjz quit (Ping timeout: 256 seconds) |
12:01:50 | * | bjz joined #nim |
12:02:03 | * | Snircle joined #nim |
12:06:46 | * | vlad1777d joined #nim |
12:09:13 | * | PMunch joined #nim |
12:11:10 | * | vlad1777d quit (Ping timeout: 265 seconds) |
12:35:31 | * | djellemah quit (Remote host closed the connection) |
12:35:50 | Arrrr | http://pastebin.com/qh3rJHXR |
12:35:55 | Arrrr | What do you have against parties? |
12:36:41 | * | djellemah joined #nim |
12:38:24 | * | djellemah quit (Remote host closed the connection) |
12:46:09 | flyx | Arrrr: you cannot name a module identical to a type in it. |
12:47:02 | PMunch | To be fair, the error message for that could be improved.. |
12:48:18 | * | djellemah joined #nim |
13:16:20 | * | [ui] quit (Quit: Connection closed for inactivity) |
13:23:43 | * | zevlg joined #nim |
13:33:04 | * | Trustable joined #nim |
13:41:33 | * | dddddd joined #nim |
13:42:18 | Arrrr | Yes but, shouldn't i? |
14:17:06 | * | clearcut joined #nim |
14:18:38 | * | reactormonk quit (Ping timeout: 260 seconds) |
14:25:13 | * | reactormonk joined #nim |
14:31:57 | * | clearcut left #nim ("Leaving") |
14:41:01 | * | Snircle quit (Quit: Textual IRC Client: www.textualapp.com) |
15:07:18 | * | PMunch quit (Ping timeout: 246 seconds) |
15:09:25 | * | zevlg quit (Remote host closed the connection) |
15:19:20 | * | vlad1777d joined #nim |
15:40:52 | * | vlad1777d quit (Quit: Leaving) |
15:42:32 | * | PMunch joined #nim |
15:50:22 | * | Andris_zbx quit (Ping timeout: 250 seconds) |
15:56:02 | * | Trustable quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) |
15:58:14 | * | Arrrr quit (Quit: WeeChat 1.5) |
16:07:23 | * | Andris_zbx joined #nim |
16:15:48 | * | synshroud quit (Quit: ZNC 1.6.3 - http://znc.in) |
16:16:24 | * | Andris_zbx quit (Ping timeout: 258 seconds) |
16:16:48 | * | pregressive joined #nim |
16:16:49 | * | abeaumont quit (Read error: Connection reset by peer) |
16:17:29 | * | synshroud joined #nim |
16:18:19 | * | beaumonta joined #nim |
16:20:09 | * | pregressive quit (Remote host closed the connection) |
16:20:28 | * | Andris_zbx joined #nim |
16:21:18 | * | pregress_ joined #nim |
16:37:28 | * | Trustable joined #nim |
16:40:21 | * | vlad1777d joined #nim |
16:55:26 | * | Andris_zbx quit (Remote host closed the connection) |
16:55:27 | * | kulelu88 joined #nim |
17:05:31 | * | [ui] joined #nim |
17:25:00 | * | space-wizard joined #nim |
17:54:07 | * | trinarybee joined #nim |
18:02:28 | * | jjido joined #nim |
18:19:27 | * | jjido quit (Read error: Connection reset by peer) |
18:21:53 | * | jjido joined #nim |
18:35:56 | * | kier joined #nim |
18:37:33 | * | Ven joined #nim |
18:41:55 | * | rokups quit (Quit: Connection closed for inactivity) |
18:58:06 | * | jjido quit (Read error: Connection reset by peer) |
18:58:47 | * | Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
19:16:20 | * | [ui] quit (Quit: Connection closed for inactivity) |
19:17:47 | * | space-wi_ joined #nim |
19:21:24 | * | space-wizard quit (Ping timeout: 250 seconds) |
19:22:00 | * | couven92 quit (Quit: Client disconnecting) |
19:23:06 | * | PMunch quit (Remote host closed the connection) |
19:29:57 | * | space-wizard joined #nim |
19:32:17 | * | space-wi_ quit (Ping timeout: 252 seconds) |
19:52:26 | * | libman joined #nim |
19:58:10 | * | PMunch joined #nim |
19:59:00 | * | Jesin quit (Quit: Leaving) |
20:05:42 | * | couven92 joined #nim |
20:15:57 | * | couven92 quit (Ping timeout: 265 seconds) |
20:53:57 | * | Trustable quit (Remote host closed the connection) |
21:02:52 | * | qwertfisch is now known as ko_fisch |
21:11:16 | * | ko_fisch is now known as qwertfisch |
21:14:26 | * | couven92 joined #nim |
21:41:33 | * | Ven joined #nim |
21:42:25 | * | chemist69 quit (Ping timeout: 260 seconds) |
21:44:14 | * | Matthias247 joined #nim |
21:44:45 | * | brson joined #nim |
21:56:30 | * | shodan45 joined #nim |
22:09:23 | * | chemist69 joined #nim |
22:30:53 | * | bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
22:34:56 | * | kunev quit (Ping timeout: 246 seconds) |
22:40:56 | * | beaumonta is now known as abeaumont |
22:52:41 | * | brson quit (Quit: leaving) |
22:53:15 | * | shodan45 quit (Quit: Konversation terminated!) |
22:56:20 | * | pregress_ quit () |
23:33:50 | * | PMunch quit (Quit: leaving) |
23:44:23 | * | bjz joined #nim |
23:48:25 | * | bjz quit (Client Quit) |
23:50:25 | * | elrood quit (Quit: Leaving) |
23:50:27 | * | ftsf joined #nim |