Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - MaxPain

Pages: [1]
1
Audio / Shooting/knocking sound while playing sounds. [Solved]
« on: August 02, 2022, 11:57:00 am »
I'm making a synthesizer, that for now generates clean waves of sound when the keys are pressed, but most sounds, especially at high volumes or amplitude, start to make strange shooting sounds. When sounds overlap each other it gets even worse. What should I do? Will it disappear after I make waves complex?

2
General / libgcc_s_dw2.dll is missing
« on: February 13, 2021, 07:15:20 am »
Hello everyone!

I use SFML on MacOS and I want to compile it for Windows. I installed MinGW via HomeBrew and compile my program, but when I try to start it on Windows there is an error "libgcc_s_dw2.dll is missing".

I have already used -static, -static-libgcc and -static-libstd++ options. What is wrong? How can I fix it?
Maybe I should just download this dll manually and put in my execution's dir, but I think it is not the best way.

3
General discussions / SFML for Android[MacOS]
« on: December 13, 2020, 05:41:57 pm »
Hi guys. I was thinking about creating an application on android, and since I only know sfml I decided to make an application on it.  So, could you help me with building sfml for android, how to work with it, and how to update when a new version is released?

4
General / Detection part of object
« on: November 26, 2020, 04:44:18 pm »
How can I detect the side of an object, for example when I use raycasting? Just check every single line of it?

5
General / Using sf::Events
« on: November 19, 2020, 03:27:25 pm »

I am wondering what is the best way to implement the use of sf :: Event in a class and how this is handled.
For example: what is the best way to make a button class that should handle mouse pressed and release.

Pages: [1]
anything