Odie

Avatar

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).

  • 活动总数 113
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 28
  • 创建于

    How to distribut shader files in a library?

    已回答
    I 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 ...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    About Epsilon lenient comparison logic

    已回答
    I 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...
    • 3 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    Something wrong with bitfieldReverse in kotlin-graphics/glm?

    已回答
    I 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...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    The good old "Condition ... is always false" Warning

    已回答
    I 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...
    • 2 个关注者
    • 6 条评论
    • 0 票
  • 创建于

    Specify folders for project opening search

    已回答
    How 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...
    • 2 个关注者
    • 6 条评论
    • 0 票
  • 创建于

    Formatting of comments of by default?

    已回答
    There 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,...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Display issues - IntelliJ IDEA 2024 possibly the cause?

    已回答
    I have weird display issues since two months or so. It comes in different forms, but it is always the right hand site of the screen that is affected. I couldn't demonstrate it with 100% certainty b...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    How to enforcing use of GPU

    已回答
    How can I enforce use of the GPU in my program developments with OpenGL (using JOGL Java binding)?I know (and have tested) that I can do this by enforcing “High Performance” setting globally on my ...
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 已编辑于

    Error "Failed to save settings. Please restart IntelliJ IDEA"

    已回答
    I have become victim to this error “Failed to save settings. Please restart IntelliJ IDEA”. I know that it has been seen before a couple of times over the last ten years or so. But I couldn't manag...
    • 4 个关注者
    • 13 条评论
    • 1 票
  • 已编辑于

    Weird error message for Kotlin Range

    已回答
    Does anybody have an idea why I see this weird error message?Variables a and b are perfectly normal Int type values (as indicated by the superfluous redundant toInt() mapping).This appears to happe...
    • 2 个关注者
    • 1 条评论
    • 0 票