Community Chatter & General Programming / Computer Science Discussion
People
Repo info
Activity
Mark Rienstra
@m-rienstra
my current options for the audio library are OpenAL, FMOD, Gorilla Audio and PortAudio
The IDE I used is CLion (so it's made using CMake)
Mark Rienstra
@m-rienstra
The project is currently setup to compile the external libraries on runtime, thus far I only have it use 1 shader program (a vertex and a fragment shader) and draw a simple quad which you can resize and move around in 2D space, the aim is for it to be 2D and 3D, the calculations for 3D have been done, only need to finish the Quaternion class for mathematics
Mark Rienstra
@m-rienstra
@VoidVolker would you like to do some code reviewing with me?
Mark Rienstra
@m-rienstra
I assume nobody would like to give it a shot?
VoidVolker
@VoidVolker
hmm, looks interesting - I'm not spec in C++, only can give some overall recomendations on architecture and logic, I have developed simple gamge engine with Forth, for 3D scene I was using OpenGL API
Mark Rienstra
@m-rienstra
nice, sure thing, I really love structural and component based design so if you have any input on that would always be welcome :)
Orlando Abreu
@orli_abreu_twitter
hello,there is any php developer here?
i need help with curl() in php
Mark Rienstra
@m-rienstra
Hi @orli_abreu_twitter I have used php several times, I might be able to help you out with it but send me a private message with all of the information you've on what's not working for you :)
Robbie Crenshaw
@robbiecren07
sup everyone!
frederickvalbornoz
@frederickvalbornoz
pleae help me how to learn long line os code? in python?proyect?
frederickvalbornoz
@frederickvalbornoz
which is the best way to master arduino?
Jean Gustave
@Tech305
Any c# programmers out there
Mark Rienstra
@m-rienstra
@Tech305 yeah, I program in several languages, what is your question about c#? (sorry was gone for the entire week, just got home)
frederickvalbornoz
@frederickvalbornoz
bye
Mark Rienstra
@m-rienstra
@frederickvalbornoz I don't use python and the best way to learn is to write it yourself, you might be able to get some help at stackoverflow
Orlando Abreu
@orli_abreu_twitter
hi
anyone using php?
can someone help me with curl() in php please
i have a small question
frederickvalbornoz
@frederickvalbornoz
oh thanks adn to learn fast
another advice?
?
_
frederickvalbornoz
@frederickvalbornoz
ok
Nathaniel Suchy (catgirl)
@irlcatgirl
Hi everyone
Alberto Nebot Oliva
@albertonebotoliva
Hi
intelcorei7
@intelcorei7
hey guys
can u guys give feedback on a programming project
Konstantin Polyntsov
@optimistex
Hi guys! Tell me please chat rooms of JS or PHP in the telegram.
Dheeraj Nair
@Dheeraj1998
Guys, any Android developers here?
I have a query regarding it. I was able to create a basic chat-bot using Python and wanted to know whether there is a way to integrate the Python code with an Android application. Thanks :smile:
Orlando Abreu
@orli_abreu_twitter
hi,anyone here knows casperjs?
tofefinif
@tofefinif
is anyone from xamarin bagckground
Jonathan Tiefer
@jontiefer
hello
new to chat
Achille Merendino
@AchilleMerendino
Hello :D
LucyGamer28
@LucyGamer28
Hello
is anyone currently online?
VoidVolker
@VoidVolker
hi, yes
LucyGamer28
@LucyGamer28
Excellant..thanks..I have a question...
a few actually..
Are you familiar with sending data down a socket, more specifically..limiting the amount of data sent down a socket to maybe 10 messages per sec
trying to think of a good way to do ths
VoidVolker
@VoidVolker
and what the problem? just use sleep(100)
LucyGamer28
@LucyGamer28
sorry how does sleep controll messages per second?
VoidVolker
@VoidVolker
sleep(100) x 10 = 1000 ms or one second
LucyGamer28
@LucyGamer28
you mean count how many messages I send and then as soon as I reach that limit sleep for the rest of the second