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 - CRAZY C

Pages: [1]
1
Java / Is JSFML still being developed?
« on: December 02, 2019, 08:24:42 pm »
On the JSFML website I read It is not being developed any further? Is this true or is there still anyone working in it?

2
Window / On Android: RenderWindow.setSize doesn't work
« on: November 28, 2019, 08:35:50 pm »
On Android RenderWindow.setSize does not Change the Rendering Region. For example, on a 1440 x 720 display, setting the size to 1000 x 720 gives the same result.

3
Window / RenderWindow width in Android
« on: November 27, 2019, 07:12:14 pm »
My phone has a resolution of 1440 x 720 in landscape mode, SFML renders Into the complete Screen, but tells the width of my RenderWindow is 1358 (there is the soft Key areas (Back and home button, Android 9 Pie)). Why does SFML return 1358 but renders Into 1440?
How can I make SFML Render only 1358 Pixels?

4
System / Clock.getElapsedTime time unit on Android
« on: November 16, 2019, 01:07:07 pm »
What does SFML's Clock.getElapsedTime method return specifically on Android?
Milliseconds, microseconds or nanoseconds? And is that always the same or does it depend on something else like hardware, driver or operating system?

5
Window / No screen orientation functions for Android
« on: November 09, 2019, 04:59:46 pm »
Is there a way to choose or set the startup orientation (in my case landscape mode) of an SFML app on Android devices?
I'm working with C4DROID from Play Store, it supports developing SFML apps in C and exports an APK which then can be installed.
Every works, but no orientation functions at all...

Pages: [1]