Odie
I am a mathematician by education and worked in IT until my retirement. I have been doing programming with Kotlin for several years as a hobby of mine. The main interest are topics around terrain generation, tectonic simulation and related aspects and techniques (OpenGl, GPU programming).
- Total activity 113
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
-
Created How to distribut shader files in a library?
AnsweredI have library functions using OpenGL for GPU programming. These functions require shader source code files to be present at execution time. Right now I replicate the required shader files in each ... -
Created About Epsilon lenient comparison logic
AnsweredI am interested to learn about other's opinion and advise regarding approaches to the “lenient comparison of floating point numbers” problem.With “lenient comparison” I mean the concept of consider... -
Created Something wrong with bitfieldReverse in kotlin-graphics/glm?
AnsweredI get an error with the bitfieldReverse function in the glm library.When looking into the code in https://github.com/kotlin-graphics/glm/blob/master/src/main/kotlin/glm_/func/funcInteger.kt , it s... -
Created The good old "Condition ... is always false" Warning
AnsweredI know. Not a new topic at all. However, I am not after advise how to suppress the warning. But I would like to understand why it is occurring in the first place.fun Float.someFunction() { if(th... -
Created Specify folders for project opening search
AnsweredHow can I specify which folders or drives to focus on in the project search when using the “Open File or Project” Function in IntelliJ? I have my projects only in a small handfull of folders. The s... -
Created Formatting of comments of by default?
AnsweredThere is this editor feature with which you can have a block of comment nicely formatted (see below). I like it but the editor goes into the edit mode of the comment the moment I open the file. So,...