| 01:06 | BAndiT1983 | changed nick to: BAndiT1983|away
|
| 01:34 | Bertl_oO | off to bed now ... have a good one everyone!
|
| 01:34 | Bertl_oO | changed nick to: Bertl_zZ
|
| 02:26 | mumptai | left the channel |
| 03:26 | seb39 | left the channel |
| 04:11 | eppisai | joined the channel |
| 07:53 | Bertl_zZ | changed nick to: Bertl
|
| 07:53 | Bertl | morning folks!
|
| 08:34 | se6ast1an | good day
|
| 08:37 | eppisai | left the channel |
| 08:42 | eppisai | joined the channel |
| 08:51 | Bertl | off for now ... bbl
|
| 08:51 | Bertl | changed nick to: Bertl_oO
|
| 09:04 | aniketonroll[m]1 | joined the channel |
| 09:05 | aniketonroll[m]1 | Hey everyone! I'm Aniket Khandagale 2nd year computer science undergraduate from MU, India. I'm kind of new but really interested to start contributing. I have knowledge of C++ and would love to learn other stuff in the way. A little guidance would help. Can i get link for beginner issues which i can fix
|
| 09:06 | se6ast1an | hi aniketonroll[m]1!
|
| 09:06 | se6ast1an | welcome to apertus
|
| 09:06 | se6ast1an | I assume you are interested in GSoC?
|
| 09:09 | se6ast1an | if that is the case please make sure to read: https://wiki.apertus.org/index.php/GSoC_Overview
|
| 09:16 | aniketonroll[m]1 | I've gone through it. What should i get started with? can you send me github repo link or something
|
| 09:26 | se6ast1an | did you look at the idea page already?
|
| 09:29 | aniketonroll[m]1 | yea i took look at the GSOC 2020 ideas.
|
| 09:31 | se6ast1an | very good, did you also find the matching github repo links in there?
|
| 09:33 | aniketonroll[m]1 | I'm sorry but i couldn't. can you share me link to some repo where i can contribute considering I'm beginner with c++ skills
|
| 09:35 | se6ast1an | https://lab.apertus.org/T1126
|
| 09:35 | se6ast1an | That is the AXIOM Remote: Firmware improvement and extension
|
| 09:35 | se6ast1an | Language Skills:
|
| 09:35 | se6ast1an | C / C++
|
| 09:35 | se6ast1an | Difficulty: Medium
|
| 09:35 | se6ast1an | if you are a beginner I would recommend some c++ tutorials first
|
| 09:36 | aniketonroll[m]1 | um Thanks. I'll look into it. hope i can achieve something
|
| 09:37 | se6ast1an | what projects have you already worked on regarding C++ ?
|
| 09:37 | se6ast1an | or other programming languages?
|
| 09:38 | aniketonroll[m]1 | to be honest not much. I know C++ well enough and I'm familiar with bit of java as well.
|
| 09:47 | se6ast1an | well take a look at https://lab.apertus.org/T1126 then see if you can pull the repo, compile the visualizer, etc.
|
| 09:48 | aniketonroll[m]1 | I'll try and get back.
|
| 09:54 | se6ast1an | great
|
| 10:10 | eppisai | left the channel |
| 10:15 | aniketonroll[m]1 | uploaded an image: image.png (86KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/UDPXBUQCVzFaAZElYpyyhekJ/image.png >
| | 10:15 | aniketonroll[m]1 | i cloned it. what should i do next
|
| 10:30 | BAndiT1983|away | changed nick to: BAndiT1983
|
| 10:41 | BAndiT1983 | aniketonroll[m]1: have you tried to run the visualiser yet? -> https://github.com/apertus-open-source-cinema/AXIOM-Remote/tree/dev/AXIOM_Remote_Firmware_Visualizer
|
| 10:54 | aniketonroll[m]1 | No, After cloning i don't know how to move forward.
|
| 10:55 | BAndiT1983 | then please open my link and read the docs there, it explains the steps, if something is not that clear, then please ask
|
| 10:56 | aniketonroll[m]1 | Okay. sorry for the trouble
|
| 10:56 | BAndiT1983 | no problem here
|
| 10:57 | aniketonroll[m]1 | uploaded an image: image.png (62KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/JVBWaeVYsTDmGrLRNTsqmNHN/image.png >
| | 10:57 | aniketonroll[m]1 | i should follow this?
|
| 10:57 | BAndiT1983 | yes
|
| 11:34 | aniketonroll[m]1 | uploaded an image: image.png (114KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/OzUUkzfmwPFMgYdGyOYDyPPm/image.png >
| | 11:34 | aniketonroll[m]1 | I'm stuck here. how can i install the sdl ibraries
|
| 11:35 | aniketonroll[m]1 | I mean this - Install required packages: cmake, libsdl2-dev, libsdl2-image-dev
|
| 11:37 | BAndiT1983 | the guide is written for linux, as you're on window it won't apply like it is
|
| 11:37 | BAndiT1983 | https://www.libsdl.org/download-2.0.php
|
| 11:37 | BAndiT1983 | https://cmake.org/download/
|
| 11:37 | aniketonroll[m]1 | yea i downloaded this.
|
| 11:37 | aniketonroll[m]1 | i already have cmake
|
| 11:37 | BAndiT1983 | alright, very good
|
| 11:38 | BAndiT1983 | make is not a windows command
|
| 11:38 | BAndiT1983 | which compiler do you use?
|
| 11:38 | aniketonroll[m]1 | mingw
|
| 11:38 | BAndiT1983 | i see from your screenshot, that you want to build SDL2, but usually it isn't required if you've grabbed the binary version of it
|
| 11:39 | BAndiT1983 | https://stackoverflow.com/questions/11772602/how-to-compile-makefile-using-mingw/31987209
|
| 11:40 | BAndiT1983 | am not that firm in mingw, but you can check google regarding it, using linux here mostly, but will try to create a guide for windows in the next weeks, if that many people are using windows
|
| 11:40 | aniketonroll[m]1 | Okay. Thanks
|
| 12:08 | RexOrCine | joined the channel |
| 12:52 | RexOrCine1 | joined the channel |
| 12:54 | RexOrCine | left the channel |
| 13:37 | mumptai | joined the channel |
| 13:52 | eppisai | joined the channel |
| 14:26 | mumptai | left the channel |
| 15:20 | mumptai | joined the channel |
| 15:35 | eppisai | left the channel |
| 15:52 | eppisai | joined the channel |
| 15:55 | BAndiT1983 | changed nick to: BAndiT1983|away
|
| 16:01 | BAndiT1983|away | changed nick to: BAndiT1983
|
| 16:12 | eppisai | left the channel |
| 16:13 | eppisai | joined the channel |
| 16:35 | aombk | joined the channel |
| 16:35 | eppisai | left the channel |
| 17:17 | xthenode | joined the channel |
| 17:19 | xthenode | built AXIOM_Remote_Firmware_Visualizer on Mac, but crashes...
|
| 17:19 | BAndiT1983 | xthenode: do you have more info there?
|
| 17:20 | xthenode | not yet, just a quick test..
|
| 17:22 | xthenode | i built SDL2 from source and adjusted cmake.txt file to find my build
|
| 17:23 | xthenode | i usually put tp builds in $HOME/build/...
|
| 17:24 | xthenode | so i created s links in $HOME/build/OpenGL/include and lib to the framework ones
|
| 17:33 | vup | opengl on mac is problematic, not sure what the visualizer requires exactly
|
| 17:37 | xthenode | as i recall from the WebRTC days, there is some startup required...
|
| 17:42 | xthenode | in those days i did an abstraction of the blitter surface to allow for OpenGL or various GUIs
|
| 17:42 | BAndiT1983 | visualiser requires GL3.3
|
| 17:42 | BAndiT1983 | nowadays there are many abstractions, so just opting for SDL2 and IMGUI for visualiser
|
| 17:56 | xthenode | left the channel |
| 18:20 | eppisai | joined the channel |
| 18:41 | eppisai | left the channel |
| 19:21 | comradekingu | left the channel |
| 19:25 | aombk | left the channel |
| 19:42 | aombk | joined the channel |
| 21:46 | RexOrCine1 | left the channel |
| 21:46 | RexOrCine | joined the channel |
| 21:59 | RexOrCine1 | joined the channel |
| 22:00 | RexOrCine | left the channel |
| 22:02 | RexOrCine1 | left the channel |
| 22:03 | RexOrCine | joined the channel |
| 22:13 | RexOrCine1 | joined the channel |
| 22:13 | RexOrCine | left the channel |
| 22:59 | comradekingu | joined the channel |